Skip to content

Commit 95138c4

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

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
@@ -794,7 +794,7 @@ protected theorem _root_.IndexedPartition.stronglyMeasurable_piecewise {s : ι
794794
simp [SimpleFunc.indexedPartitionPiecewise, IndexedPartition.piecewise_apply,
795795
StronglyMeasurable.tendsto_approx]
796796
· simp only [not_finite_iff_infinite] at Fi
797-
obtain ⟨e, _⟩ := exists_true_iff_nonempty.mpr (nonempty_equiv_of_countable (α := ℕ) (β := ι))
797+
obtain ⟨e, -⟩ := exists_true_iff_nonempty.mpr (nonempty_equiv_of_countable (α := ℕ) (β := ι))
798798
let he := Equiv.bijective e
799799
classical
800800
let g (n : ℕ) : ι → Fin (n + 1) := fun i =>

0 commit comments

Comments
 (0)