Skip to content

Commit a654426

Browse files
committed
fix name
1 parent 98f778c commit a654426

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Data/Set/Countable.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ theorem uncountable_of_countable_compl [Uncountable α] {s : Set α} (hs : sᶜ.
361361
s.Uncountable := fun h =>
362362
Set.uncountable_univ (α := α) (by simpa using hs.union h)
363363

364-
theorem Finite.uncountable_compl [Uncountable α] {s : Set α} (hs : s.Countable) :
364+
theorem Countable.uncountable_compl [Uncountable α] {s : Set α} (hs : s.Countable) :
365365
sᶜ.Uncountable := fun h =>
366366
Set.uncountable_univ (α := α) (by simpa using hs.union h)
367367

0 commit comments

Comments
 (0)