LFP()
Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
>>> ZSet = smt.SetSort(smt.IntSort()) >>> F = smt.Array("F", ZSet, ZSet) >>> LFP(F) Lambda(x!..., ForAll(A!..., Implies(subset(F[A!...], A!...), A!...[x!...])))