11 lines
143 B
Text
11 lines
143 B
Text
--
|
|
|
|
section
|
|
parameter P : Prop.
|
|
|
|
definition crash
|
|
:= assume H : P,
|
|
have H' : ¬ P,
|
|
from H,
|
|
_.
|
|
end
|