feat(Dynamics/BirkhoffSum): add the maximal ergodic theorem#34031
feat(Dynamics/BirkhoffSum): add the maximal ergodic theorem#34031lua-vr wants to merge 2 commits intoleanprover-community:masterfrom
Conversation
PR summary 592989bdbaImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 632 | 3 | erw |
Current commit 0075a18aa8
Reference commit 592989bdba
You can run this locally as
./scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
| -- TODO: move elsewhere | ||
| @[measurability] | ||
| lemma birkhoffSum_measurable [MeasurableSpace α] {f : α → α} (hf : Measurable f) {g : α → ℝ} | ||
| (hg : Measurable g) {n} : Measurable (birkhoffSum f g n) := by | ||
| apply Finset.measurable_sum | ||
| measurability |
There was a problem hiding this comment.
Where do these lemmas belong? I don't want to add MeasureTheory and Integrable to the imports of BirkhoffSum.Basic...
0845c36 to
d5addf3
Compare
|
This pull request has conflicts, please merge |
d5addf3 to
0215e41
Compare
0215e41 to
2bb1464
Compare
|
This PR/issue depends on: |
2bb1464 to
cc1da7f
Compare
This file exports three constants:
In my interpretation, the other constants are auxiliary, so I did not make them public. If it's of independent interest,
birkhoffMaxcould be exported or moved to a dedicated file, but I'm not sure of that at the moment.tendsto_setIntegral_of_monotone₀#34025