Mathlib Map

Theorems · Theorem · sequences and series

HasSumLocallyUniformlyOn.comp

∀ {α : Type u_1} {β : Type u_2} {ι : Type u_3} [inst : AddCommMonoid α] {f : ι → β → α} {g : β → α} {s : Set β}
  [inst_1 : UniformSpace α] [inst_2 : TopologicalSpace β] {γ : Type u_4} [inst_3 : TopologicalSpace γ] {t : Set γ},
  HasSumLocallyUniformlyOn f g s →
    ∀ (h' : γ → β), Set.MapsTo h' t s → ContinuousOn h' t → HasSumLocallyUniformlyOn (fun i y => f i (h' y)) (g ∘ h') t
Defined in
Mathlib.Topology.Algebra.InfiniteSum.UniformOn
Cited by
1 results in Mathlib
Foundations
Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidUniformSpaceTopologicalSpaceTopologicalSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.