Theorems · Theorem · measure theory
MeasureTheory.integrable_sum_dirac_iff
∀ {ι : Type u_1} {X : Type u_2} {E : Type u_3} [Countable ι] {mX : MeasurableSpace X} [inst : NormedAddCommGroup E]
{f : X → E} [MeasurableSingletonClass X] {x : ι → X} {c : ι → ENNReal},
(∀ (i : ι), c i ≠ ⊤) →
(MeasureTheory.Integrable f (MeasureTheory.Measure.sum fun i => c i • MeasureTheory.Measure.dirac (x i)) ↔
Summable fun i => (c i).toReal * ‖f (x i)‖)A function f is integrable with respect to a countable sum of
Dirac masses Measure.sum (fun i ↦ (c i) • Measure.dirac (x i)) if and only if
the sequence fun i ↦ (c i).toReal * ‖f (x i)‖ is summable.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 259 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Norm.normstatement and proof · cited by 5,413
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- ENNReal.toRealstatement and proof · cited by 859
- Summablestatement and proof · cited by 778
- Countablestatement and proof · cited by 633
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.integrable_poissonMeasure_iffproof · cited by 1
- ProbabilityTheory.integrable_geometricMeasure_iffproof · cited by 1