Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
In()
Box()
MImplies()
Next()
PAnd()
PBoolRef
PDistinct()
PEq()
PExprRef
PIf()
PImplies()
POr()
PointEq()
PointIf()
Valid()
coerce()
>>> x = smt.Array("x", smt.IntSort(), smt.IntSort()) >>> S = smt.Array("S", smt.IntSort(), smt.SetSort(smt.IntSort())) >>> In(x, S) Lambda(t!..., S[t!...][x[t!...]])
x (PExprRef)
S (ArrayRef | QuantifierRef)