Module docstring
{"# Successor and predecessor limits
We define the predicate Order.IsSuccPrelimit for \"successor pre-limits\", values that don't cover
any others. They are so named since they can't be the successors of anything smaller. We define
Order.IsPredPrelimit analogously, and prove basic results.
For some applications, it is desirable to exclude minimal elements from being successor limits, or
maximal elements from being predecessor limits. As such, we also provide Order.IsSuccLimit and
Order.IsPredLimit, which exclude these cases.
TODO
The plan is to eventually replace Ordinal.IsLimit and Cardinal.IsLimit with the common
predicate Order.IsSuccLimit.
","### Successor limits ","### Predecessor limits ","### Induction principles "}