Mathlib Map

Theorems · Theorem · general topology

Metric.isOpen_iff

∀ {α : Type u} [inst : PseudoMetricSpace α] {s : Set α}, IsOpen s ↔ ∀ x ∈ s, ∃ ε > 0, Metric.ball x ε ⊆ s
Defined in
Mathlib.Topology.MetricSpace.Pseudo.Defs
Cited by
22 results in Mathlib
Foundations
Depth 117 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.

Cites5

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

  • Setstatement and proof · cited by 53,352
  • Realstatement and proof · cited by 25,697
  • IsOpenstatement · cited by 2,400
  • PseudoMetricSpacestatement and proof · cited by 1,550
  • Metric.ballstatement and proof · cited by 735

Cited by22

Results whose statement or proof uses this declaration.