2013-12-17 22:33:42 +00:00
|
|
|
Set: pp::colors
|
|
|
|
Set: pp::unicode
|
|
|
|
Assumed: N
|
|
|
|
Assumed: a
|
|
|
|
Assumed: b
|
|
|
|
Assumed: c
|
|
|
|
Assumed: P
|
|
|
|
Proved: T1
|
2014-01-05 20:05:08 +00:00
|
|
|
theorem T1 (f : N → N) (H : P (f a) b (f (f c))) : ∃ x y z : N, P x y z :=
|
2014-01-09 16:33:52 +00:00
|
|
|
exists_intro (f a) (exists_intro b (exists_intro (f (f c)) H))
|