summaryrefslogtreecommitdiff
path: root/test-suite/micromega/bertot.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/micromega/bertot.v')
-rw-r--r--test-suite/micromega/bertot.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/micromega/bertot.v b/test-suite/micromega/bertot.v
index bcf222f9..29171aed 100644
--- a/test-suite/micromega/bertot.v
+++ b/test-suite/micromega/bertot.v
@@ -11,6 +11,8 @@ Require Import Psatz.
Open Scope Z_scope.
+
+
Goal (forall x y n,
( ~ x < n /\ x <= n /\ 2 * y = x*(x+1) -> 2 * y = n*(n+1))
/\