Theorems · Theorem · field theory
Polynomial.IsMonicOfDegree.eq_isMonicOfDegree_two_mul_isMonicOfDegree
∀ {f : Polynomial ℝ} {n : ℕ},
f.IsMonicOfDegree (n + 2) → ∃ f₁ f₂, f₁.IsMonicOfDegree 2 ∧ f₂.IsMonicOfDegree n ∧ f = f₁ * f₂If f : ℝ[X] is monic of degree ≥ 2, then f = f₁ * f₂ with f₁ monic of degree 2
and f₂ monic of degree f.natDegree - 2.
This relies on the fact that irreducible polynomials over ℝ have degree at most 2.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 298 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Polynomialstatement and proof · cited by 5,681
- mul_assocproof · cited by 1,667
- add_commproof · cited by 1,535
- mul_left_commproof · cited by 184
- Polynomial.IsMonicOfDegreestatement and proof · cited by 39
- Polynomial.IsMonicOfDegree.mulproof · cited by 2
- Polynomial.IsMonicOfDegree.of_mul_leftproof · cited by 2
- Polynomial.IsMonicOfDegree.eq_isMonicOfDegree_one_or_two_mulproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.