lean2/tests/lean/subst.lean.expected.out

13 lines
374 B
Text
Raw Normal View History

Set: pp::colors
Set: pp::unicode
Assumed: a
Assumed: n
Assumed: H1
Assumed: H2
Proved: T
Set: lean::pp::coercion
Set: lean::pp::notation
Set: lean::pp::implicit
Theorem T : eq::explicit (Int::add (Int::add a (nat_to_int n)) a) (nat_to_int 10) :=
Subst::explicit a (nat_to_int n) (λ x : , Int::add (Int::add a x) a == nat_to_int 10) H1 H2