type/verification (VerifyTools:-IsVerification)
check for verification expressions
Calling Sequence
Parameters
Description
Examples
Compatibility
type(a, verification)
VerifyTools:-IsVerification(a)
a
-
any expression
The call type(a, verification) checks to see if a is a valid verification expression. By definition, a verification expression is any expression a for which the commands verify(expr1, expr2, boolean(a)) and (with appropriate arguments) verify(expr1, expr2, a) could succeed.
The type verification is also available in the VerifyTools package as VerifyTools:-IsVerification.
typeset,verification
true
verifya,b,a,b,c,set
false
verifya,b,c,a,b,c,set
typelistexpand,verification
verifya,b,xx−1,a,b,x2−x,listexpand
myver≔AndNotset,`subset`
myver≔¬set∧subset
typemyver,verification
verifya,b,a,b,c,myver
verifya,b,c,a,b,c,myver
VerifyTools:-IsVerificationmyver
The type/verification (VerifyTools:-IsVerification) command was updated in Maple 2025.
See Also
type
type/verify
verify
verify/structured
VerifyTools
Download Help Document