lean2/tests/lean/run/tactic9.lean

7 lines
170 B
Text
Raw Normal View History

import standard
using tactic
theorem tst {A B : Bool} (H1 : A) (H2 : B) : ((fun x : Bool, x) A) ∧ B ∧ A
:= by apply and_intro; beta; exact; apply and_intro; !exact