Theorems · Theorem · measure theory
MeasureTheory.Measure.sum_restrict_le
∀ {α : Type u_2} {ι : Type u_6} {x : MeasurableSpace α} {μ : MeasureTheory.Measure α} {s : ι → Set α} {M : ℕ},
(∀ (i : ι), MeasurableSet (s i)) →
(∀ (y : α), {i | y ∈ s i}.encard ≤ ↑M) →
(MeasureTheory.Measure.sum fun i => μ.restrict (s i)) ≤ M • μ.restrict (⋃ i, s i)An upper bound on a sum of restrictions of a measure μ. This can be used to compare
∫ x ∈ X, f x ∂μ with ∑ i, ∫ x ∈ (s i), f x ∂μ, where s is a cover of X.
- Defined in
- Mathlib.MeasureTheory.Measure.Restrict
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites85
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpaceproof · cited by 24,529
- Finsetproof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- AddCommMonoidproof · cited by 12,281
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- SetLike.coeproof · cited by 8,199
- Set.Elemproof · cited by 7,166
- Set.ofPredstatement and proof · cited by 6,101
- Finset.sumproof · cited by 5,195
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.