Mathlib Map

Theorems · Theorem · field theory

Polynomial.splits_iff_splits

Deprecated since 2026-01-13Mathlib marks this declaration as deprecated.

∀ {R : Type u_1} [inst : Field R] {f : Polynomial R},
  f.Splits ↔ f = 0 ∨ ∀ {g : Polynomial R}, Irreducible g → g ∣ f → g.degree = 1
Defined in
Mathlib.Algebra.Polynomial.Splits
Cited by
0 results in Mathlib
Foundations
Depth 141 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.

Cites20

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.