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 <reddeloostw@gmail.com> Co-authored-by: CoolRmal <CoolRmal@users.noreply.github.com>
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. |
Update the upstreaming status comments for files that have been PRed to mathlib: - `Analysis/MeanInequalitiesPow` leanprover-community/mathlib4#37547 - `Order/LiminfLimsup` leanprover-community/mathlib4#37549 (merged) - `Topology/Order/Basic` leanprover-community/mathlib4#37550 (moved to DenselyOrdered) - `MeasureTheory/Integral/Average` leanprover-community/mathlib4#37551 - `MeasureTheory/Measure/ENNReal` leanprover-community/mathlib4#37552 (generalized to `measurable_iSup_of_lowerSemicontinuous`) - `MeasureTheory/Integral/Lebesgue` leanprover-community/mathlib4#37558 (merged) - `MeasureTheory/Function/LpSpace/Indicator` leanprover-community/mathlib4#37559 - `MeasureTheory/Function/LpSpace/ContinuousFunctions` leanprover-community/mathlib4#37560 - `Data/ENNReal` leanprover-community/mathlib4#37565 (partial) - `MeasureTheory/Integral/Bochner/ContinuousLinearMap` leanprover-community/mathlib4#37568 (partial) - `Topology/Instances/AddCircle/Defs` leanprover-community/mathlib4#37570 (partial) - `Discrete/SumEstimates` leanprover-community/mathlib4#37597 Also notes that `IntegrableAtFilter.congr` and `integrableOn_of_integrableOn_inter_support` already exist in mathlib.
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 reddeloostw@gmail.com