Mathlib Map

Theorems · Theorem · field theory

Polynomial.natTrailingDegree_mul

∀ {R : Type u} [inst : Semiring R] {p q : Polynomial R} [NoZeroDivisors R],
  p ≠ 0 → q ≠ 0 → (p * q).natTrailingDegree = p.natTrailingDegree + q.natTrailingDegree
Defined in
Mathlib.Algebra.Polynomial.Degree.TrailingDegree
Cited by
4 results in Mathlib
Foundations
Depth 93 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.

Cites7

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

Cited by4

Results whose statement or proof uses this declaration.