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