Reverse Martingale Infrastructure #
To prove Lévy's downward theorem, we reverse time on finite horizons to obtain forward martingales, then apply the upcrossing inequality.
Main Definitions #
revFiltration: Time-reversed filtration on a finite horizonrevCEFinite: Time-reversed conditional expectation process
Main Results #
revCEFinite_martingale: The reversed process is a forward martingaleeLpNorm_one_condExp_le_of_integrable: L¹ boundedness of conditional expectations
Reverse filtration on a finite horizon N.
For an antitone filtration 𝔽, define 𝔾ⁿ_k := 𝔽_{N-k}. Since k ≤ ℓ implies
N - ℓ ≤ N - k, and 𝔽 is antitone, we get 𝔽_{N-k} ≤ 𝔽_{N-ℓ}, so 𝔾ⁿ is
a (forward) increasing filtration.
Equations
Instances For
Reverse conditional expectation process at finite horizon N.
For n ≤ N, this is just μ[f | 𝔽_{N-n}].
Instances For
The reversed process revCEFinite f 𝔽 N is a martingale w.r.t. revFiltration 𝔽 N.
Proof: For i ≤ j, we have 𝔽 (N - j) ≤ 𝔽 (N - i), so by the tower property:
E[revCEFinite N j | revFiltration N i] = E[μ[f | 𝔽_{N-j}] | 𝔽_{N-i}] = μ[f | 𝔽_{N-i}] = revCEFinite N i
L¹ boundedness of conditional expectations.
This is a standard property: ‖μ[f | m]‖₁ ≤ ‖f‖₁.