Oriented (Directed) Lebesgue Number Lemmas #
This file implements the oriented versions of the Lebesgue number lemma for two-point local control. These lemmas handle the case where we have directional constraints (y ≤ z) in addition to distance bounds.
Main definitions #
OrientedProductSpace
: The space K = {(y,z) ∈ I×I | y ≤ z}
Main results #
oriented_lebesgue_from_two_point_local
: Lebesgue number for oriented two-point coveroriented_uniform_small_interval_control
: Uniform control on small oriented intervalsdist_eq_sub_of_le
: In ℝ, if y ≤ z then dist y z = z - y
L1 Helper: For a two-point set {y,z} in a metric space, HasSmallDiam {y,z} L iff dist y z < L
Lemma L1: Two-Point Lebesgue Number Lemma Given a subset form Lebesgue lemma, we can derive a two-point version that directly gives membership instead of subset inclusion
Additional Lemma 1: Oriented Lebesgue from Two-Point Local Control Given oriented two-point local control, there exists a Lebesgue number L > 0 such that any pair (y,z) with y ≤ z and dist y z < L is contained in some local control neighborhood.
Additional Lemma 2: Oriented Uniform Small-Interval Control A corollary that directly gives uniform control on small oriented intervals.