Lévy's downward theorem, L¹ version (R3 follow-up; Mathlib-upstream candidate, #24) #
The narrow reverse-martingale convergence the relational extremality theory needs:
along an antitone sequence of sub-σ-algebras, conditional expectations converge in L¹
to the conditional expectation on the intersection. Mathlib has Lévy's upward theorem
(Mathlib/Probability/Martingale/Convergence.lean); this file provides the downward L¹
form by the orthogonal-projection route (no upcrossing/almost-everywhere machinery):
Submodule.starProjection_tendsto_iInf— orthogonal projections onto an antitone sequence of subspaces converge to the projection onto the infimum (the antitone twin ofstarProjection_tendsto_closure_iSup, via orthogonal complements);MeasureTheory.lpMeas_iInf_of_antitone— theLᵖ-subspace of an infimum σ-algebra is the intersection of theLᵖ-subspaces (limsup representative trick);MeasureTheory.tendsto_eLpNorm_condExp_iInf— Lévy downward, L¹: for integrablefand antitone𝒢,eLpNorm (μ[f|𝒢 n] − μ[f|⨅ n, 𝒢 n]) 1 μ → 0(via theL²case and anε/3density argument).
Antitone projection convergence #
Orthogonal projections along an antitone sequence of subspaces converge to the
projection onto the infimum — the antitone twin of starProjection_tendsto_closure_iSup,
by passing to orthogonal complements.
The L²-subspace of an infimum σ-algebra #
lpMeas is monotone in the σ-algebra. (m0 is the ambient σ-algebra of μ, following
the {m m0} convention of the ConditionalExpectation files: it is determined by μ at
application sites and is not required to relate to m or m', so the lemma applies with
sub-σ-algebras of any common ambient.)
The Lᵖ-subspace of an infimum σ-algebra is the intersection of the subspaces along
an antitone sequence: a function a.e.-measurable for every 𝒢 n has the a.e.-limsup
representative, which is measurable for the infimum. (m0 is the ambient σ-algebra of μ,
determined at application sites.)
Lévy downward, L² version #
Lévy's downward theorem, L² version: for f ∈ L² and an antitone sequence of
sub-σ-algebras 𝒢, the conditional expectations μ[f|𝒢 n] converge in L² to
μ[f|⨅ n, 𝒢 n]. Conditional expectation on L² is the orthogonal projection onto lpMeas,
so this is Submodule.starProjection_tendsto_iInf transported along
lpMeas_iInf_of_antitone.
Lévy downward, L¹ version #
Lévy's downward theorem, L¹ version: for integrable f and an antitone sequence of
sub-σ-algebras 𝒢, the conditional expectations μ[f|𝒢 n] converge in L¹ to
μ[f|⨅ n, 𝒢 n]. Proved by an ε/3 argument from the L² case
(tendsto_eLpNorm_condExp_iInf_of_memLp), approximating f by a simple function.
Conditional expectation over a 0-1 σ-algebra is the mean: if every m'-measurable
set has measure 0 or 1, the conditional expectation of an integrable function is a.e. the
integral.