diff options
Diffstat (limited to 'mathcomp')
| -rw-r--r-- | mathcomp/field/fieldext.v | 2 | ||||
| -rw-r--r-- | mathcomp/ssreflect/ssrbool.v | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/field/fieldext.v b/mathcomp/field/fieldext.v index eb1b6be..1e14ab7 100644 --- a/mathcomp/field/fieldext.v +++ b/mathcomp/field/fieldext.v @@ -67,7 +67,7 @@ Require Import poly polydiv mxpoly generic_quotient. (* in turn has an extFieldType F0 structure. *) (* baseVspace V == the subspace of baseFieldType L that coincides *) (* with V : {vspace L}. *) -(* --> Some caution muse be exercised when using fieldOver and basFieldType, *) +(* --> Some caution must be exercised when using fieldOver and baseFieldType, *) (* because these are convertible to L while carrying different Lmodule *) (* structures. This means that the safeguards engineered in the ssralg *) (* library that normally curb the Coq kernel's inclination to diverge are *) diff --git a/mathcomp/ssreflect/ssrbool.v b/mathcomp/ssreflect/ssrbool.v index ae634ba..ee721d3 100644 --- a/mathcomp/ssreflect/ssrbool.v +++ b/mathcomp/ssreflect/ssrbool.v @@ -246,7 +246,7 @@ Require Import ssrfun. (* or predicate complement, as in predC. *) (* CA -- left commutativity. *) (* D -- predicate difference, as in predD. *) -(* E -- elimination, as in negbEf : ~~ b = false -> b. *) +(* E -- elimination, as in negbFE : ~~ b = false -> b. *) (* F or f -- boolean false, as in andbF : b && false = false. *) (* I -- left/right injectivity, as in addbI : right_injective addb, *) (* or predicate intersection, as in predI. *) |
