[Merged by Bors] - feat(Probability/Independence/InfinitePi): rearrangement of infinite product measures#39503
Conversation
PR summary 6bc2dbd211Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
CoolRmal
left a comment
There was a problem hiding this comment.
I think you should move the first lemmas into other places. No theorems in Mathlib start with ProbabilityTheory.Measure (so maybe you should also change your description of this PR).
Maybe you can move map_infinitePi_infinitePi_of_inj into Mathlib.Probability.ProductMeasure, and use it to golf (or prove analogues of) infinitePi_map_piCongrLeft
I agree it's not ideal to use independence to prove |
|
-awaiting-author |
|
Thanks! Can you just update the PR title and description please? |
|
🚀 Pull request has been placed on the maintainer queue by EtienneC30. |
|
-awaiting-author |
…product measures (#39503) This PR introduces a lemma for coordinate transformations of `infinitePi` measures. - `MeasureTheory.Measure.map_infinitePi_infinitePi_of_inj`: if `f : α → ι` is injective, then the pushforward of the coordinates rearranged according to `f` (i.e., the law of `fun ω i ↦ ω (f i)` is the same as the infinite product of the rearranged laws. This lemma bears some resemblance to `infinitePi_map_piCongrLeft`, but does not require `f` to be a bijection and probably is easier to work with in practice.
|
Pull request successfully merged into master. Build succeeded:
|
…product measures (leanprover-community#39503) This PR introduces a lemma for coordinate transformations of `infinitePi` measures. - `MeasureTheory.Measure.map_infinitePi_infinitePi_of_inj`: if `f : α → ι` is injective, then the pushforward of the coordinates rearranged according to `f` (i.e., the law of `fun ω i ↦ ω (f i)` is the same as the infinite product of the rearranged laws. This lemma bears some resemblance to `infinitePi_map_piCongrLeft`, but does not require `f` to be a bijection and probably is easier to work with in practice.
…product measures (leanprover-community#39503) This PR introduces a lemma for coordinate transformations of `infinitePi` measures. - `MeasureTheory.Measure.map_infinitePi_infinitePi_of_inj`: if `f : α → ι` is injective, then the pushforward of the coordinates rearranged according to `f` (i.e., the law of `fun ω i ↦ ω (f i)` is the same as the infinite product of the rearranged laws. This lemma bears some resemblance to `infinitePi_map_piCongrLeft`, but does not require `f` to be a bijection and probably is easier to work with in practice.
This PR introduces a lemma for coordinate transformations of
infinitePimeasures.MeasureTheory.Measure.map_infinitePi_infinitePi_of_inj: iff : α → ιis injective, then the pushforward of the coordinates rearranged according tof(i.e., the law offun ω i ↦ ω (f i)is the same as the infinite product of the rearranged laws.This lemma bears some resemblance to
infinitePi_map_piCongrLeft, but does not requirefto be a bijection and probably is easier to work with in practice.