-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean PFR.Mathlib.Probability.Kernel.MeasureCompProd up
- Loading branch information
1 parent
0561bc6
commit 9ac7f5b
Showing
3 changed files
with
9 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
import PFR.Mathlib.MeasureTheory.Measure.MeasureSpace | ||
import PFR.ForMathlib.Entropy.Kernel.Group | ||
|
||
/-! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import Mathlib.MeasureTheory.Measure.MeasureSpace | ||
|
||
namespace MeasureTheory.Measure | ||
variable {α β : Type*} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} | ||
|
||
lemma comap_swap (μ : Measure (α × β)) : μ.comap Prod.swap = μ.map Prod.swap := | ||
(MeasurableEquiv.prodComm ..).comap_symm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters