Theorems · Theorem · field theory
Polynomial.irreducible_iff_lt_natDegree_lt
∀ {R : Type u} [inst : Field R] {p : Polynomial R},
p ≠ 0 →
¬IsUnit p → (Irreducible p ↔ ∀ (q : Polynomial R), q.Monic → q.natDegree ∈ Finset.Ioc 0 (p.natDegree / 2) → ¬q ∣ p)To check a polynomial p over a field is irreducible, it suffices to check there are no
divisors of degree 0 < d ≤ degree p / 2.
See also: Polynomial.Monic.irreducible_iff_natDegree'.
- Defined in
- Mathlib.Algebra.Polynomial.FieldDivision
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Field
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement · cited by 13,712
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- IsUnitstatement and proof · cited by 1,602
- Polynomial.Cproof · cited by 1,598
- Polynomial.natDegreestatement and proof · cited by 1,105
- Polynomial.leadingCoeffproof · cited by 498
- Irreduciblestatement · cited by 496
- Polynomial.Monicstatement and proof · cited by 461
- Finset.Iocstatement and proof · cited by 301
- inv_ne_zeroproof · cited by 99
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.