[Merged by Bors] - feat(MeasureTheory): generalize NullMeasurable to measurability mod a sigma filter. #10856
[Merged by Bors] - feat(MeasureTheory): generalize NullMeasurable to measurability mod a sigma filter. #10856Felix-Weilacher wants to merge 14 commits intomasterfrom
Conversation
JADekker
left a comment
There was a problem hiding this comment.
I'm new to reviewing, so I just left some very basic comments. I think it looks good in general, thanks!
Co-authored-by: Josha Dekker <114015169+JADekker@users.noreply.github.com>
Co-authored-by: sgouezel <sebastien.gouezel@univ-rennes1.fr>
|
bors r+ |
… sigma filter. (#10856) add a general construction of a measurable space consisting of sets measurable with respect to some underlying sigma algebra modulo a given sigma filter. Refactor basic definitions and lemmas in `MeasureTheory/Measure/NullMeasurable.lean` to be an instance of this general construction. The reason is that in the immediate future I would like to define Baire measurability in mathlib, and want to avoid repetition. *TODO*: Similarly generalize things about `AEMeasurable`, where appropriate. Co-authored-by: Felix-Weilacher <112423742+Felix-Weilacher@users.noreply.github.com>
|
Build failed (retrying...): |
|
Canceled. |
PR summaryImport changesNo significant changes to the import graph
|
…ity/mathlib4 into baire_category ???
|
I have fixed the conflict |
|
As this PR is labelled bors merge |
… sigma filter. (#10856) add a general construction of a measurable space consisting of sets measurable with respect to some underlying sigma algebra modulo a given sigma filter. Refactor basic definitions and lemmas in `MeasureTheory/Measure/NullMeasurable.lean` to be an instance of this general construction. The reason is that in the immediate future I would like to define Baire measurability in mathlib, and want to avoid repetition. *TODO*: Similarly generalize things about `AEMeasurable`, where appropriate. Co-authored-by: Felix-Weilacher <112423742+Felix-Weilacher@users.noreply.github.com> Co-authored-by: Junyan Xu <junyanxu.math@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
… sigma filter. (#10856) add a general construction of a measurable space consisting of sets measurable with respect to some underlying sigma algebra modulo a given sigma filter. Refactor basic definitions and lemmas in `MeasureTheory/Measure/NullMeasurable.lean` to be an instance of this general construction. The reason is that in the immediate future I would like to define Baire measurability in mathlib, and want to avoid repetition. *TODO*: Similarly generalize things about `AEMeasurable`, where appropriate. Co-authored-by: Felix-Weilacher <112423742+Felix-Weilacher@users.noreply.github.com> Co-authored-by: Junyan Xu <junyanxu.math@gmail.com>
add a general construction of a measurable space consisting of sets measurable with respect to some underlying sigma algebra modulo a given sigma filter. Refactor basic definitions and lemmas in
MeasureTheory/Measure/NullMeasurable.leanto be an instance of this general construction.The reason is that in the immediate future I would like to define Baire measurability in mathlib, and want to avoid repetition.
TODO: Similarly generalize things about
AEMeasurable, where appropriate.