Theorems · Theorem · measure theory
MeasureTheory.OuterMeasure.sInf_apply
∀ {α : Type u_1} {m : Set (MeasureTheory.OuterMeasure α)} {s : Set α},
m.Nonempty → (sInf m) s = ⨅ t, ⨅ (_ : s ⊆ Set.iUnion t), ∑' (n : ℕ), ⨅ μ ∈ m, μ (t n)The value of the Infimum of a nonempty set of outer measures on a set is not simply the minimum value of a measure on that set: it is the infimum sum of measures of countable set of sets that covers that set, where a different measure can be used for each set in the cover.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 165 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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 · cited by 9,879
- Set.Nonemptystatement and proof · cited by 2,627
- Set.iUnionstatement and proof · cited by 2,483
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- iInfstatement and proof · cited by 1,690
- tsumstatement and proof · cited by 1,148
- InfSet.sInfstatement · cited by 935
- MeasureTheory.OuterMeasurestatement and proof · cited by 287
- iInf_congr_Propproof · cited by 218
- MeasureTheory.OuterMeasure.sInf_eq_boundedBy_sInfGenproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.OuterMeasure.iInf_applyproof · cited by 2
- MeasureTheory.Measure.inf_applyproof · cited by 2
- MeasureTheory.OuterMeasure.sInf_apply'proof · cited by 1