aboutsummaryrefslogtreecommitdiff
path: root/test-suite/complexity
diff options
context:
space:
mode:
authorMichael Soegtrop2020-05-01 14:42:02 +0200
committerMichael Soegtrop2020-05-01 14:42:02 +0200
commitf129326d545ae27d362132b279167d119894a992 (patch)
tree0b1da21844fcf75dd7090c42e61b3eb677a9a45f /test-suite/complexity
parentdf89e28b0de6597b849078a4fd7d2dce3710f5e4 (diff)
parent18544983e1b2a342c8bbcbd3c51003b11453213f (diff)
Merge PR #12221: Replace QSeqEquiv by QCauchySeq, simplify proofs.
Reviewed-by: MSoegtropIMC
Diffstat (limited to 'test-suite/complexity')
-rw-r--r--test-suite/complexity/ConstructiveCauchyRealsPerformance.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/complexity/ConstructiveCauchyRealsPerformance.v b/test-suite/complexity/ConstructiveCauchyRealsPerformance.v
index c901334da9..f3bc1767da 100644
--- a/test-suite/complexity/ConstructiveCauchyRealsPerformance.v
+++ b/test-suite/complexity/ConstructiveCauchyRealsPerformance.v
@@ -105,7 +105,7 @@ Proof.
Qed.
Lemma approx_sqrt_Q_cauchy :
- forall q:Q, QCauchySeq (approx_sqrt_Q q) id.
+ forall q:Q, QCauchySeq (approx_sqrt_Q q).
Proof.
intro q. destruct q as [k j]. destruct k.
- intros n a b H H0. reflexivity.