Theorems · Definition · measure theory
MeasureTheory.Measure.ofMeasurable
{α : Type u_1} →
[inst : MeasurableSpace α] →
(m : (s : Set α) → MeasurableSet s → ENNReal) →
m ∅ ⋯ = 0 →
(∀ ⦃f : ℕ → Set α⦄ (h : ∀ (i : ℕ), MeasurableSet (f i)),
Pairwise (Function.onFun Disjoint f) → m (⋃ i, f i) ⋯ = ∑' (i : ℕ), m (f i) ⋯) →
MeasureTheory.Measure αObtain a measure by giving a countably additive function that sends ∅ to 0.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 168 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- MeasurableSetstatement and proof · cited by 3,075
- Set.iUnionstatement and proof · cited by 2,483
- Disjointstatement and proof · cited by 2,201
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumstatement and proof · cited by 1,148
- Function.onFunstatement and proof · cited by 570
- Pairwisestatement and proof · cited by 516
- MeasureTheory.OuterMeasureproof · cited by 287
Cited by9
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.withDensityproof · cited by 265
- MeasureTheory.Measure.joinproof · cited by 26
- MeasureTheory.VectorMeasure.ennrealToMeasureproof · cited by 13
- MeasureTheory.SignedMeasure.toMeasureOfZeroLEproof · cited by 11
- MeasureTheory.OuterMeasure.toMeasureproof · cited by 11
- MeasureTheory.Measure.sub_applyproof · cited by 5
- MeasureTheory.Measure.ofMeasurable_applystatement · cited by 5
- MeasureTheory.Measure.ofMeasurable.congr_simpstatement and proof · cited by 1
- MeasureTheory.Measure.ofMeasurable_zerostatement · cited by 1