Add specification for example 1
This commit is contained in:
6
examples/example-1.spec
Normal file
6
examples/example-1.spec
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
assert:
|
||||||
|
forall N
|
||||||
|
(
|
||||||
|
forall X (p(X) -> exists I exists M (I = M and I = X and I <= N))
|
||||||
|
-> forall X (q(X) -> exists I exists M (I = M and I = X and I <= 2 * N))
|
||||||
|
).
|
Reference in New Issue
Block a user