Theorems · Theorem · commutative algebra
MvPolynomial.weightedTotalDegree_eq_zero_iff
∀ {R : Type u_1} {M : Type u_2} [inst : CommSemiring R] {σ : Type u_3} [inst_1 : AddCommMonoid M]
[inst_2 : LinearOrder M] [inst_3 : OrderBot M] [CanonicallyOrderedAdd M] {w : σ → M},
MvPolynomial.NonTorsionWeight w →
∀ (p : MvPolynomial σ R), MvPolynomial.weightedTotalDegree w p = 0 ↔ ∀ m ∈ p.support, ∀ (x : σ), m x = 0If w is a nontorsion weight function, then a multivariate polynomial has weighted total
degree zero if and only if for every m ∈ p.support and x : σ, m x = 0.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearOrderstatement and proof · cited by 8,572
- Finsuppstatement and proof · cited by 5,255
- MvPolynomialstatement and proof · cited by 2,140
- OrderBotstatement and proof · cited by 1,055
- MvPolynomial.coeffproof · cited by 315
- CanonicallyOrderedAddstatement and proof · cited by 229
- MvPolynomial.supportstatement and proof · cited by 220
- Finsupp.weightproof · cited by 90
Cited by1
Results whose statement or proof uses this declaration.
- MvPolynomial.totalDegree_eq_zero_iffproof · cited by 3