We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a5555 commit d7e04deCopy full SHA for d7e04de
changelog.txt
@@ -1,3 +1,9 @@
1
+-------------------
2
+from 0.9.2 to 0.9.3
3
4
+
5
+- add compatibility with MathComp 2.4.0 (with Coq 8.20)
6
7
-------------------
8
from 0.9.1 to 0.9.2
9
lib/realType_ext.v
@@ -135,7 +135,7 @@ Proof. by field. Qed.
135
Lemma x_x2_max {R : realFieldType} (q : R) : q * (1 - q) <= 4^-1.
136
Proof.
137
rewrite x_x2_eq.
138
-have : forall a b : R, 0 <= b -> a - b <= a. move=> *; lra.
+have : forall a b : R, 0 <= b -> a - b <= a. move=> *; lra.
139
apply; apply mulr_ge0; [lra | exact: exprn_even_ge0].
140
Qed.
141
0 commit comments