lean2/tests/lean/exists5.lean.expected.out
Leonardo de Moura 57c0006916 chore(*): cleanup lean builtin symbols, replace :: with _
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-09 08:33:52 -08:00

10 lines
261 B
Text

Set: pp::colors
Set: pp::unicode
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))