Skip to content

Commit ff3f9e1

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

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
@@ -795,7 +795,7 @@ protected theorem _root_.IndexedPartition.stronglyMeasurable_piecewise {s : ι
795795
StronglyMeasurable.tendsto_approx]
796796
· simp only [not_finite_iff_infinite] at Fi
797797
obtain ⟨e, -⟩ := exists_true_iff_nonempty.mpr (nonempty_equiv_of_countable (α := ℕ) (β := ι))
798-
let he := Equiv.bijective e
798+
have he := e.bijective
799799
classical
800800
let g (n : ℕ) : ι → Fin (n + 1) := fun i =>
801801
if hi : ∃ m < n, i = e m then ⟨hi.choose, by linarith [hi.choose_spec.1]⟩ else Fin.last n

0 commit comments

Comments
 (0)