Theorems · Theorem · number theory
IsCyclotomicExtension.discr_prime_pow_ne_two
∀ {p k : ℕ} {K : Type u} {L : Type v} {ζ : L} [inst : Field K] [inst_1 : Field L] [inst_2 : Algebra K L]
[inst_3 : IsCyclotomicExtension {p ^ (k + 1)} K L] [hp : Fact (Nat.Prime p)] (hζ : IsPrimitiveRoot ζ (p ^ (k + 1))),
Irreducible (Polynomial.cyclotomic (p ^ (k + 1)) K) →
p ^ (k + 1) ≠ 2 →
Algebra.discr K ⇑(IsPrimitiveRoot.powerBasis K hζ).basis =
(-1) ^ ((p ^ (k + 1)).totient / 2) * ↑p ^ (p ^ k * ((p - 1) * (k + 1) - 1))If p is a prime and IsCyclotomicExtension {p ^ (k + 1)} K L, then the discriminant of
hζ.powerBasis K is (-1) ^ ((p ^ (k + 1).totient) / 2) * p ^ (p ^ k * ((p - 1) * (k + 1) - 1))
if Irreducible (cyclotomic (p ^ (k + 1)) K)), and p ^ (k + 1) ≠ 2.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 218 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites99
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
- Algebrastatement and proof · cited by 11,388
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Algebra.algebraMapproof · cited by 4,706
- Monoidproof · cited by 3,887
- mul_oneproof · cited by 3,885
- Factstatement and proof · cited by 2,726
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- mul_commproof · cited by 2,262
Cited by4
Results whose statement or proof uses this declaration.
- IsCyclotomicExtension.discr_prime_powproof · cited by 3
- IsCyclotomicExtension.discr_odd_primeproof · cited by 1
- IsCyclotomicExtension.Rat.discr_prime_pow_ne_two'proof · cited by 0
- IsCyclotomicExtension.discr_prime_pow_ne_two'proof · cited by 0