Mathlib Map

Theorems · Theorem · field theory

Polynomial.natDegree_monomial

∀ {R : Type u} [inst : Semiring R] [inst_1 : DecidableEq R] (i : ℕ) (r : R),
  ((Polynomial.monomial i) r).natDegree = if r = 0 then 0 else i
Defined in
Mathlib.Algebra.Polynomial.Degree.Defs
Cited by
11 results in Mathlib
Foundations
Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringDecidableEq

Around this declaration

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

Cites10

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

Cited by11

Results whose statement or proof uses this declaration.