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- Cited by
- 1 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommMonoidstatement and proof · cited by 12,281
- UniformSpacestatement and proof · cited by 2,040
- ContinuousOnstatement and proof · cited by 1,411
- Set.MapsTostatement and proof · cited by 732
- HasSumLocallyUniformlyOnstatement and proof · cited by 16
- TendstoLocallyUniformlyOn.compproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- SummableLocallyUniformlyOn.compproof · cited by 0