Theorems · Theorem · measure theory
MeasureTheory.OuterMeasure.ofFunction_eq_iInf_mem
∀ {α : Type u_1} (m : Set α → ENNReal) (m_empty : m ∅ = 0) {P : Set α → Prop},
(∀ (s : Set α), ¬P s → m s = ⊤) →
∀ (s : Set α),
(MeasureTheory.OuterMeasure.ofFunction m m_empty) s =
⨅ t, ⨅ (_ : ∀ (i : ℕ), P (t i)), ⨅ (_ : s ⊆ ⋃ i, t i), ∑' (i : ℕ), m (t i)ofFunction of a set s is the infimum of ∑ᵢ, m (tᵢ) for all collections of sets
tᵢ that cover s, with all tᵢ satisfying a predicate P such that m is infinite for sets
that don't satisfy P.
This is similar to ofFunction_apply, except that the sets tᵢ satisfy P.
The hypothesis m_top applies in particular to a function of the form extend m'.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Set.iUnionstatement and proof · cited by 2,483
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- le_antisymmproof · cited by 2,068
- iInfstatement and proof · cited by 1,690
- le_rflproof · cited by 1,558
- tsumstatement and proof · cited by 1,148
- MeasureTheory.OuterMeasurestatement · cited by 287
- iInf_congr_Propproof · cited by 218
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.AddContent.isCaratheodory_ofFunction_of_memproof · cited by 1
- MeasureTheory.AddContent.ofFunction_eqproof · cited by 1