Theorems · Theorem · general topology
exists_continuous_zero_one_of_isClosed
∀ {X : Type u_1} [inst : TopologicalSpace X] [NormalSpace X] {s t : Set X},
IsClosed 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 closed sets in a normal topological space X,
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
- 10 results in Mathlib
- Foundations
- Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceNormalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- 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
- closureproof · cited by 1,254
- Set.EqOnstatement · cited by 603
Cited by10
Results whose statement or proof uses this declaration.
- CompHaus.epi_iff_surjectiveproof · cited by 2
- MeasureTheory.exists_continuous_eLpNorm_sub_le_of_closedproof · cited by 2
- BumpCovering.exists_isSubordinate_of_locallyFiniteproof · cited by 2
- ContinuousMap.setOfIdeal_ofSet_eq_interiorproof · cited by 1
- TopologicalSpace.exists_isInducing_l_inftyproof · cited by 1
- exists_bounded_zero_one_of_closedproof · cited by 1
- IsOpen.measure_eq_biSup_integral_continuousproof · cited by 1
- IsSelfAdjoint.map_spectrum_realproof · cited by 1
- perfectlyNormalSpace_iff_forall_isClosed_preimage_zeroproof · cited by 0
- WeakDual.CharacterSpace.continuousMapEval_bijectiveproof · cited by 0