Theorems · Theorem · general topology
TendstoUniformlyOn.comp
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {ι : Type u_4} [inst : UniformSpace β] {F : ι → α → β} {f : α → β}
{s : Set α} {p : Filter ι},
TendstoUniformlyOn F f p s → ∀ (g : γ → α), TendstoUniformlyOn (fun n => F n ∘ g) (f ∘ g) p (g ⁻¹' s)Composing on the right by a function preserves uniform convergence on a set
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- UniformSpace
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
- Filterstatement and proof · cited by 8,121
- Set.preimagestatement · cited by 4,946
- UniformSpacestatement and proof · cited by 2,040
- TendstoUniformlyOnstatement and proof · cited by 129
- TendstoUniformlyOnFilterproof · cited by 50
- Filter.comap_principalproof · cited by 47
- tendstoUniformlyOn_iff_tendstoUniformlyOnFilterproof · cited by 13
- TendstoUniformlyOnFilter.compproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- TendstoUniformlyOn.prodMkproof · cited by 4
- HasFPowerSeriesWithinOnBall.tendstoUniformlyOn'proof · cited by 1