Theorems · Theorem · general topology
exists_monotone_Icc_subset_open_cover_Icc
∀ {ι : Sort u_1} {a b : ℝ},
a ≤ b →
∀ {c : ι → Set ↑(Set.Icc a b)},
(∀ (i : ι), IsOpen (c i)) →
Set.univ ⊆ ⋃ i, c i →
∃ t, ↑(t 0) = a ∧ Monotone t ∧ (∃ m, ∀ n ≥ m, ↑(t n) = b) ∧ ∀ (n : ℕ), ∃ i, Set.Icc (t n) (t (n + 1)) ⊆ c iAny open cover c of a closed interval [a, b] in ℝ
can be refined to a finite partition into subintervals.
- Defined in
- Mathlib.Topology.UnitInterval
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Set.Elemstatement and proof · cited by 7,166
- Set.univstatement and proof · cited by 3,945
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- LT.lt.leproof · cited by 2,189
- Set.Iccstatement and proof · cited by 1,702
- Monotonestatement · cited by 1,397
- LE.le.trans_ltproof · cited by 795
- Metric.ballproof · cited by 735
- half_posproof · cited by 83
Cited by1
Results whose statement or proof uses this declaration.
- exists_monotone_Icc_subset_open_cover_unitIntervalproof · cited by 2