Theorems · Theorem · general topology
UniformContinuousOn.comp_tendstoUniformly_eventually
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {ι : Type u_4} [inst : UniformSpace β] [inst_1 : UniformSpace γ]
{p : Filter ι} {s : Set β} {F : ι → α → β} {f : α → β} {g : β → γ},
(∀ᶠ (i : ι) in p, ∀ (x : α), F i x ∈ s) →
(∀ (x : α), f x ∈ s) →
UniformContinuousOn g s → TendstoUniformly F f p → TendstoUniformly (fun i x => g (F i x)) (fun x => g (f x)) p- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 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.
Cites11
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
- Filter.EventuallyEqproof · cited by 1,912
- TendstoUniformlystatement and proof · cited by 75
- UniformContinuousOnstatement and proof · cited by 47
- Filter.eventually_iff_exists_memproof · cited by 28
- Filter.eventuallyEq_iff_exists_memproof · cited by 19
- tendstoUniformly_congrproof · cited by 3
- UniformContinuousOn.comp_tendstoUniformlyproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- UniformContinuousOn.comp_tendstoUniformlyOn_eventuallyproof · cited by 1