Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
Comm()
AbelSemiGroup()
Antisymm()
Assoc()
CommMonoid()
CommSemiRing()
Idem()
LeftIdentity()
Monoid()
PartialOrder()
PreOrder()
Refl()
RightIdentity()
SemiGroup()
SemiLattice()
SemiRing()
StarSemiring()
Trans()
>>> Comm(smt.Function("f", smt.IntSort(), smt.IntSort(), smt.IntSort())) ForAll([x, y], f(x, y) == f(y, x))
BoolRef