Skip to content

Commit c89b4b8

Browse files
committed
add nontrivial
1 parent 0cd051a commit c89b4b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Mathlib/Data/Set/Countable.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,4 +387,7 @@ theorem Uncountable.infinite {s : Set α} (hs : s.Uncountable) : s.Infinite :=
387387
theorem Uncountable.nonempty {s : Set α} (hs : s.Uncountable) : s.Nonempty :=
388388
hs.infinite.nonempty
389389

390+
theorem Uncountable.nontrivial {s : Set α} (hs : s.Uncountable) : s.Nontrivial :=
391+
hs.infinite.nontrivial
392+
390393
end Set

0 commit comments

Comments
 (0)