Skip to content

Commit 9381344

Browse files
committed
golf
1 parent f594449 commit 9381344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Mathlib/SetTheory/Cardinal/Cofinality

Mathlib/SetTheory/Cardinal/Cofinality/Club.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ theorem IsClub.of_isEmpty [IsEmpty α] (s : Set α) : IsClub s :=
4545
⟨.of_isEmpty s, .of_isEmpty s⟩
4646

4747
@[simp]
48-
theorem IsClub.univ : IsClub (.univ (α := α)) :=
48+
theorem IsClub.univ : IsClub (α := α) .univ :=
4949
⟨.univ, .univ⟩
5050

5151
theorem IsClub.union (hs : IsClub s) (ht : IsClub t) : IsClub (s ∪ t) :=

0 commit comments

Comments
 (0)