Skip to content

Commit 599c920

Browse files
committed
consistent universe uses
1 parent cc7727a commit 599c920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/SetTheory/Cardinal/ContinuumHypothesis.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ theorem continuum_eq_aleph_one.{u} [ContinuumHypothesis] : (𝔠 : Cardinal.{u})
9393

9494
alias ⟨_, of_continuum_eq_aleph_one⟩ := iff_continuum_eq_aleph_one
9595

96-
theorem iff_aleph0_covby_continuum : ContinuumHypothesis ↔ ℵ₀ ⋖ 𝔠 := by
96+
theorem iff_aleph0_covby_continuum.{u} : ContinuumHypothesis ↔ ℵ₀ ⋖ (𝔠 : Cardinal.{u}) := by
9797
rw [← Order.succ_eq_iff_covBy, Cardinal.succ_aleph0, eq_comm, iff_continuum_eq_aleph_one]
9898

9999
theorem aleph0_covby_continuum.{u} [ContinuumHypothesis] : ℵ₀ ⋖ (𝔠 : Cardinal.{u}) :=

0 commit comments

Comments
 (0)