feat: a continuous local martingale of locally finite variation is almost surely constant - #490
Draft
CoolRmal wants to merge 4 commits into
Draft
feat: a continuous local martingale of locally finite variation is almost surely constant#490CoolRmal wants to merge 4 commits into
CoolRmal wants to merge 4 commits into
Conversation
Owner
|
Could you extract a PR with the definition and basic API for |
Contributor
Author
|
I'll do that later today. |
RemyDegenne
pushed a commit
that referenced
this pull request
Jul 29, 2026
Add `variationProcess X a`: at time `t` and outcome `ω`, the total variation of the path `s ↦ X s ω` on `[a, t]`, defined as `(eVariationOn (X · ω) (Set.Icc a t)).toReal`. Since `Set.Icc a t` is empty for `t < a`, the process vanishes below `a`, which makes it adapted without assuming the index type has a bottom element. API: * `variationProcess_nonneg`, `variationProcess_of_le`; * `monotone_variationProcess`; * `continuous_variationProcess`, with one-sided `continuousWithinAt_*`; * `MeasureTheory.StronglyAdapted.variationProcess` (adaptedness); * `isStronglyProgressive_variationProcess`. This is the process used in Kallenberg, Proposition 18.2, to reduce a continuous local martingale of locally finite variation to a bounded-variation stopping argument. Split out of #490 for review; the file depends only on Mathlib. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new file
BrownianMotion/Continuity/FiniteVariationProcess.lean, which starts the formalization of some results about finite-variation martingales. The main theorem proved is that a continuous local martingale of locally finite variation is almost surely constant.