Skip to content

feat: Doob maximal inequality for lower semicontinuous submartingales (separable index) - #498

Draft
CoolRmal wants to merge 4 commits into
RemyDegenne:masterfrom
CoolRmal:doob-maximal-continuous
Draft

feat: Doob maximal inequality for lower semicontinuous submartingales (separable index)#498
CoolRmal wants to merge 4 commits into
RemyDegenne:masterfrom
CoolRmal:doob-maximal-continuous

Conversation

@CoolRmal

@CoolRmal CoolRmal commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Following up on #257 (Doob's maximal inequality for right-continuous sub-martingales on a second-countable index set), this PR proves the analogous statement for submartingales whose paths are lower semicontinuous, on a separable index set. This covers continuous paths in particular, and mirrors how VariationProcess.lean handles the second-countable and separable regimes for the measurability of the variation process in #494.

Why a separate version

For general linearly ordered topological spaces, SeparableSpace is strictly weaker than SecondCountableTopology (a separable LOTS can have uncountably many right-isolated points), so neither result implies the other:

  • right-continuous paths ⟹ need SecondCountableTopology;
  • lower semicontinuous paths ⟹ SeparableSpace suffices

The measurability of the running supremum is exactly Mathlib's measurable_iSup_of_lowerSemicontinuous; separability of Set.Iic n comes from hereditary separability of separable LOTS (Set.separableSpace, added in #499).

Main results (new section Separable in DoobLp.lean)

  • maximal_ineq_ennreal_of_lowerSemicontinuous
  • maximal_ineq_nonneg_of_lowerSemicontinuous, maximal_ineq_of_lowerSemicontinuous
  • maximal_ineq_norm_of_continuous (continuous martingale, norm form)

Depends on #499

🤖 Generated with Claude Code

CoolRmal and others added 2 commits July 20, 2026 20:56
Add `BrownianMotion/Auxiliary/SeparableSpace.lean`: a separable linearly
ordered topological space is hereditarily separable (`Set.separableSpace`),
with the supporting order-convex neighbourhood basis
(`exists_isOpen_ordConnected_mem_subset`, `isTopologicalBasis_isOpen_ordConnected`)
and the countability of the isolated points of a subspace
(`countable_setOf_isolated_subtype`).

This packages the mathlib PR leanprover-community/mathlib4#41918 as a project
auxiliary file; it is a shared dependency of the variation-process and
Doob-maximal-inequality developments.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Prove Doob's maximal inequality for submartingales whose paths are lower
semicontinuous, indexed by a separable linearly ordered topological space,
weakening the `SecondCountableTopology` assumption of the right-continuous
version (PR RemyDegenne#257) to `SeparableSpace`. This covers continuous paths in
particular.

Uses Mathlib's `measurable_iSup_of_lowerSemicontinuous`: a lower
semicontinuous path pulls `Set.Ioi` back to an open set, so a countable
dense set of times already computes the running supremum; separability of
`Set.Iic n` comes from hereditary separability of separable LOTS.

Main results (`section Separable`):
* `maximal_ineq_ennreal_of_lowerSemicontinuous`
* `maximal_ineq_nonneg_of_lowerSemicontinuous`
* `maximal_ineq_of_lowerSemicontinuous`
* `maximal_ineq_norm_of_continuous`

The topology-free plumbing shared with the right-continuous version is
factored into `Submartingale.iSup_ofReal_ne_top_of_measurable` and
`maximal_ineq_nonneg_of_ne_top`, and the existing right-continuous proofs
are refactored to reuse them.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@CoolRmal
CoolRmal force-pushed the doob-maximal-continuous branch from 6a91751 to a5a4ceb Compare July 21, 2026 00:56
@CoolRmal CoolRmal changed the title feat: Doob maximal inequality for continuous submartingales (separable index) feat: Doob maximal inequality for lower semicontinuous submartingales (separable index) Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant