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