Theorems · Theorem · general topology
exists_bounded_mem_Icc_of_closed_of_le
∀ {X : Type u_1} [inst : TopologicalSpace X] [NormalSpace X] {s t : Set X},
IsClosed s →
IsClosed t →
Disjoint s t →
∀ {a b : ℝ},
a ≤ b →
∃ f,
Set.EqOn (⇑f) (Function.const X a) s ∧ Set.EqOn (⇑f) (Function.const X b) t ∧ ∀ (x : X), f x ∈ Set.Icc a bUrysohn's lemma: if s and t are two disjoint closed sets in a normal topological space X,
and a ≤ b are two real numbers, then there exists a continuous function f : X → ℝ such that
* f equals a on s;
* f equals b on t;
* a ≤ f x ≤ b for all x.
- Defined in
- Mathlib.Topology.UrysohnsBounded
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 169 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.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- Disjointstatement and proof · cited by 2,201
- MulZeroClass.mul_zeroproof · cited by 2,091
- Nat.cast_zeroproof · cited by 1,870
- Set.Iccstatement and proof · cited by 1,702
- IsClosedstatement and proof · cited by 1,639
Cited by2
Results whose statement or proof uses this declaration.
- BoundedContinuousFunction.tietze_extension_stepproof · cited by 1