Skip to content

Commit 0b36773

Browse files
vihdzpgrunweg
authored andcommitted
doc(SetTheory/Cardinal/Aleph): fix typo (leanprover-community#39860)
There was an extraneous apostrophe.
1 parent 3f72762 commit 0b36773

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/SetTheory/Cardinal/Aleph.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,8 @@ theorem lift_preBeth (o : Ordinal) : lift.{v} (preBeth o) = preBeth (Ordinal.lif
670670
rw [mem_Iio, Ordinal.lift_lt] at hi
671671
exact ⟨⟨i, hi⟩, IH _ hi⟩
672672

673-
/-- The Beth function is defined so that `beth 0 = ℵ₀'`, `beth (succ o) = 2 ^ beth o`, and that for
674-
a limit ordinal `o`, `beth o` is the supremum of `beth a` for `a < o`.
673+
/-- The Beth function is defined so that `beth 0 = ℵ₀`, `beth (succ o) = 2 ^ beth o`, and that for a
674+
limit ordinal `o`, `beth o` is the supremum of `beth a` for `a < o`.
675675
676676
Assuming the generalized continuum hypothesis, which is undecidable in ZFC, we have `ℶ_ o = ℵ_ o`
677677
for all ordinals.

0 commit comments

Comments
 (0)