We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f16b52 commit 077c737Copy full SHA for 077c737
Mathlib/SetTheory/Cardinal/Aleph.lean
@@ -598,9 +598,9 @@ theorem lift_preBeth (o : Ordinal) : lift.{v} (preBeth o) = preBeth (Ordinal.lif
598
constructor <;> rintro ⟨⟨i, hi⟩, rfl⟩
599
· refine ⟨⟨i.lift, ?_⟩, (IH _ hi).symm⟩
600
simpa
601
- · obtain ⟨j, rfl⟩ := Ordinal.mem_range_lift_of_le hi.le
+ · obtain ⟨i, rfl⟩ := Ordinal.mem_range_lift_of_le hi.le
602
rw [mem_Iio, Ordinal.lift_lt] at hi
603
- exact ⟨⟨j, hi⟩, IH _ hi⟩
+ exact ⟨⟨i, hi⟩, IH _ hi⟩
604
605
/-- The Beth function is defined so that `beth 0 = ℵ₀'`, `beth (succ o) = 2 ^ beth o`, and that for
606
a limit ordinal `o`, `beth o` is the supremum of `beth a` for `a < o`.
0 commit comments