Theorems · Theorem · commutative algebra
MvPolynomial.support_sub_monomial_sub_monomial_subset
∀ {R : Type u} {σ : Type u_1} [inst : CommRing R] (p : MvPolynomial σ R) [inst_1 : DecidableEq σ] (d d' : σ →₀ ℕ)
(c : R),
d ≠ d' →
MvPolynomial.coeff d p = c →
(p - ((MvPolynomial.monomial d) c - (MvPolynomial.monomial d') c)).support ⊆ p.support.erase d ∪ {d'}Subtracting monomial d c - monomial d' c from p, where c = coeff d p and d ≠ d',
leaves the support inside p.support.erase d ∪ {d'}.
- Defined in
- Mathlib.Algebra.MvPolynomial.CommRing
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- Finsetstatement and proof · cited by 13,712
- LinearMapstatement · cited by 10,215
- Finsuppstatement and proof · cited by 5,255
- MvPolynomialstatement and proof · cited by 2,140
- Finset.erasestatement and proof · cited by 455
- MvPolynomial.coeffstatement and proof · cited by 315
- MvPolynomial.monomialstatement and proof · cited by 253
- MvPolynomial.supportstatement and proof · cited by 220
- Finset.mem_singletonproof · cited by 103
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.