lean2/tests/lean/crash.lean

12 lines
148 B
Text
Raw Normal View History

import logic
section
hypothesis P : Prop.
theorem crash
:= assume H : P,
have H' : ¬ P,
from H,
_.