Theorems · Theorem · commutative algebra
PowerSeries.IsWeierstrassDivisorAt.eq_zero_of_mul_eq
∀ {A : Type u_1} [inst : CommRing A] {g : PowerSeries A} {I : Ideal A},
g.IsWeierstrassDivisorAt I →
∀ [IsHausdorff I A] {q : PowerSeries A} {r : Polynomial A},
r.degree < ↑((PowerSeries.map (Ideal.Quotient.mk I)) g).order.toNat → g * q = ↑r → q = 0 ∧ r = 0If g * q = r for some power series q and some polynomial r whose degree is < n,
then q and r are all zero. This implies the uniqueness of Weierstrass division.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingIsHausdorff
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites57
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
- Top.topproof · cited by 9,680
- Polynomialstatement and proof · cited by 5,681
- Idealstatement and proof · cited by 4,748
- one_mulproof · cited by 2,841
- HasQuotient.Quotientstatement · cited by 2,301
- mul_commproof · cited by 2,262
- MulZeroClass.mul_zeroproof · cited by 2,091
- Units.valproof · cited by 1,966
- mul_assocproof · cited by 1,667
Cited by1
Results whose statement or proof uses this declaration.
- PowerSeries.IsWeierstrassDivisorAt.eq_of_mul_add_eq_mul_addproof · cited by 7