Theorems · Theorem · field theory
Polynomial.Monic.irreducible_iff_lt_natDegree_lt
∀ {R : Type u} [inst : CommSemiring R] [NoZeroDivisors R] {p : Polynomial R},
p.Monic →
p ≠ 1 → (Irreducible p ↔ ∀ (q : Polynomial R), q.Monic → q.natDegree ∈ Finset.Ioc 0 (p.natDegree / 2) → ¬q ∣ p)Alternate phrasing of Polynomial.Monic.irreducible_iff_natDegree' where we only have to check
one divisor at a time.
- Defined in
- Mathlib.Algebra.Polynomial.Monic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringNoZeroDivisors
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement · cited by 13,712
- CommSemiringstatement and proof · cited by 10,911
- Polynomialstatement and proof · cited by 5,681
- mul_commproof · cited by 2,262
- Polynomial.natDegreestatement and proof · cited by 1,105
- NoZeroDivisorsstatement and proof · cited by 545
- Irreduciblestatement · cited by 496
- Polynomial.Monicstatement and proof · cited by 461
- Finset.Iocstatement and proof · cited by 301
- dvd_mul_leftproof · cited by 47
- Polynomial.Monic.of_mul_monic_leftproof · cited by 8
- Polynomial.Monic.irreducible_iff_natDegree'proof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- Polynomial.Monic.irreducible_iff_roots_eq_zero_of_degree_le_threeproof · cited by 1
- Polynomial.Monic.irreducible_iff_degree_ltproof · cited by 1
- Polynomial.irreducible_iff_lt_natDegree_ltproof · cited by 0