lean2/tests/lean/simp27.lean.expected.out
Leonardo de Moura 9fb3ccb4c0 feat(library/simplifier): support for dependent simplification in lambda expressions
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-25 16:54:42 -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::4 : ∀ y : , g y = x,
congr (congr2 Nat::gt (C::4 (a + x + b))) (congr2 (Nat::add x2) (C::4 x)))))