Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
>>> x,y = smt.Consts("x y", TSort(smt.IntSort())) >>> smt.simplify(Valid(Eq(x,y))) val(x)[0] == val(y)[0]