Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat(l1_space): add measurability to integrable #4170

Closed
wants to merge 12 commits into from

Conversation

fpvandoorn
Copy link
Member

This PR defines integrable such that integrable implies measurable. The old version is called has_finite_integral.

This allows us to drop many measurability conditions from lemmas that also require integrability.
There are some lemmas that have extra measurability conditions, if it has integrable as conclusion without corresponding measurable hypothesis.
There are many results that require an additional [measurable_space E] hypothesis, and some that require [borel_space E] or [second_countable_space E] (usually when using that addition is measurable).


@fpvandoorn
Copy link
Member Author

The predicate integrable_on currently still implies that the function is measurable everywhere. Potentially we could choose to say that the function is only measurable after restricting to the set in question.

@urkud
Copy link
Member

urkud commented Sep 21, 2020

The predicate integrable_on currently still implies that the function is measurable everywhere. Potentially we could choose to say that the function is only measurable after restricting to the set in question.

I think that the best approach to this is to use measurability w.r.t. null_measurable as most textbooks do.

@urkud
Copy link
Member

urkud commented Sep 21, 2020

I support usage of the new definition. I did not go through the whole file but I trust that @fpvandoorn did not introduce any large regressions. @sgouezel ?

@PatrickMassot
Copy link
Member

Sébastien is happy with this change
bors merge

@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-review The author would like community review of the PR labels Sep 22, 2020
bors bot pushed a commit that referenced this pull request Sep 22, 2020
This PR defines `integrable` such that `integrable` implies `measurable`. The old version is called `has_finite_integral`.

This allows us to drop *many* measurability conditions from lemmas that also require integrability.
There are some lemmas that have extra measurability conditions, if it has `integrable` as conclusion without corresponding `measurable` hypothesis.
There are many results that require an additional `[measurable_space E]` hypothesis, and some that require `[borel_space E]` or `[second_countable_space E]` (usually when using that addition is measurable).
@bors
Copy link

bors bot commented Sep 22, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(l1_space): add measurability to integrable [Merged by Bors] - feat(l1_space): add measurability to integrable Sep 22, 2020
@bors bors bot closed this Sep 22, 2020
@bors bors bot deleted the integrable branch September 22, 2020 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

3 participants