Skip to content

Commit 1e4865e

Browse files
committed
have
1 parent 84e1e9b commit 1e4865e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/SetTheory/Cardinal/Cofinality/Ordinal.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ theorem dirSupClosed_of_type_le_omega0 [LinearOrder α] [WellFoundedLT α]
195195
apply Finite.dirSupClosed
196196
rw [Set.Finite, ← mk_lt_aleph0_iff]
197197
simp_all
198-
· let e : ℕ ≃o s := by
198+
· have e : ℕ ≃o s := by
199199
rw [omega0, ← lift_id (type _), lift_type_eq] at hω
200200
exact OrderIso.ofRelIsoLT hω.some.symm
201201
have hfs : .range (Subtype.val ∘ e) = s := by simp

0 commit comments

Comments
 (0)