lean2/tests/lean/apply_tac1.lean.expected.out
Leonardo de Moura 029ef57abd feat(library/tactic): add apply_tactic
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-05 03:22:12 -08:00

10 lines
214 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: P
Assumed: Ax1
Proved: T1
Assumed: b
Assumed: Ax2
Proved: T2
Theorem T2 (a : ) : (P a a) ⇒ (f a a) := Discharge (λ H : P a a, Ax1 a a H)