Add specification for example 1

This commit is contained in:
2020-05-12 04:33:52 +02:00
parent 9ffd987e10
commit 222f8b535e

6
examples/example-1.spec Normal file
View 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))
).