Skip to content

Commit a6d7083

Browse files
committed
doc(Order/Cofinal): update module docstring (#39756)
1 parent 65cede5 commit a6d7083

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Mathlib/Order/Cofinal.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ import Mathlib.Data.Set.Lattice
1717
A set `s` in an ordered type `α` is cofinal when for every `a : α` there exists an element of `s`
1818
greater or equal to it. This file provides a basic API for the `IsCofinal` predicate.
1919
20-
For the cofinality of a set as a cardinal, see `Mathlib/SetTheory/Cardinal/Cofinality.lean`.
20+
For the cofinality of a set as a cardinal, see `Mathlib/SetTheory/Cardinal/Cofinality/Basic.lean`.
2121
2222
## TODO
2323
24-
- Define `Order.cof` in terms of `Cofinal`.
2524
- Deprecate `Order.Cofinal` in favor of this predicate.
2625
-/
2726

0 commit comments

Comments
 (0)