Theorems · Theorem · commutative algebra
PowerSeries.WithPiTopology.tendsto_iff_coeff_tendsto
∀ (R : Type u_1) [inst : TopologicalSpace R] [inst_1 : Semiring R] {ι : Type u_2} (f : ι → PowerSeries R) (u : Filter ι)
(g : PowerSeries R),
Filter.Tendsto f u (nhds g) ↔
∀ (d : ℕ), Filter.Tendsto (fun i => (PowerSeries.coeff d) (f i)) u (nhds ((PowerSeries.coeff d) g))A family of power series converges iff it converges coefficientwise
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- TopologicalSpacestatement and proof · cited by 24,529
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- LinearMapstatement and proof · cited by 10,215
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Finsuppproof · cited by 5,255
- Filter.Tendstostatement and proof · cited by 3,814
- Finsupp.singleproof · cited by 943
- PowerSeriesstatement and proof · cited by 797
- MvPowerSeriesproof · cited by 659
Cited by5
Results whose statement or proof uses this declaration.
- Nat.Partition.hasProd_genFunproof · cited by 4
- PowerSeries.WithPiTopology.tendsto_trunc_atTopproof · cited by 1
- PowerSeries.coeff_prod_one_sub_X_pow_eventually_eqproof · cited by 1
- PowerSeries.WithPiTopology.hasProd_one_sub_X_powproof · cited by 1
- PowerSeries.WithPiTopology.hasSum_iff_hasSum_coeffproof · cited by 0