Mathlib Map

Theorems · Theorem · field theory

Polynomial.IsMonicOfDegree.eq_isMonicOfDegree_one_or_two_mul

∀ {f : Polynomial ℝ} {n : ℕ},
  f.IsMonicOfDegree (n + 1) → ∃ f₁ f₂, (f₁.IsMonicOfDegree 1 ∨ f₁.IsMonicOfDegree 2) ∧ f = f₁ * f₂

If f : ℝ[X] is monic of positive degree, then f = f₁ * f₂ with f₁ monic of degree 1 or 2. This relies on the fact that irreducible polynomials over have degree at most 2.

Defined in
Mathlib.Analysis.Polynomial.Factorization
Cited by
1 results in Mathlib
Foundations
Depth 297 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.