Mathlib Map

Theorems · Theorem · commutative algebra

MvPolynomial.IsWeightedHomogeneous.add

∀ {R : Type u_1} {M : Type u_2} [inst : CommSemiring R] {σ : Type u_3} [inst_1 : AddCommMonoid M]
  {φ ψ : MvPolynomial σ R} {n : M} {w : σ → M},
  MvPolynomial.IsWeightedHomogeneous w φ n →
    MvPolynomial.IsWeightedHomogeneous w ψ n → MvPolynomial.IsWeightedHomogeneous w (φ + ψ) n

The sum of two weighted homogeneous polynomials of degree n is weighted homogeneous of weighted degree n.

Defined in
Mathlib.RingTheory.MvPolynomial.WeightedHomogeneous
Cited by
2 results in Mathlib
Foundations
Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoid

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 by2

Results whose statement or proof uses this declaration.