lean2/tests/lean/tactic13.lean.expected.out
Leonardo de Moura 4ba097a141 feat(frontends/lean): use lowercase commands, replace 'endscope' and 'endnamespace' with 'end'
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 13:06:36 -08:00

10 lines
378 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
Imported 'Int'
Assumed: f
Proved: T1
Proved: T2
theorem T1 (a b c : ) (H1 : a = b) (H2 : a = c) : f (f a a) b = f (f b c) a :=
Congr (Congr (Refl f) (Congr (Congr (Refl f) H1) H2)) (Symm H1)
theorem T2 (a b c : ) (H1 : a = b) (H2 : a = c) : f (f a c) = f (f b a) :=
Congr (Refl f) (Congr (Congr (Refl f) H1) (Symm H2))