Theorems · Theorem · field theory
Polynomial.unique_separable_of_irreducible
∀ {F : Type u} [inst : Field F] (p : ℕ) [HF : CharP F p] {f : Polynomial F},
Irreducible f →
0 < p →
∀ (n₁ : ℕ) (g₁ : Polynomial F),
g₁.Separable →
(Polynomial.expand F (p ^ n₁)) g₁ = f →
∀ (n₂ : ℕ) (g₂ : Polynomial F), g₂.Separable → (Polynomial.expand F (p ^ n₂)) g₂ = f → n₁ = n₂ ∧ g₁ = g₂- Defined in
- Mathlib.FieldTheory.Separable
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- AlgHomstatement · cited by 3,236
- add_zeroproof · cited by 2,707
- IsUnitproof · cited by 1,602
- Polynomial.Cproof · cited by 1,598
- pow_zeroproof · cited by 1,094
- Irreduciblestatement and proof · cited by 496
- CharPstatement and proof · cited by 478
- pow_addproof · cited by 315
- pow_posproof · cited by 292
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.