feat(MeasureTheory/BorelSpace): add measurable_iSup_of_lowerSemicontinuous#37552
feat(MeasureTheory/BorelSpace): add measurable_iSup_of_lowerSemicontinuous#37552pitmonticone wants to merge 2 commits intoleanprover-community:masterfrom
measurable_iSup_of_lowerSemicontinuous#37552Conversation
PR summary f51efbe0b8Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diff
You can run this locally as follows## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
|
The pseudometric space structure is only used to ensure that a subset of a separable space is separable, which then allows you to extract a countable dense sequence through TopologicalSpace.IsSeparable.exists_countable_dense_subset, so I believe this theorem should be proved for The situation in Doob's maximal inequality is actually a bit different: I need right continuity there and I also need to take into account the set of points isolated from the right, so I assume that index set This theorem should also be true for functions taking values in a conditionally complete linear order, but the proof is definitely going to be more complicated. |
86a91ea to
364b852
Compare
|
Thanks @CoolRmal! Applied your generalized version with |
measurable_biSup_of_continuousOnmeasurable_iSup_of_lowerSemicontinuous
|
Can you fix the build failure, please? |
364b852 to
83514c5
Compare
…inuous` Add `measurable_iSup_of_lowerSemicontinuous`: the supremum of a family of measurable functions parameterized by a separable topological space is measurable, provided the family is lower semicontinuous in the parameter. Upstreamed from the [Carleson](https://github.com/fpvandoorn/carleson) project. Co-authored-by: Jeremy Tan Jie Rui <[email protected]> Co-authored-by: CoolRmal <[email protected]>
83514c5 to
6806149
Compare
|
As a general comment, @pitmonticone: I see you force-pushing changes after you got some non-trivial review comments. That makes is harder to reviewers to see what you changed. Going forward, can you add further changes as separate comments, please? Thanks! |
|
(I will hopefully have time to review these PRs, but possibly only in a week.) |
|
Yep, my bad. I've done a few of those by mistake. Already fixed in the latest commits. Sorry. |
Add
measurable_biSup_of_continuousOn: the supremum of a family of measurable functions parameterized by a separable pseudometric space is measurable, provided the family is continuous on the parameter set.Upstreamed from the Carleson project.
Co-authored-by: Jeremy Tan Jie Rui [email protected]