Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - feat(measure_theory/functions/strongly_measurable): almost everywhere strongly measurable functions#12985

Closed
sgouezel wants to merge 9 commits intomasterfrom
ae_strongly_measurable
Closed

[Merged by Bors] - feat(measure_theory/functions/strongly_measurable): almost everywhere strongly measurable functions#12985
sgouezel wants to merge 9 commits intomasterfrom
ae_strongly_measurable

Conversation

@sgouezel
Copy link
Copy Markdown
Collaborator

A function is almost everywhere strongly measurable if it is almost everywhere the pointwise limit of a sequence of simple functions. These are the functions that can be integrated in the most general version of the Bochner integral. As a prerequisite for the refactor of the Bochner integral, we define almost strongly measurable functions and build a comprehensive API for them, gathering in the file strongly_measurable.lean all facts that will be needed for the refactor. The API does not claim to be complete, but it is already pretty big.


If reviewers find this more convenient, I could split the PR into two, a first bit on additional API for strongly measurable functions, and then what is really about ae strongly measurable functions.

Open in Gitpod

@sgouezel sgouezel added the awaiting-review The author would like community review of the PR label Mar 27, 2022
Copy link
Copy Markdown
Collaborator

@RemyDegenne RemyDegenne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was long, but since it's only simple API which is very similar to the measurable one that was not too bad.

We (or rather I) should extend the measurability tactic to (ae_)strongly_measurable.

@RemyDegenne RemyDegenne added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Mar 28, 2022
Co-authored-by: Rémy Degenne <remydegenne@gmail.com>
@RemyDegenne
Copy link
Copy Markdown
Collaborator

Thanks!
bors d+
You did not remove the awaiting_author label so I am not directly merging, just in case you are still changing something.

@bors
Copy link
Copy Markdown

bors bot commented Mar 28, 2022

✌️ sgouezel can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@github-actions github-actions bot added the delegated The PR author may merge after reviewing final suggestions. label Mar 28, 2022
@sgouezel
Copy link
Copy Markdown
Collaborator Author

bors r+
Thanks!
As for adapting the measurability tactic, it will need a small refactor, putting the definitions of simple functions and of strongly measurable and ae strongly measurable functions in the file measure_space_def. I considered doing it in this PR, but I went for the smallest possible change to make it easier to review.

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-author A reviewer has asked the author a question or requested changes labels Mar 28, 2022
bors bot pushed a commit that referenced this pull request Mar 28, 2022
… strongly measurable functions (#12985)

A function is almost everywhere strongly measurable if it is almost everywhere the pointwise limit of a sequence of simple functions. These are the functions that can be integrated in the most general version of the Bochner integral. As a prerequisite for the refactor of the Bochner integral, we define almost strongly measurable functions and build a comprehensive API for them, gathering in the file `strongly_measurable.lean` all facts that will be needed for the refactor. The API does not claim to be complete, but it is already pretty big.
@bors
Copy link
Copy Markdown

bors bot commented Mar 28, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(measure_theory/functions/strongly_measurable): almost everywhere strongly measurable functions [Merged by Bors] - feat(measure_theory/functions/strongly_measurable): almost everywhere strongly measurable functions Mar 28, 2022
@bors bors bot closed this Mar 28, 2022
@bors bors bot deleted the ae_strongly_measurable branch March 28, 2022 13:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

delegated The PR author may merge after reviewing final suggestions. ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants