We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f594449 commit 9381344Copy full SHA for 9381344
1 file changed
Mathlib/SetTheory/Cardinal/Cofinality/Club.lean
@@ -45,7 +45,7 @@ theorem IsClub.of_isEmpty [IsEmpty α] (s : Set α) : IsClub s :=
45
⟨.of_isEmpty s, .of_isEmpty s⟩
46
47
@[simp]
48
-theorem IsClub.univ : IsClub (.univ (α := α)) :=
+theorem IsClub.univ : IsClub (α := α) .univ :=
49
⟨.univ, .univ⟩
50
51
theorem IsClub.union (hs : IsClub s) (ht : IsClub t) : IsClub (s ∪ t) :=
0 commit comments