lean2/tests/lean/simp.lean.expected.out

14 lines
358 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) false
g a a congr2 (g a) (Axf1 a) false
a trans (congr2 (g a) (Axf1 a)) (Axfg a) false
a trans (congr2 (g a) (Axf1 a)) (Axfg a) false