Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
Project out of an And proof
>>> x = smt.Int("x") >>> p = kd.prove(smt.And(x > x - 1, x > x - 2, x > x - 3)) >>> proj(p, 0) |= x > x - 1 >>> proj(p, 2) |= x > x - 3
p (Proof)
n (int)