Mathlib Map

Theorems · Inductive type · general topology

Urysohns.CU

{X : Type u_2} → [TopologicalSpace X] → (Set X → Set X → Prop) → Type u_2

An auxiliary type for the proof of Urysohn's lemma: a pair of a closed set C and its open neighborhood U, together with the assumption that C and U satisfy the property P C U. The latter assumption will make it possible to prove simultaneously both versions of Urysohn's lemma, in normal spaces (with P always true) and in locally compact spaces (with P C U = IsCompact C). We put also in the structure the assumption that, for any such pair, one may find an intermediate pair in between satisfying P, to avoid carrying it around in the argument.

Defined in
Mathlib.Topology.UrysohnsLemma
Cited by
36 results in Mathlib
Foundations
Depth 1 from the axioms · uses no axioms
Assumes
TopologicalSpace

Around this declaration

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

Cites2

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

Cited by48

Results whose statement or proof uses this declaration.