Mathlib Map

Theorems · Theorem · field theory

Polynomial.natDegree_mul

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

Polynomial.natDegree_le_of_dvd · cited by 11Polynomial.natDegree_le_o…Polynomial.associated_content_mul · cited by 6Polynomial.associated_con…Polynomial.natDegree_eq_zero_of_isUnit · cited by 5Polynomial.natDegree_eq_z…Polynomial.splits_mul · cited by 4Polynomial.splits_mulPolynomial.natDegree_sub_eq_of_prod_eq · cited by 3Polynomial.natDegree_sub_…AdjoinRoot.minpoly_root · cited by 3AdjoinRoot.minpoly_rootRatFunc.intDegree_mul · cited by 3RatFunc.intDegree_mulMvPolynomial.degreeOf_mul_eq · cited by 2MvPolynomial.degreeOf_mul…Polynomial.cyclotomic_expand_eq_cyclotomic_mul · cited by 2Polynomial.cyclotomic_exp…Polynomial.natDegree_mul_mirror · cited by 2Polynomial.natDegree_mul_…Irreducible.natDegree_le_two · cited by 2Irreducible.natDegree_le_…ascPochhammer_natDegree · cited by 2ascPochhammer_natDegreePolynomial.natDegree_primPart · cited by 2Polynomial.natDegree_prim…Polynomial.eraseLead_mul_eq_mul_eraseLead_of_nextCoeff_zero · cited by 1Polynomial.eraseLead_mul_…descPochhammer_natDegree · cited by 1descPochhammer_natDegreeSemiring · cited by 13802SemiringPolynomial · cited by 5681PolynomialWithBot · cited by 1498WithBotPolynomial.natDegree · cited by 1105Polynomial.natDegreePolynomial.degree · cited by 643Polynomial.degreeNat.cast_add · cited by 586Nat.cast_addNoZeroDivisors · cited by 545NoZeroDivisorsmul_ne_zero · cited by 178mul_ne_zeroNat.cast_inj · cited by 70Nat.cast_injPolynomial.degree_eq_natDegree · cited by 69Polynomial.degree_eq_natD…Polynomial.degree_mul · cited by 25Polynomial.degree_mulPolynomial.natDegree_mulCITED BYCITES

Cites11

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

Cited by23

Results whose statement or proof uses this declaration.