Auxiliary lemmas #
For any two natural numbers i n : ℕ with i < n, we have that
(2i+1)/(2n) is contained in unit interval
Covering lemma for the unit interval #
Covering lemma for the unit square #
The full unit square as a subset of I × I.
Equations
Instances For
def
UnitSubrectangle
{n m i j : ℕ}
(hi : i < n.succ)
(hj : j < m.succ)
:
Set (↑unitInterval × ↑unitInterval)
For any four natural numbers n m i j : ℕ such that i < n + 1 and j < m + 1,
we have the rectangle [i/(n+1), (i+1)/(n+1)] × [j/(m+1), (j+1)/(m+1)] in the unit square.
Equations
Instances For
theorem
lebesgue_number_lemma_unitSquare
{ι : Sort u}
{c : ι → Set (↑unitInterval × ↑unitInterval)}
(hc₁ : ∀ (i : ι), IsOpen (c i))
(hc₂ : UnitSquare ⊆ ⋃ (i : ι), c i)
: