lean2/tests/lean/tactic8.lean
Leonardo de Moura f91c4901e8 feat(library/tactic): add absurd_tactic
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-01 07:55:00 -08:00

8 lines
No EOL
208 B
Text

Theorem T (a b : Bool) : a \/ b => (not b) => a := _.
apply imp_tactic
apply imp_tactic
apply disj_hyp_tactic
apply assumption_tactic
apply absurd_tactic
done
Show Environment 1.