Mathlib Map

Theorems · Theorem · commutative algebra

MvPolynomial.totalDegree_finset_sum

Deprecated since 2026-04-08Use MvPolynomial.totalDegree_finsetSum instead.

∀ {R : Type u} {σ : Type u_1} [inst : CommSemiring R] {ι : Type u_3} (s : Finset ι) (f : ι → MvPolynomial σ R),
  (s.sum f).totalDegree ≤ s.sup fun i => (f i).totalDegree

Alias of MvPolynomial.totalDegree_finsetSum.

Defined in
Mathlib.Algebra.MvPolynomial.Degrees
Cited by
0 results in Mathlib
Foundations
Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiring

Around this declaration

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

Cites8

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.