Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
andI()
Defn
Judgement
LemmaError
compose()
define_fix()
defns
ext()
forget()
fresh_const()
generalize()
herb()
induct_inductive()
instan()
is_defined()
is_fresh_var()
is_proof()
modus()
obtain()
rename_vars2()
specialize()
subst()
unfold()
Prove an and from two kd.Proofs of its conjuncts.
>>> a, b = smt.Bools("a b") >>> pa = kd.axiom(smt.Implies(True, a)) >>> pb = kd.axiom(smt.Implies(True, b)) >>> andI([pa, pb, pb]) |= Implies(True, And(a, b, b))
pfs (Sequence[Proof])