Mathlib Map

Theorems · Theorem · general topology

EMetric.tendstoLocallyUniformlyOn_iff

∀ {α : Type u} {β : Type v} [inst : PseudoEMetricSpace α] {ι : Type u_2} [inst_1 : TopologicalSpace β] {F : ι → β → α}
  {f : β → α} {p : Filter ι} {s : Set β},
  TendstoLocallyUniformlyOn F f p s ↔
    ∀ ε > 0, ∀ x ∈ s, ∃ t ∈ nhdsWithin x s, ∀ᶠ (n : ι) in p, ∀ y ∈ t, edist (f y) (F n y) < ε

Expressing locally uniform convergence on a set using edist.

Defined in
Mathlib.Topology.EMetricSpace.Basic
Cited by
0 results in Mathlib
Foundations
Depth 147 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PseudoEMetricSpaceTopologicalSpace

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.