Theorems · Theorem · general topology
Equicontinuous.comap_uniformFun_eq
∀ {ι : Type u_1} {X : Type u_2} {α : Type u_3} [inst : TopologicalSpace X] [inst_1 : UniformSpace α] {F : ι → X → α}
[CompactSpace X],
Equicontinuous F →
UniformSpace.comap F (UniformFun.uniformSpace X α) = UniformSpace.comap F (Pi.uniformSpace fun i => α)Let X be a compact topological space, α a uniform space, and F : ι → (X → α) an
equicontinuous family. Then, the uniform structures of uniform convergence and pointwise
convergence induce the same uniform structure on ι.
In other words, pointwise convergence and uniform convergence coincide on an equicontinuous
subset of X → α.
Consider using Equicontinuous.isUniformInducing_uniformFun_iff_pi and
Equicontinuous.inducing_uniformFun_iff_pi instead, to avoid rewriting instances.
- Defined in
- Mathlib.Topology.UniformSpace.Ascoli
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites41
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetproof · cited by 13,712
- Top.topproof · cited by 9,680
- Set.ofPredproof · cited by 6,101
- Set.preimageproof · cited by 4,946
- Set.iUnionproof · cited by 2,483
- le_antisymmproof · cited by 2,068
- UniformSpacestatement and proof · cited by 2,040
- iInfproof · cited by 1,690
- Set.iInterproof · cited by 1,084
Cited by3
Results whose statement or proof uses this declaration.
- EquicontinuousOn.comap_uniformOnFun_eqproof · cited by 2
- Equicontinuous.inducing_uniformFun_iff_piproof · cited by 1
- Equicontinuous.isUniformInducing_uniformFun_iff_piproof · cited by 0