Mathlib Map

Theorems · Theorem · general topology

completelyRegularSpace_iff_isOpen

∀ {X : Type u} [inst : TopologicalSpace X],
  CompletelyRegularSpace X ↔ ∀ (x : X) (K : Set X), IsOpen K → x ∈ K → ∃ f, Continuous f ∧ f x = 0 ∧ Set.EqOn f 1 Kᶜ
Defined in
Mathlib.Topology.Separation.CompletelyRegular
Cited by
2 results in Mathlib
Foundations
Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpace

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 by2

Results whose statement or proof uses this declaration.