Theorems · Theorem · field theory
Polynomial.quo_add_sum_rem_div_unique
∀ {R : Type u_1} [inst : CommRing R] (K : Type u_2) [inst_1 : Field K] [inst_2 : Algebra (Polynomial R) K]
[FaithfulSMul (Polynomial R) K] {ι : Type u_3} {g : ι → Polynomial R} {s : Finset ι},
(∀ i ∈ s, (g i).Monic) →
((↑s).Pairwise fun i j => IsCoprime (g i) (g j)) →
∀ {q₁ q₂ : Polynomial R} {r₁ r₂ : ι → Polynomial R},
(∀ i ∈ s, (r₁ i).degree < (g i).degree) →
(∀ i ∈ s, (r₂ i).degree < (g i).degree) →
↑q₁ + ∑ i ∈ s, ↑(r₁ i) / ↑(g i) = ↑q₂ + ∑ i ∈ s, ↑(r₂ i) / ↑(g i) → q₁ = q₂ ∧ ∀ i ∈ s, r₁ i = r₂ iLet R be an integral domain and f : R[X]. Let s be a finite index set.
Then a fraction of the form f / ∏ i ∈ s, g i evaluated in a field K containing R[X]
can be rewritten as q + ∑ i ∈ s, r i / g i in at most one way, where
degree (r i) < degree (g i), provided that the g i are monic and pairwise coprime.
See div_prod_eq_quo_add_sum_rem_div for the existence of such a representation.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Finsetstatement and proof · cited by 13,712
- Algebrastatement and proof · cited by 11,388
- SetLike.coestatement and proof · cited by 8,199
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Finset.sumstatement and proof · cited by 5,195
- Algebra.algebraMapproof · cited by 4,706
- Nontrivialproof · cited by 2,416
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.quo_add_rem_div_add_rem_div_uniqueproof · cited by 0