Theorems · Theorem · sequences and series
Function.LeftInverse.map_tsum
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α]
{L : SummationFilter β} {G : Type u_4} (f : β → α) [inst_2 : AddCommMonoid γ] [inst_3 : TopologicalSpace γ]
[T2Space γ] {g : G} [inst_5 : FunLike G α γ] [AddMonoidHomClass G α γ],
Continuous ⇑g →
∀ {g' : γ → α}, Continuous g' → Function.LeftInverse g' ⇑g → g (∑'[L] (b : β), f b) = ∑'[L] (b : β), g (f b)Special case of Topology.IsClosedEmbedding.map_tsum, logically weaker but
possibly easier to apply in practice.
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- SummationFilterstatement and proof · cited by 607
- AddMonoidHomClassstatement and proof · cited by 252
- Topology.IsClosedEmbedding.map_tsumproof · cited by 6
- Function.LeftInverse.isClosedEmbeddingproof · cited by 3
Cited by9
Results whose statement or proof uses this declaration.
- NNReal.coe_tsumproof · cited by 6
- RCLike.ofReal_tsumproof · cited by 1
- tsum_starproof · cited by 1
- Matrix.transpose_tsumproof · cited by 1
- Matrix.conjTranspose_tsumproof · cited by 0
- Quaternion.tsum_coeproof · cited by 0
- Matrix.diagonal_tsumproof · cited by 0
- Matrix.blockDiagonal_tsumproof · cited by 0
- Matrix.blockDiagonal'_tsumproof · cited by 0