Theorems · Theorem · general topology
exists_continuous_zero_one_of_isCompact
∀ {X : Type u_1} [inst : TopologicalSpace X] [RegularSpace X] [LocallyCompactSpace X] {s t : Set X},
IsCompact s → IsClosed t → Disjoint s t → ∃ f, Set.EqOn (⇑f) 0 s ∧ Set.EqOn (⇑f) 1 t ∧ ∀ (x : X), f x ∈ Set.Icc 0 1Urysohn's lemma: if s and t are two disjoint sets in a regular locally compact topological
space X, with s compact and t closed, then there exists a continuous
function f : X → ℝ such that
* f equals zero on s;
* f equals one on t;
* 0 ≤ f x ≤ 1 for all x.
- Defined in
- Mathlib.Topology.UrysohnsLemma
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- LE.le.transproof · cited by 3,151
- Compl.complproof · cited by 2,925
- ContinuousMapstatement · cited by 2,491
- IsOpenproof · cited by 2,400
- Disjointstatement and proof · cited by 2,201
- Set.Iccstatement · cited by 1,702
- IsClosedstatement and proof · cited by 1,639
- IsCompactstatement and proof · cited by 1,282
Cited by2
Results whose statement or proof uses this declaration.
- exists_continuous_one_zero_of_isCompactproof · cited by 5
- exists_continuous_zero_one_of_isCompact'proof · cited by 1