Theorems · Theorem · commutative algebra
Polynomial.irreducible_of_eisenstein_criterion
∀ {R : Type u_1} [inst : CommRing R] [IsDomain R] {f : Polynomial R} {P : Ideal R},
P.IsPrime →
f.leadingCoeff ∉ P →
(∀ (n : ℕ), ↑n < f.degree → f.coeff n ∈ P) → 0 < f.degree → f.coeff 0 ∉ P ^ 2 → f.IsPrimitive → Irreducible fIf f is a nonconstant polynomial with coefficients in R, and P is a prime ideal in R,
then if every coefficient in R except the leading coefficient is in P, and
the trailing coefficient is not in P^2 and no nonunits in R divide f, then f is
irreducible.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 127 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites54
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Semiringproof · cited by 13,802
- RingHomproof · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Idealstatement and proof · cited by 4,748
- Algebra.algebraMapproof · cited by 4,706
- mul_oneproof · cited by 3,885
- HasQuotient.Quotientproof · cited by 2,301
- IsDomainstatement and proof · cited by 2,196
- MulZeroClass.mul_zeroproof · cited by 2,091
- Polynomial.Xproof · cited by 1,639
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.IsEisensteinAt.irreducibleproof · cited by 0