Theorems · Theorem · general topology
TendstoLocallyUniformlyOn.comp
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {ι : Type u_4} [inst : TopologicalSpace α] [inst_1 : UniformSpace β]
{F : ι → α → β} {f : α → β} {s : Set α} {p : Filter ι} [inst_2 : TopologicalSpace γ] {t : Set γ},
TendstoLocallyUniformlyOn F f p s →
∀ (g : γ → α), Set.MapsTo g t s → ContinuousOn g t → TendstoLocallyUniformlyOn (fun n => F n ∘ g) (f ∘ g) p t- Cited by
- 5 results in Mathlib
- Foundations
- Depth 54 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Filterstatement and proof · cited by 8,121
- Set.preimageproof · cited by 4,946
- Filter.Eventuallyproof · cited by 3,134
- UniformSpacestatement and proof · cited by 2,040
- nhdsWithinproof · cited by 1,912
- ContinuousOnstatement and proof · cited by 1,411
- uniformityproof · cited by 765
- Set.MapsTostatement and proof · cited by 732
- Filter.Eventually.monoproof · cited by 646
- TendstoLocallyUniformlyOnstatement and proof · cited by 84
Cited by5
Results whose statement or proof uses this declaration.
- HasFPowerSeriesWithinOnBall.tendstoLocallyUniformlyOn'proof · cited by 2
- HasProdLocallyUniformlyOn.compproof · cited by 1
- HasSumLocallyUniformlyOn.compproof · cited by 1
- EisensteinSeries.eisensteinSeries_tendstoLocallyUniformlyOnproof · cited by 1
- TendstoLocallyUniformly.compproof · cited by 0