Mathlib Map

Theorems · Theorem · field theory

Polynomial.coeff_pow_mul_natDegree

∀ {R : Type u} [inst : Semiring R] (p : Polynomial R) (n : ℕ), (p ^ n).coeff (n * p.natDegree) = p.leadingCoeff ^ n
Defined in
Mathlib.Algebra.Polynomial.Degree.Operations
Cited by
1 results in Mathlib
Foundations
Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Semiring

Around this declaration

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

Cites19

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.