Mathlib Map

Theorems · Theorem · number theory

IsCyclotomicExtension.discr_odd_prime

∀ {p : ℕ} {K : Type u} {L : Type v} {ζ : L} [inst : Field K] [inst_1 : Field L] [inst_2 : Algebra K L]
  [inst_3 : IsCyclotomicExtension {p} K L] [hp : Fact (Nat.Prime p)] (hζ : IsPrimitiveRoot ζ p),
  Irreducible (Polynomial.cyclotomic p K) →
    p ≠ 2 → Algebra.discr K ⇑(IsPrimitiveRoot.powerBasis K hζ).basis = (-1) ^ ((p - 1) / 2) * ↑p ^ (p - 2)

If p is an odd prime and IsCyclotomicExtension {p} K L, then discr K (hζ.powerBasis K).basis = (-1) ^ ((p - 1) / 2) * p ^ (p - 2) if Irreducible (cyclotomic p K).

Defined in
Mathlib.NumberTheory.Cyclotomic.Discriminant
Cited by
1 results in Mathlib
Foundations
Depth 219 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFieldAlgebraIsCyclotomicExtensionFact

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites27

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
  • CommRingproof · cited by 17,173
  • Algebrastatement and proof · cited by 11,388
  • Fintypeproof · cited by 7,736
  • Fieldstatement and proof · cited by 7,404
  • Polynomialstatement · cited by 5,681
  • mul_oneproof · cited by 3,885
  • one_mulproof · cited by 2,841
  • Factstatement and proof · cited by 2,726
  • zero_addproof · cited by 2,366
  • Nat.Primestatement and proof · cited by 2,059

Cited by1

Results whose statement or proof uses this declaration.