Mathlib Map

Theorems · Theorem · field theory

Polynomial.degree_derivative_eq

Deprecated since 2026-06-03Use Polynomial.degree_derivative instead.

∀ {R : Type u} [inst : Semiring R] [IsAddTorsionFree R] (p : Polynomial R),
  0 < p.natDegree → (Polynomial.derivative p).degree = ↑(p.natDegree - 1)
Defined in
Mathlib.Algebra.Polynomial.Derivative
Cited by
0 results in Mathlib
Foundations
Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringIsAddTorsionFree

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 by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.