diff options
| author | affeldt-aist | 2019-11-14 20:49:44 +0900 |
|---|---|---|
| committer | Cyril Cohen | 2019-12-11 14:26:52 +0100 |
| commit | b3261c9020105f3c6667697b22ca8a542271bc4c (patch) | |
| tree | f7c6918d64decf70ce01d0bf5d21e868532402a8 /mathcomp/field | |
| parent | 050ad8395fb250e9396b7a376a75c523567e177c (diff) | |
renaming NormedZmoduleType and NormedZmoduleMixin (#416)
* renaming
NormedZmoduleType -> NormedZmodType
NormedZmoduleMixin -> NormedZmodMixin
that looks more homogeneous with regard to naming conventions used so far
* update .gitlab-ci.yml
* typo
Diffstat (limited to 'mathcomp/field')
| -rw-r--r-- | mathcomp/field/algC.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/field/algC.v b/mathcomp/field/algC.v index aee2b85..0e3005d 100644 --- a/mathcomp/field/algC.v +++ b/mathcomp/field/algC.v @@ -232,7 +232,7 @@ Canonical closedFieldType := ClosedFieldType type closedFieldAxiom. Parameter numMixin : numMixin idomainType. Canonical porderType := POrderType ring_display type numMixin. Canonical numDomainType := NumDomainType type numMixin. -Canonical normedZmodType := NormedZmoduleType type type numMixin. +Canonical normedZmodType := NormedZmodType type type numMixin. Canonical numFieldType := [numFieldType of type]. Parameter conjMixin : Num.ClosedField.imaginary_mixin_of numDomainType. @@ -432,7 +432,7 @@ Definition numMixin : numMixin closedFieldType := sval (ComplexNumMixin conjK conj_nt). Canonical porderType := POrderType ring_display type numMixin. Canonical numDomainType := NumDomainType type numMixin. -Canonical normedZmodType := NormedZmoduleType type type numMixin. +Canonical normedZmodType := NormedZmodType type type numMixin. Canonical numFieldType := [numFieldType of type]. Lemma normK u : `|u| ^+ 2 = u * conj u. |
