Theorems · Theorem · measure theory
RealRMK.range_cut_partition
∀ {X : Type u_1} [inst : TopologicalSpace X] [inst_1 : MeasurableSpace X] [BorelSpace X]
(f : CompactlySupportedContinuousMap X ℝ) (a : ℝ) {ε : ℝ},
0 < ε →
∀ (N : ℕ),
Set.range ⇑f ⊆ Set.Ioo a (a + ↑N * ε) →
∃ E,
tsupport ⇑f = ⋃ j, E j ∧
Set.univ.PairwiseDisjoint E ∧
(∀ (n : Fin N), ∀ x ∈ E n, a + ε * ↑↑n < f x ∧ f x ≤ a + ε * (↑↑n + 1)) ∧
∀ (n : Fin N), MeasurableSet (E n)Given f : C_c(X, ℝ) such that range f ⊆ [a, b] we obtain a partition of the support of f
determined by partitioning [a, b] into N pieces.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 164 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites47
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
- MeasurableSpacestatement and proof · cited by 13,106
- Set.ofPredproof · cited by 6,101
- Set.preimageproof · cited by 4,946
- Set.rangestatement and proof · cited by 4,705
- Set.univstatement and proof · cited by 3,945
- mul_oneproof · cited by 3,885
- MeasurableSetstatement · cited by 3,075
- add_zeroproof · cited by 2,707
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.