Theorems · Theorem · measure theory
RealRMK.exists_open_approx
∀ {X : Type u_1} [inst : TopologicalSpace X] [inst_1 : T2Space X] [inst_2 : MeasurableSpace X] [inst_3 : BorelSpace X]
(f : CompactlySupportedContinuousMap X ℝ) {ε : ℝ},
0 < ε →
∀ (E : Set X) {μ : MeasureTheory.Content X},
μ.outerMeasure E ≠ ⊤ →
MeasurableSet E →
∀ {c : ℝ},
(∀ x ∈ E, f x < c) → ∃ V, E ⊆ ↑V ∧ (∀ x ∈ V, f x < c) ∧ μ.measure ↑V ≤ μ.measure E + ENNReal.ofReal εGiven a set E, a function f : C_c(X, ℝ), 0 < ε and ∀ x ∈ E, f x < c, there exists an
open set V such that E ⊆ V and the sets are similar in measure and ∀ x ∈ V, f x < c.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
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
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- SetLike.coestatement and proof · cited by 8,199
- Set.preimageproof · cited by 4,946
- MeasurableSetstatement and proof · cited by 3,075
- TopologicalSpace.Opensstatement and proof · cited by 2,040
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.