Mathlib Map

Theorems · Theorem · field theory

Polynomial.nextCoeff_C_mul

∀ {R : Type u} [inst : Semiring R] {p : Polynomial R} {a : R} [NoZeroDivisors R],
  (Polynomial.C a * p).nextCoeff = a * p.nextCoeff
Defined in
Mathlib.Algebra.Polynomial.Degree.Lemmas
Cited by
1 results in Mathlib
Foundations
Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringNoZeroDivisors

Around this declaration

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

Cites15

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.