Calc
FreshVar()
FreshVars()
Inductive()
Lemma
NewType()
Proof
QExists()
QForAll()
Struct()
axiom()
cond()
define()
prove()
search()
simp()
subst()
Defn
Judgement
LemmaError
andI()
compose()
consider()
define_fix()
defns
einstan()
forget()
forget2()
free_in()
fresh_const()
generalize()
herb()
induct_inductive()
instan()
instan2()
is_defined()
is_fresh_var()
is_proof()
modus()
rename_vars()
skolem()
substitute_fresh_vars()
unfold()
Substitute using equality proofs
>>> x, y = smt.Ints("x y") >>> eq = kd.prove(x == ((x + 1) - 1)) >>> subst(x + 3, [eq]) (x + 1 - 1 + 3, |= x + 3 == x + 1 - 1 + 3)
t (ExprRef)
eqs (Sequence[Proof])
tuple[ExprRef, Proof]