Assoc()
Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
>>> 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