Theorems · Theorem · general topology
UniformContinuousOn.comp_tendstoLocallyUniformly
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {ι : Type u_4} [inst : TopologicalSpace α] [inst_1 : UniformSpace β]
{F : ι → α → β} {f : α → β} {p : Filter ι} [inst_2 : UniformSpace γ] {g : β → γ} {t : Set β},
UniformContinuousOn g t →
TendstoLocallyUniformly F f p →
(∀ (x : α), f x ∈ t) →
(∀ᶠ (n : ι) in p, ∀ (x : α), F n x ∈ t) → TendstoLocallyUniformly (fun x => g ∘ F x) (g ∘ f) p- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 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.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- Filter.Eventuallystatement and proof · cited by 3,134
- UniformSpacestatement and proof · cited by 2,040
- TendstoLocallyUniformlystatement and proof · cited by 59
- UniformContinuousOnstatement and proof · cited by 47
- tendstoLocallyUniformlyOn_univproof · cited by 10
- UniformContinuousOn.comp_tendstoLocallyUniformlyOnproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- UniformContinuous.comp_tendstoLocallyUniformlyproof · cited by 6