Theorems · Theorem · number theory
IsPrimitiveRoot.norm_toInteger_sub_one_eq_one
∀ {K : Type u} [inst : Field K] {ζ : K} [inst_1 : CharZero K] {n : ℕ} [IsCyclotomicExtension {n} ℚ K]
(hζ : IsPrimitiveRoot ζ n) (h₁ : 2 < n),
(∀ {p : ℕ}, Nat.Prime p → ∀ (k : ℕ), p ^ k ≠ n) →
have this := ⋯;
(Algebra.norm ℤ) (hζ.toInteger - 1) = 1The norm, relative to ℤ, of ζ - 1 in an n-th cyclotomic extension of ℚ where n is not a
power of a prime number is 1.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 215 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Fieldstatement and proof · cited by 7,404
- Algebra.algebraMapproof · cited by 4,706
- MonoidHomstatement · cited by 3,629
- Nat.Primestatement and proof · cited by 2,059
- le_rflproof · cited by 1,558
- CharZerostatement and proof · cited by 932
- map_oneproof · cited by 861
- NumberFieldproof · cited by 653
- map_subproof · cited by 565
- NumberField.RingOfIntegersstatement and proof · cited by 413
Cited by1
Results whose statement or proof uses this declaration.
- IsPrimitiveRoot.prime_dvd_of_dvd_norm_sub_oneproof · cited by 1