Theorems · Theorem · commutative algebra
MonomialOrder.sPolynomial_decomposition
∀ {σ : Type u_1} {m : MonomialOrder σ} {R : Type u_2} [inst : CommRing R] {d : m.syn} {ι : Type u_3} {B : Finset ι}
{g : ι → MvPolynomial σ R},
(∀ b ∈ B, m.toSyn (m.degree (g b)) = d ∧ IsUnit (m.leadingCoeff (g b)) ∨ g b = 0) →
m.toSyn (m.degree (∑ b ∈ B, g b)) < d →
∃ c, ∑ b ∈ B, g b = ∑ b₁ ∈ B, ∑ b₂ ∈ B, c b₁ b₂ • m.sPolynomial (g b₁) (g b₂)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 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.
Cites59
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
- CommRingstatement and proof · cited by 17,173
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidproof · cited by 12,281
- Finsuppstatement and proof · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- mul_commproof · cited by 2,262
- MvPolynomialstatement and proof · cited by 2,140
- MulZeroClass.mul_zeroproof · cited by 2,091
Cited by1
Results whose statement or proof uses this declaration.
- MonomialOrder.sPolynomial_decomposition'proof · cited by 0