Integral with respect to a sum of measures #
In this file we prove that a function f is integrable with respect to a countable sum of measures
Measure.sum μ if and only if f is integrable with respect to each μ i and the sequence
fun i ↦ ∫ x, ‖f x‖ ∂μ i is summable. We then show that under this integrability condition,
∫ x, f x ∂Measure.sum μ = ∑' i, ∫ f x ∂μ i.
We specialize these results to the case where each measure is a Dirac mass,
i.e. μ i = (c i) • .dirac (x i).
Finally we compute integrals over countable and finite spaces or sets.
Main statements #
integrable_sum_measure_iff: A functionfis integrable with respect to a countable sum of measuresMeasure.sum μif and only iffis integrable with respect to eachμ iand the sequencefun i ↦ ∫ x, ‖f x‖ ∂μ iis summable.integrable_sum_dirac_iff: A functionfis integrable with respect to a countable sum of Dirac massesMeasure.sum (fun i ↦ (c i) • Measure.dirac (x i))if and only if the sequencefun i ↦ (c i).toReal * ‖f (x i)‖is summable.hasSum_integral_measure: Iffis integrable with respect toMeasure.sum μ, then the sequencefun i ↦ ∫ x, f x ∂μ iis summable and its sum is∫ x, f x ∂Measure.sum μ.integral_sum_dirac_eq_tsum: If the sequencefun i ↦ (c i).toReal * ‖f (x i)‖is summable, then∑' i, (c i).toReal • f (x i) = ∫ x, f x, ∂Measure.sum (fun i ↦ (c i) • .dirac (x i)).
Tags #
sum of measures, integral, Dirac mass
A function f is integrable with respect to a countable sum of measures Measure.sum μ
if and only if f is integrable with respect to each μ i and
the sequence fun i ↦ ∫ x, ‖f x‖ ∂μ i is summable.
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.
If f is integrable with respect to Measure.sum μ, then the sequence
fun i ↦ ∫ x, f x ∂μ i is summable and its sum is ∫ x, f x ∂Measure.sum μ.
If the sequence fun i ↦ (c i).toReal * ‖f (x i)‖ is summable, then
∫ x, f x, ∂Measure.sum (fun i ↦ (c i) • .dirac (x i)) = ∑' i, (c i).toReal • f (x i).
Alias of MeasureTheory.integral_countable.
Alias of MeasureTheory.setIntegral_finset.