lean2/tests/lean/tactic11.lean

7 lines
176 B
Text
Raw Normal View History

Theorem T (a b : Bool) : ((fun x, x /\ b) a) => ((fun x, x) a) := _ .
apply beta_tactic.
apply imp_tactic.
apply conj_hyp_tactic.
apply assumption_tactic.
done.