1 parent 7e9bb4a commit dfff965Copy full SHA for dfff965
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