Add specification for example 1

This commit is contained in:
Patrick Lühne 2020-05-12 04:33:52 +02:00
parent 9ffd987e10
commit 222f8b535e
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 6 additions and 0 deletions

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))
).