Mathlib Map

Theorems · Theorem · field theory

Polynomial.coeff_X_pow

∀ {R : Type u} [inst : Semiring R] (k n : ℕ), (Polynomial.X ^ k).coeff n = if n = k then 1 else 0
Defined in
Mathlib.Algebra.Polynomial.Coeff
Cited by
50 results in Mathlib
Foundations
Depth 105 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.

Cites7

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

Cited by50

Results whose statement or proof uses this declaration.