Mathlib Map

Theorems · Theorem · general topology

perfectlyNormalSpace_iff_forall_isClosed_preimage_zero

∀ {X : Type u_1} [inst : TopologicalSpace X],
  PerfectlyNormalSpace X ↔ ∀ (s : Set X), IsClosed s → ∃ f, s = ⇑f ⁻¹' {0} ∧ ∀ (x : X), f x ∈ Set.Icc 0 1

A topological space is perfectly normal iff every closed set is the zero set of a continuous function taking values in the unit interval.

Defined in
Mathlib.Topology.Separation.PerfectlyNormal
Cited by
0 results in Mathlib
Foundations
Depth 171 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.

Cites75

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.