verification - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


type/verification (VerifyTools:-IsVerification)

check for verification expressions

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

type(a, verification)

VerifyTools:-IsVerification(a)

Parameters

a

-

any expression

Description

• 

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.

Examples

typeset,verification

true

(1)

verifya,b,a,b,c,set

false

(2)

verifya,b,c,a,b,c,set

true

(3)

typelistexpand,verification

true

(4)

verifya,b,xx1,a,b,x2x,listexpand

true

(5)

myverAndNotset,`subset`

myver¬setsubset

(6)

typemyver,verification

true

(7)

verifya,b,a,b,c,myver

true

(8)

verifya,b,c,a,b,c,myver

false

(9)

VerifyTools:-IsVerificationmyver

true

(10)

Compatibility

• 

The type/verification (VerifyTools:-IsVerification) command was updated in Maple 2025.

See Also

type

type/verify

verify

verify/structured

VerifyTools

 


Download Help Document