lean4-htt/tests/lean/run/tactic9.lean
2016-06-10 18:29:41 -07:00

6 lines
144 B
Text

exit
import logic
open tactic
theorem tst {A B : Prop} (H1 : A) (H2 : B) : ((fun x : Prop, x) A) ∧ B ∧ A
:= by repeat (split | assumption)