Theorems · Theorem · general topology
UniformContinuousOn.comp_tendstoUniformlyOn_eventually
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {ι : Type u_4} [inst : UniformSpace β] [inst_1 : UniformSpace γ]
{p : Filter ι} {s : Set β} {F : ι → α → β} {f : α → β} {t : Set α},
(∀ᶠ (i : ι) in p, ∀ x ∈ t, F i x ∈ s) →
(∀ x ∈ t, f x ∈ s) →
∀ {g : β → γ},
UniformContinuousOn g s →
TendstoUniformlyOn F f p t → TendstoUniformlyOn (fun i x => g (F i x)) (fun x => g (f x)) p t- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- UniformSpaceUniformSpace
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
- Filterstatement and proof · cited by 8,121
- Filter.Eventuallystatement and proof · cited by 3,134
- UniformSpacestatement and proof · cited by 2,040
- TendstoUniformlyOnstatement and proof · cited by 129
- UniformContinuousOnstatement and proof · cited by 47
- UniformContinuousOn.comp_tendstoUniformly_eventuallyproof · cited by 1
- tendstoUniformlyOn_iff_restrictproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- TendstoUniformlyOn.comp_cexpproof · cited by 1