Theorems · Theorem · sequences and series
Summable.map_tsum
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α] {f : β → α}
{L : SummationFilter β} [L.NeBot] [inst_3 : AddCommMonoid γ] [inst_4 : TopologicalSpace γ] [T2Space γ],
Summable f L →
∀ {G : Type u_4} [inst_6 : FunLike G α γ] [AddMonoidHomClass G α γ] (g : G),
Continuous ⇑g → g (∑'[L] (i : β), f i) = ∑'[L] (i : β), g (f i)- Cited by
- 5 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- AddCommMonoidstatement and proof · cited by 12,281
- Continuousstatement and proof · cited by 2,592
- FunLikestatement and proof · cited by 2,560
- T2Spacestatement and proof · cited by 1,351
- tsumstatement · cited by 1,148
- Summablestatement and proof · cited by 778
- SummationFilterstatement and proof · cited by 607
- AddMonoidHomClassstatement and proof · cited by 252
- Summable.hasSumproof · cited by 184
- HasSum.tsum_eqproof · cited by 150
Cited by5
Results whose statement or proof uses this declaration.
- Topology.IsClosedEmbedding.map_tsumproof · cited by 6
- Topology.IsInducing.summable_iff_tsum_comp_mem_rangeproof · cited by 1
- Summable.toCompl_tsumproof · cited by 0
- PowerSeries.subst_tsumproof · cited by 0
- MvPowerSeries.subst_tsumproof · cited by 0