Theorems · Theorem · general topology
IsUniformInducing.equicontinuousWithinAt_iff
∀ {ι : Type u_1} {X : Type u_3} {α : Type u_6} {β : Type u_8} [tX : TopologicalSpace X] [uα : UniformSpace α]
[uβ : UniformSpace β] {F : ι → X → α} {S : Set X} {x₀ : X} {u : α → β},
IsUniformInducing u → (EquicontinuousWithinAt F S x₀ ↔ EquicontinuousWithinAt ((fun x => u ∘ x) ∘ F) S x₀)Given u : α → β a uniform inducing map, a family 𝓕 : ι → X → α is equicontinuous at a point
x₀ : X within a subset S : Set X iff the family 𝓕', obtained by composing each function
of 𝓕 by u, is equicontinuous at x₀ within S.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- UniformSpacestatement and proof · cited by 2,040
- Topology.IsInducingproof · cited by 266
- Function.swapproof · cited by 216
- IsUniformInducingstatement and proof · cited by 128
- UniformFunproof · cited by 106
- UniformFun.ofFunproof · cited by 78
- UniformFun.toFunproof · cited by 47
- EquicontinuousWithinAtstatement · cited by 24
- IsUniformInducing.isInducingproof · cited by 23
Cited by1
Results whose statement or proof uses this declaration.
- IsUniformInducing.equicontinuousOn_iffproof · cited by 0