lean2/tests/lean/exists7.lean.expected.out

12 lines
279 B
Text
Raw Normal View History

Set: pp::colors
Set: pp::unicode
Set: pp::colors
Assumed: N
Assumed: a
Assumed: b
Assumed: c
Assumed: P
Proved: T1
theorem T1 (f : N → N) (H : P (f a) b (f (f c))) : ∃ x y z : N, P x y z :=
exists_intro (f a) (exists_intro b (exists_intro (f (f c)) H))