Crossings: Pathwise Reversal Lemmas #
Pathwise reversal lemmas relating upcrossings of a process to downcrossings of its time reversal. No filtration / integrability content here — this file is the purely combinatorial / pathwise layer.
Main Definitions #
downcrossingsBefore: Downcrossings before timeNdowncrossings: Total downcrossings (supremum over all time horizons)
Main Results #
up_neg_flip_eq_down:up(-b, -a, -X) = down(a, b, X)down_neg_flip_eq_up:down(-b, -a, -X) = up(a, b, X)upBefore_le_downBefore_rev_succ: upcrossing–downcrossing inequality
Downcrossings before N: defined as upcrossings of negated process with flipped interval. Returns a random variable Ω → ℕ.
Equations
- Exchangeability.Probability.downcrossingsBefore a b X N = MeasureTheory.upcrossingsBefore (-b) (-a) (negProcess X) N
Instances For
Total downcrossings: supremum over all time horizons.
Equations
- Exchangeability.Probability.downcrossings a b X ω = ⨆ (N : ℕ), ↑(Exchangeability.Probability.downcrossingsBefore a b X N ω)
Instances For
Identity 1: Upcrossings of negated process = downcrossings of original. Negation flips crossing direction: up(-b, -a, -X) = down(a, b, X).
Corrected one-way inequality with shifted horizon on the reversed side.
The bijection (τ, σ) ↦ (N-σ, N-τ) maps X upcrossings to Y upcrossings. When τ = 0, the reversed crossing completes at time N. With "before N+1" on the reversed side, this crossing is counted (since N < N+1).
This fixes the boundary issue in upBefore_le_downBefore_rev.