Skip to content

Commit

Permalink
chore: bump Std (#8834)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Dec 6, 2023
1 parent c6ea155 commit a357dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Mathlib/MeasureTheory/Measure/FiniteMeasureProd.lean
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ lemma map_prod_map {α' : Type*} [MeasurableSpace α'] {β' : Type*} [Measurable
(μ.map f).prod (ν.map g) = (μ.prod ν).map (Prod.map f g) := by
apply Subtype.ext
simp only [val_eq_toMeasure, toMeasure_prod, toMeasure_map]
rw [Measure.map_prod_map _ _ f_mble g_mble] <;> infer_instance
rw [Measure.map_prod_map _ _ f_mble g_mble]

lemma prod_swap : (μ.prod ν).map Prod.swap = ν.prod μ := by
apply Subtype.ext
Expand Down Expand Up @@ -142,7 +142,7 @@ lemma map_prod_map {α' : Type*} [MeasurableSpace α'] {β' : Type*} [Measurable
= (μ.prod ν).map (f_mble.prod_map g_mble).aemeasurable := by
apply Subtype.ext
simp only [val_eq_to_measure, toMeasure_prod, toMeasure_map]
rw [Measure.map_prod_map _ _ f_mble g_mble] <;> infer_instance
rw [Measure.map_prod_map _ _ f_mble g_mble]

lemma prod_swap : (μ.prod ν).map measurable_swap.aemeasurable = ν.prod μ := by
apply Subtype.ext
Expand Down
2 changes: 1 addition & 1 deletion lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[{"url": "https://github.com/leanprover/std4",
"type": "git",
"subDir": null,
"rev": "9e37a01f8590f81ace095b56710db694b5bf8ca0",
"rev": "baf6defee1fe881ae535519c0776f37f6ef08603",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down

0 comments on commit a357dd5

Please sign in to comment.