Theorems · Theorem · measure theory
MeasureTheory.hasSum_integral_sum_dirac
∀ {ι : Type u_1} {X : Type u_2} {E : Type u_3} [Countable ι] {mX : MeasurableSpace X} [inst : NormedAddCommGroup E]
{f : X → E} [inst_1 : NormedSpace ℝ E] [MeasurableSingletonClass X] {x : ι → X} {c : ι → ENNReal} [CompleteSpace E],
(∀ (i : ι), c i ≠ ⊤) →
(Summable fun i => (c i).toReal * ‖f (x i)‖) →
HasSum (fun i => (c i).toReal • f (x i))
(∫ (x : X), f x ∂MeasureTheory.Measure.sum fun i => c i • MeasureTheory.Measure.dirac (x i))- Cited by
- 3 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.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- 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
- CompleteSpacestatement and proof · cited by 2,532
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- MeasureTheory.integralstatement and proof · cited by 1,779
- ENNReal.toRealstatement and proof · cited by 859
Cited by3
Results whose statement or proof uses this declaration.
- ProbabilityTheory.hasSum_integral_geometricMeasureproof · cited by 1
- ProbabilityTheory.hasSum_integral_poissonMeasureproof · cited by 1
- MeasureTheory.integral_sum_dirac_eq_tsumproof · cited by 0