Theorems · Theorem · commutative algebra
PowerSeries.IsWeierstrassDivision.elim
∀ {A : Type u_1} [inst : CommRing A] [inst_1 : IsLocalRing A] {f g : PowerSeries A},
(PowerSeries.map (IsLocalRing.residue A)) g ≠ 0 →
∀ [IsHausdorff (IsLocalRing.maximalIdeal A) A] {q q' : PowerSeries A} {r r' : Polynomial A},
f.IsWeierstrassDivision g q r → f.IsWeierstrassDivision g q' r' → q = q' ∧ r = r'The quotient q and the remainder r in the Weierstrass division are unique.
This result is stated using two PowerSeries.IsWeierstrassDivision assertions, and only requires
the ring being Hausdorff with respect to the maximal ideal. If you want q and r equal to
f /ʷ g and f %ʷ g, use PowerSeries.IsWeierstrassDivision.unique
instead, which requires the ring being complete with respect to the maximal ideal.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- RingHomstatement · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- PowerSeriesstatement and proof · cited by 797
- IsLocalRingstatement and proof · cited by 339
- IsLocalRing.maximalIdealstatement and proof · cited by 297
- IsLocalRing.ResidueFieldstatement · cited by 156
- PowerSeries.mapstatement and proof · cited by 82
- IsLocalRing.residuestatement and proof · cited by 71
- IsHausdorffstatement and proof · cited by 37
- PowerSeries.IsWeierstrassDivisionAt.eq_mul_addproof · cited by 11
Cited by3
Results whose statement or proof uses this declaration.
- PowerSeries.IsWeierstrassFactorization.elimproof · cited by 5
- PowerSeries.IsWeierstrassDivision.uniqueproof · cited by 0
- PowerSeries.IsWeierstrassDivision.eq_zeroproof · cited by 0