Skip to content

Commit cb93fc3

Browse files
CoolRmalEtienneC30
andauthored
Update Mathlib/MeasureTheory/Function/StronglyMeasurable/Basic.lean
Co-authored-by: Etienne Marion <66847262+EtienneC30@users.noreply.github.com>
1 parent ff3f9e1 commit cb93fc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Mathlib/MeasureTheory/Function/StronglyMeasurable

Mathlib/MeasureTheory/Function/StronglyMeasurable/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ protected theorem _root_.IndexedPartition.stronglyMeasurable_piecewise {s : ι
811811
have G (n : ℕ) := hs.coarserPartition (g n) (sg n)
812812
refine ⟨fun n => SimpleFunc.indexedPartitionPiecewise (G n)
813813
(fun i => ?_) (fun i => (hf (e i)).approx n), fun x => ?_⟩
814-
· measurability
814+
· exact .biUnion (to_countable _) fun _ _ ↦ hm _
815815
simp only [SimpleFunc.indexedPartitionPiecewise, SimpleFunc.coe_mk,
816816
IndexedPartition.piecewise_apply]
817817
have : ∀ᶠ n in atTop, e ((G n).index x) = hs.index x := by

0 commit comments

Comments
 (0)