Add specification for example 1
This commit is contained in:
parent
9ffd987e10
commit
222f8b535e
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))
|
||||
).
|
Loading…
Reference in New Issue
Block a user