We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd051a commit c89b4b8Copy full SHA for c89b4b8
1 file changed
Mathlib/Data/Set/Countable.lean
@@ -387,4 +387,7 @@ theorem Uncountable.infinite {s : Set α} (hs : s.Uncountable) : s.Infinite :=
387
theorem Uncountable.nonempty {s : Set α} (hs : s.Uncountable) : s.Nonempty :=
388
hs.infinite.nonempty
389
390
+theorem Uncountable.nontrivial {s : Set α} (hs : s.Uncountable) : s.Nontrivial :=
391
+ hs.infinite.nontrivial
392
+
393
end Set
0 commit comments