Theorems · Theorem · commutative algebra
PowerSeries.IsWeierstrassFactorization.elim
∀ {A : Type u_1} [inst : CommRing A] [inst_1 : IsLocalRing A] [IsHausdorff (IsLocalRing.maximalIdeal A) A]
{g : PowerSeries A} {f f' : Polynomial A} {h h' : PowerSeries A},
g.IsWeierstrassFactorization f h → g.IsWeierstrassFactorization f' h' → f = f' ∧ h = h'The f and h in the Weierstrass preparation theorem are unique.
This result is stated using two PowerSeries.IsWeierstrassFactorization assertions, and only
requires the ring being Hausdorff with respect to the maximal ideal. If you want f and h equal
to PowerSeries.weierstrassDistinguished and PowerSeries.weierstrassUnit,
use PowerSeries.IsWeierstrassFactorization.unique instead, which requires the ring being
complete with respect to the maximal ideal.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Polynomialstatement and proof · cited by 5,681
- Units.valproof · cited by 1,966
- Polynomial.Xproof · cited by 1,639
- PowerSeriesstatement and proof · cited by 797
- IsLocalRingstatement and proof · cited by 339
- IsLocalRing.maximalIdealstatement and proof · cited by 297
- IsUnit.unitproof · cited by 252
- ENat.toNatproof · cited by 143
- PowerSeries.orderproof · cited by 92
- PowerSeries.mapproof · cited by 82
Cited by5
Results whose statement or proof uses this declaration.
- PowerSeries.weierstrassUnit_smulproof · cited by 0
- PowerSeries.IsWeierstrassFactorization.uniqueproof · cited by 0
- PowerSeries.weierstrassDistinguished_mulproof · cited by 0
- PowerSeries.weierstrassDistinguished_smulproof · cited by 0
- PowerSeries.weierstrassUnit_mulproof · cited by 0