Theorems · Theorem · measure theory
MeasureTheory.inducedOuterMeasure_caratheodory
∀ {α : Type u_1} {P : Set α → Prop} {m : (s : Set α) → P s → ENNReal} {P0 : P ∅} {m0 : m ∅ P0 = 0}
(PU : ∀ ⦃f : ℕ → Set α⦄, (∀ (i : ℕ), P (f i)) → P (⋃ i, f i)),
(∀ ⦃f : ℕ → Set α⦄ (hm : ∀ (i : ℕ), P (f i)), m (⋃ i, f i) ⋯ ≤ ∑' (i : ℕ), m (f i) ⋯) →
(∀ ⦃s₁ s₂ : Set α⦄ (hs₁ : P s₁) (hs₂ : P s₂), s₁ ⊆ s₂ → m s₁ hs₁ ≤ m s₂ hs₂) →
∀ (s : Set α),
MeasurableSet s ↔
∀ (t : Set α),
P t →
(MeasureTheory.inducedOuterMeasure m P0 m0) (t ∩ s) +
(MeasureTheory.inducedOuterMeasure m P0 m0) (t \ s) ≤
(MeasureTheory.inducedOuterMeasure m P0 m0) tTo test whether s is Carathéodory-measurable we only need to check the sets t for which
P t holds. See ofFunction_caratheodory for another way to show the Carathéodory-measurability
of s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- ENNRealstatement and proof · cited by 9,879
- MeasurableSetstatement · cited by 3,075
- Set.iUnionstatement and proof · cited by 2,483
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- le_reflproof · cited by 2,061
- iInfproof · cited by 1,690
- tsumstatement and proof · cited by 1,148
- le_transproof · cited by 985
- add_le_addproof · cited by 666
- MeasureTheory.measure_monoproof · cited by 338
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Content.outerMeasure_caratheodoryproof · cited by 1