Theorems · Theorem · commutative algebra
MonomialOrder.div
∀ {σ : Type u_1} {m : MonomialOrder σ} {R : Type u_2} [inst : CommRing R] {ι : Type u_3} {b : ι → MvPolynomial σ R},
(∀ (i : ι), IsUnit (m.leadingCoeff (b i))) →
∀ (f : MvPolynomial σ R),
∃ g r,
f = (Finsupp.linearCombination (MvPolynomial σ R) b) g + r ∧
(∀ (i : ι), m.toSyn (m.degree (b i * g i)) ≤ m.toSyn (m.degree f)) ∧
∀ c ∈ r.support, ∀ (i : ι), ¬m.degree (b i) ≤ cDivision by a family of multivariate polynomials whose leading coefficients are invertible with respect to a monomial order
- Defined in
- Mathlib.RingTheory.MvPolynomial.Groebner
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites63
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 · cited by 13,712
- LinearMapstatement · cited by 10,215
- Finsuppstatement and proof · cited by 5,255
- AddGroupproof · cited by 4,410
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- mul_commproof · cited by 2,262
- MvPolynomialstatement and proof · cited by 2,140
- MulZeroClass.mul_zeroproof · cited by 2,091
Cited by2
Results whose statement or proof uses this declaration.
- MonomialOrder.div_setproof · cited by 1
- MvPolynomial.combinatorial_nullstellensatz_exists_linearCombinationproof · cited by 1