Bochner integral of a function against the composition-product of two kernels #
We prove properties of the composition-product of two kernels. If κ is an s-finite kernel from
α to β and η is an s-finite kernel from α × β to γ, we can form their composition-product
κ ⊗ₖ η : kernel α (β × γ). We proved in ProbabilityTheory.kernel.lintegral_compProd that it
verifies ∫⁻ bc, f bc ∂((κ ⊗ₖ η) a) = ∫⁻ b, ∫⁻ c, f (b, c) ∂(η (a, b)) ∂(κ a). In this file, we
prove the same equality for the Bochner integral.
Main statements #
ProbabilityTheory.integral_compProd: the integral against the composition-product is∫ z, f z ∂((κ ⊗ₖ η) a) = ∫ x, ∫ y, f (x, y) ∂(η (a, x)) ∂(κ a)
Implementation details #
This file is to a large extent a copy of part of
Mathlib/MeasureTheory/Constructions/Prod/Basic.lean. The product of
two measures is a particular case of composition-product of kernels and it turns out that once the
measurablity of the Lebesgue integral of a kernel is proved, almost all proofs about integrals
against products of measures extend with minimal modifications to the composition-product of two
kernels.