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 65cede5 commit a6d7083Copy full SHA for a6d7083
1 file changed
Mathlib/Order/Cofinal.lean
@@ -17,11 +17,10 @@ import Mathlib.Data.Set.Lattice
17
A set `s` in an ordered type `α` is cofinal when for every `a : α` there exists an element of `s`
18
greater or equal to it. This file provides a basic API for the `IsCofinal` predicate.
19
20
-For the cofinality of a set as a cardinal, see `Mathlib/SetTheory/Cardinal/Cofinality.lean`.
+For the cofinality of a set as a cardinal, see `Mathlib/SetTheory/Cardinal/Cofinality/Basic.lean`.
21
22
## TODO
23
24
-- Define `Order.cof` in terms of `Cofinal`.
25
- Deprecate `Order.Cofinal` in favor of this predicate.
26
-/
27
0 commit comments