Theorems · Theorem · Lie groups
continuous_multiset_sum
∀ {ι : Type u_1} {M : Type u_3} {X : Type u_5} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace M]
[inst_2 : AddCommMonoid M] [ContinuousAdd M] {f : ι → X → M} (s : Multiset ι),
(∀ i ∈ s, Continuous (f i)) → Continuous fun a => (Multiset.map (fun i => f i a) s).sum- 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.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommMonoidstatement and proof · cited by 12,281
- Multisetstatement and proof · cited by 2,627
- Continuousstatement and proof · cited by 2,592
- Multiset.mapstatement · cited by 876
- ContinuousAddstatement and proof · cited by 777
- Multiset.sumstatement · cited by 388
- Multiset.mem_coeproof · cited by 17
- continuous_list_sumproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- continuous_finsetSumproof · cited by 21