Theorems · Definition · commutative algebra
PowerSeries.IsWeierstrassDivisorAt.divCoeff
{A : Type u_1} →
[inst : CommRing A] →
{g : PowerSeries A} →
{I : Ideal A} →
(H : g.IsWeierstrassDivisorAt I) →
(f : PowerSeries A) →
[IsPrecomplete I A] → (i : ℕ) → { x // ∀ (n : ℕ), (PowerSeries.coeff i) (H.seq f n) ≡ x [SMOD I ^ n • ⊤] }The (bundled version of) coefficient of the limit q of the
inductively constructed sequence qₖ in the proof of Weierstrass division.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingIsPrecomplete
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- Top.topstatement and proof · cited by 9,680
- Submodulestatement · cited by 7,192
- Idealstatement and proof · cited by 4,748
- PowerSeriesstatement and proof · cited by 797
- PowerSeries.coeffstatement and proof · cited by 324
- SModEqstatement and proof · cited by 80
- IsPrecompletestatement and proof · cited by 29
- PowerSeries.IsWeierstrassDivisorAtstatement and proof · cited by 28
Cited by4
Results whose statement or proof uses this declaration.
- PowerSeries.IsWeierstrassDivisorAt.divproof · cited by 18
- PowerSeries.IsWeierstrassDivisorAt.coeff_divstatement and proof · cited by 1
- PowerSeries.IsWeierstrassDivisorAt.coeff_div_sub_seq_memproof · cited by 1
- PowerSeries.IsWeierstrassDivisorAt.divCoeff.congr_simpstatement and proof · cited by 0