Theorems · Theorem · Lie groups
continuousOn_list_sum
∀ {ι : Type u_1} {M : Type u_3} {X : Type u_5} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace M]
[inst_2 : AddMonoid M] [ContinuousAdd M] {f : ι → X → M} (l : List ι) {t : Set X},
(∀ i ∈ l, ContinuousOn (f i) t) → ContinuousOn (fun a => (List.map (fun i => f i a) l).sum) t- Defined in
- Mathlib.Topology.Algebra.Monoid
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- AddMonoidstatement and proof · cited by 2,864
- ContinuousOnstatement and proof · cited by 1,411
- ContinuousAddstatement and proof · cited by 777
- continuousWithinAt_iff_continuousAt_domRestrictproof · cited by 4
- tendsto_list_sumproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- continuousOn_multiset_sumproof · cited by 1