Kernel associated with a conditional expectation #
We define condexpKernel μ m
, a kernel from Ω
to Ω
such that for all integrable functions f
,
μ[f | m] =ᵐ[μ] fun ω => ∫ y, f y ∂(condexpKernel μ m ω)
.
This kernel is defined if Ω
is a standard Borel space. In general, μ⟦s | m⟧
maps a measurable
set s
to a function Ω → ℝ≥0∞
, and for all s
that map is unique up to a μ
-null set. For all
a
, the map from sets to ℝ≥0∞
that we obtain that way verifies some of the properties of a
measure, but the fact that the μ
-null set depends on s
can prevent us from finding versions of
the conditional expectation that combine into a true measure. The standard Borel space assumption
on Ω
allows us to do so.
Main definitions #
condexpKernel μ m
: kernel such thatμ[f | m] =ᵐ[μ] fun ω => ∫ y, f y ∂(condexpKernel μ m ω)
.
Main statements #
condexp_ae_eq_integral_condexpKernel
:μ[f | m] =ᵐ[μ] fun ω => ∫ y, f y ∂(condexpKernel μ m ω)
.
Kernel associated with the conditional expectation with respect to a σ-algebra. It satisfies
μ[f | m] =ᵐ[μ] fun ω => ∫ y, f y ∂(condexpKernel μ m ω)
.
It is defined as the conditional distribution of the identity given the identity, where the second
identity is understood as a map from Ω
with the σ-algebra mΩ
to Ω
with σ-algebra m ⊓ mΩ
.
We use m ⊓ mΩ
instead of m
to ensure that it is a sub-σ-algebra of mΩ
. We then use
Kernel.comap
to get a kernel from m
to mΩ
instead of from m ⊓ mΩ
to mΩ
.
Instances For
Equations
- ⋯ = ⋯
The conditional expectation of f
with respect to a σ-algebra m
is almost everywhere equal to
the integral ∫ y, f y ∂(condexpKernel μ m ω)
.