Mathlib Map

Theorems · Definition · general topology

EquicontinuousAt

{ι : Type u_1} →
  {X : Type u_3} → {α : Type u_6} → [tX : TopologicalSpace X] → [uα : UniformSpace α] → (ι → X → α) → X → Prop

A family F : ι → X → α of functions from a topological space to a uniform space is equicontinuous at `x₀ : X` if, for all entourages U ∈ 𝓤 α, there is a neighborhood V of x₀ such that, for all x ∈ V and for all i : ι, F i x is U-close to F i x₀.

Defined in
Mathlib.Topology.UniformSpace.Equicontinuity
Cited by
39 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Quot.sound
Assumes
TopologicalSpaceUniformSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by41

Results whose statement or proof uses this declaration.