Skip to content

Conversation

RemyDegenne
Copy link
Contributor

@RemyDegenne RemyDegenne commented Oct 14, 2025

This PR generalizes Adapted to be a predicate about functions (i : ι) → Ω → β i instead of ι → Ω → β.

From the LeanBandits project, in which we have a sequence of random variables X 0, X 1, ... and want to says that n => (X_0, ..., X_n) is adapted to the natural filtration.


Open in Gitpod

@github-actions github-actions bot added the t-measure-probability Measure theory / Probability theory label Oct 14, 2025
Copy link

PR summary ac33158d9a

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ adapted_const'
+ adapted_zero'

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@sgouezel
Copy link
Contributor

bors r+

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the ready-to-merge This PR has been sent to bors. label Oct 16, 2025
mathlib-bors bot pushed a commit that referenced this pull request Oct 16, 2025
This PR generalizes `Adapted` to be a predicate about functions `(i : ι) → Ω → β i` instead of `ι → Ω → β`.

From the LeanBandits project, in which we have a sequence of random variables `X 0, X 1, ...` and want to says that `n => (X_0, ..., X_n)` is adapted to the natural filtration.

Co-authored-by: Remy Degenne <remydegenne@gmail.com>
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Oct 16, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore: generalize Adapted to dependent types [Merged by Bors] - chore: generalize Adapted to dependent types Oct 16, 2025
@mathlib-bors mathlib-bors bot closed this Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge This PR has been sent to bors. t-measure-probability Measure theory / Probability theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants