Theorems · Theorem · general topology
exists_tsupport_one_of_isOpen_isClosed
∀ {X : Type u_1} [inst : TopologicalSpace X] [R1Space X] {s t : Set X},
IsOpen s →
IsCompact (closure s) → IsClosed t → t ⊆ s → ∃ f, tsupport ⇑f ⊆ s ∧ Set.EqOn (⇑f) 1 t ∧ ∀ (x : X), f x ∈ Set.Icc 0 1A variation of Urysohn's lemma. In a R1Space X, for a closed set t and a relatively
compact open set s such that t ⊆ s, there is a continuous function f supported in s,
f x = 1 on t and 0 ≤ f x ≤ 1.
- Defined in
- Mathlib.Topology.UrysohnsLemma
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceR1Space
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites44
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
- IsOpenstatement and proof · cited by 2,400
- Disjointproof · 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.
- rieszContentAux_image_nonemptyproof · cited by 3
- exists_continuousMap_one_of_isCompact_subset_isOpenproof · cited by 3