Mathlib Map

Theorems · Theorem · field theory

Polynomial.degree_map_lt

∀ {R : Type u} {S : Type v} [inst : Semiring R] [inst_1 : Semiring S] {f : R →+* S} {p : Polynomial R},
  f p.leadingCoeff = 0 → p ≠ 0 → (Polynomial.map f p).degree < p.degree
Defined in
Mathlib.Algebra.Polynomial.Eval.Degree
Cited by
1 results in Mathlib
Foundations
Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringSemiring

Around this declaration

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

Cites18

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.