verify/as_multiset
verify the relation between the operands as though they were multisets
Calling Sequence
Parameters
Description
Examples
verify(expr1, expr2, as_multiset)
verify(expr1, expr2, as_multiset(ver))
verify(expr1, expr2, as_multiset(ver, f))
expr1, expr2
-
anything
ver
verification for the operands
f
The verify(expr1, expr2, as_multiset) calling sequence is equivalent to the call verify([op(expr1)], [op(expr2)], multiset).
The verify(expr1, expr2, as_multiset(ver)) calling sequence is equivalent to the call verify([op(expr1)], [op(expr2)], multiset(ver)).
The verify(expr1, expr2, as_multiset(ver, f)) calling sequence is equivalent to the call verify([op(expr1)], [op(expr2)], multiset(ver)) with op⁡0,expr1=f and op⁡0,expr2=f.
verify⁡f⁡a,b,b,g⁡b,a,b,as_multiset
true
verify⁡f⁡a,b,b,g⁡b,a,a,as_multiset
false
verify⁡f⁡a,b,x2−2⁢x+1,g⁡b,a,x−12,as_multiset⁡expand
verify⁡a,b,b,f⁡b,a,b,as_multiset⁡boolean,f
verify⁡f⁡a,b,b,f⁡b,a,b,as_multiset⁡boolean,f
See Also
op
verify
verify/as_set
verify/multiset
Download Help Document