@@ -337,7 +337,7 @@ theorem cof_omega0 : cof ω = ℵ₀ :=
337337theorem ord_cof_eq (α : Type *) [LinearOrder α] [WellFoundedLT α] :
338338 ∃ s : Set α, IsCofinal s ∧ typeLT s = (Order.cof α).ord := by
339339 obtain ⟨s, hs, hs'⟩ := Order.cof_eq α
340- obtain ⟨r, hr, hr'⟩ := ord_eq s
340+ obtain ⟨r, hr, hr'⟩ := exists_ord_eq s
341341 have ht := hs.trans (isCofinal_setOf_imp_lt r)
342342 refine ⟨_, ht, (ord_le.2 (cof_le ht)).antisymm' ?_⟩
343343 rw [← hs', hr', type_le_iff']
@@ -636,7 +636,7 @@ theorem nfp_lt_ord {f : Ordinal → Ordinal} {c} (hc : ℵ₀ < cof c) (hf : ∀
636636theorem exists_blsub_cof (o : Ordinal) :
637637 ∃ f : ∀ a < (cof o).ord, Ordinal, blsub.{u, u} _ f = o := by
638638 rcases exists_lsub_cof o with ⟨ι, f, hf, hι⟩
639- rcases Cardinal.ord_eq ι with ⟨r, hr, hι'⟩
639+ rcases Cardinal.exists_ord_eq ι with ⟨r, hr, hι'⟩
640640 rw [← @blsub_eq_lsub' ι r hr] at hf
641641 rw [← hι, hι']
642642 exact ⟨_, hf⟩
@@ -645,7 +645,7 @@ theorem le_cof_iff_blsub {b : Ordinal} {a : Cardinal} :
645645 a ≤ cof b ↔ ∀ {o} (f : ∀ a < o, Ordinal), blsub.{u, u} o f = b → a ≤ o.card :=
646646 le_cof_iff_lsub.trans
647647 ⟨fun H o f hf => by simpa using H _ hf, fun H ι f hf => by
648- rcases Cardinal.ord_eq ι with ⟨r, hr, hι'⟩
648+ rcases Cardinal.exists_ord_eq ι with ⟨r, hr, hι'⟩
649649 rw [← @blsub_eq_lsub' ι r hr] at hf
650650 simpa using H _ hf⟩
651651
@@ -762,7 +762,7 @@ theorem mk_subset_mk_lt_cof {α : Type*} (h : ∀ x < #α, 2 ^ x < #α) :
762762 rcases eq_or_ne #α 0 with (ha | ha)
763763 · simp [ha]
764764 have h' : IsStrongLimit #α := ⟨ha, @h⟩
765- rcases ord_eq α with ⟨r, wo, hr⟩
765+ rcases exists_ord_eq α with ⟨r, wo, hr⟩
766766 classical
767767 letI := linearOrderOfSTO r
768768 apply le_antisymm
@@ -790,7 +790,7 @@ alias unbounded_of_unbounded_iUnion := isCofinal_of_isCofinal_iUnion
790790
791791theorem lt_power_cof {c : Cardinal.{u}} : ℵ₀ ≤ c → c < c ^ c.ord.cof :=
792792 Cardinal.inductionOn c fun α h => by
793- rcases ord_eq α with ⟨r, wo, re⟩
793+ rcases exists_ord_eq α with ⟨r, wo, re⟩
794794 have := isSuccLimit_ord h
795795 rw [re] at this ⊢
796796 rcases cof_eq' r this with ⟨S, H, Se⟩
0 commit comments