lean2/tests/lean/interactive/t6.lean

7 lines
143 B
Text
Raw Normal View History

Theorem T1 (a b : Bool) : a => b => a /\ b.
apply imp_tactic.
apply imp_tactic.
apply Conj.
apply assumption_tactic.
done.