Mathlib Map

Theorems · Theorem · field theory

Polynomial.natSepDegree_expand

∀ {F : Type u} [inst : Field F] (f : Polynomial F) (q : ℕ) [hF : ExpChar F q] {n : ℕ},
  ((Polynomial.expand F (q ^ n)) f).natSepDegree = f.natSepDegree

If a field F is of exponential characteristic q, then Polynomial.expand F (q ^ n) f and f have the same separable degree.

Defined in
Mathlib.FieldTheory.SeparableDegree
Cited by
4 results in Mathlib
Foundations
Depth 180 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldExpChar

Around this declaration

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

Cites28

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.