lean2/tests/lean/simp.lean.expected.out
Leonardo de Moura d322f63113 feat(frontends/lea): add commands for creating and managing rewrite rule sets
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-19 12:03:59 -08:00

14 lines
334 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: f
Assumed: g
Assumed: Axf1
Assumed: Axfg
Assumed: a
Assumed: b
Axfg : ∀ x : , g x x = x
Axf1 : ∀ x : , f (f x) = x
a trans (congr2 (g a) (Axf1 a)) (Axfg a)
g a a congr2 (g a) (Axf1 a)
a trans (congr2 (g a) (Axf1 a)) (Axfg a)
a trans (congr2 (g a) (Axf1 a)) (Axfg a)