Theorems · Theorem · general topology
EquicontinuousOn.tendsto_uniformOnFun_iff_pi
∀ {ι : Type u_1} {X : Type u_2} {α : Type u_3} [inst : TopologicalSpace X] [inst_1 : UniformSpace α] {F : ι → X → α}
{𝔖 : Set (Set X)},
(∀ K ∈ 𝔖, IsCompact K) →
⋃₀ 𝔖 = Set.univ →
(∀ K ∈ 𝔖, EquicontinuousOn F K) →
∀ (ℱ : Filter ι) (f : X → α),
Filter.Tendsto (⇑(UniformOnFun.ofFun 𝔖) ∘ F) ℱ (nhds ((UniformOnFun.ofFun 𝔖) f)) ↔ Filter.Tendsto F ℱ (nhds f)Let X be a topological space, 𝔖 a covering of X by compact subsets,
α a uniform space, F : ι → (X → α) a family equicontinuous on each K ∈ 𝔖, and ℱ a filter
on ι. Then, F tends to f : X → α along ℱ uniformly on each `K ∈ 𝔖` iff it tends to f
pointwise along ℱ.
This is a specialization of EquicontinuousOn.tendsto_uniformOnFun_iff_pi' to the case
where 𝔖 covers X.
- Defined in
- Mathlib.Topology.UniformSpace.Ascoli
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceUniformSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Equivstatement · cited by 8,337
- Filterstatement and proof · cited by 8,121
- Set.Elemproof · cited by 7,166
- nhdsstatement and proof · cited by 5,554
- Set.univstatement and proof · cited by 3,945
- Filter.Tendstostatement and proof · cited by 3,814
- UniformSpacestatement and proof · cited by 2,040
- IsCompactstatement and proof · cited by 1,282
- Homeomorphproof · cited by 725
Cited by1
Results whose statement or proof uses this declaration.
- EquicontinuousOn.isClosed_range_uniformOnFun_iff_piproof · cited by 1