Cylinder Sets on Path Space #
This file contains infrastructure for working with cylinder sets on path space (ℕ → α).
Cylinder sets are fundamental objects in probability theory on sequence spaces,
consisting of events determined by finitely many coordinates.
Originally extracted from MartingaleHelpers.lean for broader reusability.
Main definitions #
tailCylinder r C: Cylinder on the firstrtail coordinates (shifted by one)cylinder r C: Standard cylinder on the firstrcoordinates starting at index 0finCylinder r C: Cylinder for functions with domainFin rfirstRMap X r: Map collecting the firstrcoordinates of a processfirstRCylinder X r C: Finite block cylinder event on the firstrcoordinates
Main results #
- Measurability lemmas for all cylinder types
- Extensionality properties (universal sets, intersections)
- Bridge lemmas connecting different cylinder formulations
Implementation notes #
This file is designed to be general-purpose infrastructure, not specific to any particular proof approach (martingale, Koopman, L²). It only imports mathlib and has no project dependencies.
Basic measurability for tail cylinders.
The map collecting the first r coordinates.
Equations
- Exchangeability.PathSpace.firstRMap X r ω i = X (↑i) ω
Instances For
The σ‑algebra generated by the first r coordinates.
Equations
Instances For
Measurable in the first-r σ‑algebra.
If each C i is measurable in α, then the block cylinder is measurable in
firstRSigma X r (no measurability assumptions on the X i are needed for this
comap‑level statement).
Measurable in the ambient σ‑algebra.
If each coordinate X i is measurable, then the block cylinder is measurable
in the ambient σ‑algebra (useful for Integrable.indicator).
The firstRMap is measurable when all coordinates are measurable.
The first-r σ-algebra is a sub-σ-algebra of the ambient σ-algebra when coordinates are measurable.
Stronger version: firstRSigma increases with r.
tailCylinder is the preimage of a standard cylinder under shift.
The cylinder set is measurable when each component set is measurable.
Empty tail cylinder is the whole space.
Tail cylinder on universal sets is the whole space.