lean2/tests/lean/simp27.lean.expected.out
Leonardo de Moura 5b13ef1b90 test(tests/lean): new simplifier test
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-25 10:56:49 -08:00

13 lines
438 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Set: pp::colors
Set: pp::unicode
Assumed: a
Assumed: b
Assumed: f
Assumed: g
λ x x2 : , (∀ y : , g y = x) → x > x2 + x
funext (λ x : ,
funext (λ x2 : ,
imp_congr
(refl (∀ y : , g y = x))
(λ C::3 : ∀ y : , g y = x,
congr (congr2 Nat::gt (C::3 (a + x + b))) (congr2 (Nat::add x2) (C::3 x)))))