anthem-rs/examples/example-1.spec

9 lines
179 B
RPMSpec
Raw Normal View History

2020-05-13 07:41:01 +02:00
input: p/1.
spec:
2020-05-12 04:33:52 +02:00
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))
).