70c0eda9fc
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
12 lines
No EOL
151 B
Text
12 lines
No EOL
151 B
Text
import logic
|
|
|
|
section
|
|
hypothesis P : Prop.
|
|
|
|
theorem crash
|
|
:= assume H : P,
|
|
have H' : ¬ P,
|
|
from H,
|
|
_.
|
|
|
|
end |