Theorems · Theorem · general topology
equicontinuousWithinAt_iff_continuousWithinAt
∀ {ι : Type u_1} {X : Type u_3} {α : Type u_6} [tX : TopologicalSpace X] [uα : UniformSpace α] {F : ι → X → α}
{S : Set X} {x₀ : X}, EquicontinuousWithinAt F S x₀ ↔ ContinuousWithinAt (⇑UniformFun.ofFun ∘ Function.swap F) S x₀A family 𝓕 : ι → X → α is equicontinuous at x₀ within S iff the function
swap 𝓕 : X → ι → α is continuous at x₀ within S
when `ι → α` is equipped with the topology of uniform convergence. This is very useful for
developing the equicontinuity API, but it should not be used directly for other purposes.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 73 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.
Cites12
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
- UniformSpacestatement and proof · cited by 2,040
- ContinuousWithinAtstatement · cited by 512
- Function.swapstatement and proof · cited by 216
- UniformFunstatement · cited by 106
- Filter.HasBasis.tendsto_right_iffproof · cited by 81
- UniformFun.ofFunstatement and proof · cited by 78
- EquicontinuousWithinAtstatement and proof · cited by 24
- UniformFun.hasBasis_nhdsproof · cited by 5
Cited by5
Results whose statement or proof uses this declaration.
- equicontinuousWithinAt_iInf_domproof · cited by 2
- equicontinuousWithinAt_iInf_rngproof · cited by 0
- Filter.HasBasis.equicontinuousWithinAt_iffproof · cited by 0
- Filter.HasBasis.equicontinuousWithinAt_iff_leftproof · cited by 0
- Filter.HasBasis.equicontinuousWithinAt_iff_rightproof · cited by 0