Calc
FreshVar()
FreshVars()
Inductive()
Lemma
NewType()
Proof
QExists()
QForAll()
Struct()
axiom()
cond()
define()
prove()
search()
simp()
Add
AddAssoc
AddComm
AddId
Mul
MulAssoc
abstract_arith()
rlemma()
sin_lower()
sqrt_bnd()
sqrt_lower()
sqrt_upper()
Ball returns a set of points y such that |y - x| < r
>>> x,r = smt.Reals("x r") >>> Ball(x,r) Lambda(y!..., absR(y!... - x) < r)