lean4-htt/tests/lean/run/applytransp.lean
2021-01-05 12:29:29 -08:00

5 lines
102 B
Text

theorem ex1 (h₁ : ¬ p) (h₂ : q → p) : ¬ q := by
intro h
apply h₁
apply h₂
apply h