Cofinal sets #
A set s in an ordered type α is cofinal when for every a : α there exists an element of s
greater or equal to it. This file provides a basic API for the IsCofinal predicate.
For the cofinality of a set as a cardinal, see Mathlib/SetTheory/Cardinal/Cofinality/Basic.lean.
TODO #
- Deprecate
Order.Cofinalin favor of this predicate.
Alias of GaloisConnection.map_isCofinal.
In a linear order with no maximum, cofinal sets are the same as unbounded sets.
In a linear order with no maximum, cofinal sets are the same as unbounded sets.
The set of "records" (the smallest inputs yielding the highest values) with respect to a
well-ordering of α is a cofinal set.
Alias of isCofinal_setOfPred_imp_lt.
The set of "records" (the smallest inputs yielding the highest values) with respect to a
well-ordering of α is a cofinal set.