diff options
Diffstat (limited to 'mathcomp/field')
| -rw-r--r-- | mathcomp/field/cyclotomic.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/field/cyclotomic.v b/mathcomp/field/cyclotomic.v index ce8c5b7..658258c 100644 --- a/mathcomp/field/cyclotomic.v +++ b/mathcomp/field/cyclotomic.v @@ -117,7 +117,7 @@ Local Notation pZtoC := (map_poly ZtoC). Local Notation pQtoC := (map_poly ratr). Local Definition algC_intr_inj := @intr_inj [numDomainType of algC]. -Local Hint Resolve algC_intr_inj. +Local Hint Resolve algC_intr_inj : core. Local Notation QtoC_M := (ratr_rmorphism [numFieldType of algC]). Lemma C_prim_root_exists n : (n > 0)%N -> {z : algC | n.-primitive_root z}. |
