Mathlib Map

Theorems · Theorem · general topology

CantorScheme.VanishingDiam.dist_lt

∀ {β : Type u_1} {α : Type u_2} {A : List β → Set α} [inst : PseudoMetricSpace α],
  CantorScheme.VanishingDiam A →
    ∀ (ε : ℝ), 0 < ε → ∀ (x : ℕ → β), ∃ n, ∀ y ∈ A (PiNat.res x n), ∀ z ∈ A (PiNat.res x n), dist y z < ε
Defined in
Mathlib.Topology.MetricSpace.CantorScheme
Cited by
2 results in Mathlib
Foundations
Depth 151 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PseudoMetricSpace

Around this declaration

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

Cites18

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

Cited by2

Results whose statement or proof uses this declaration.