Archimedean successor and predecessor #
- IsSuccArchimedean:- SuccOrderwhere- succiterated to an element gives all the greater ones.
- IsPredArchimedean:- PredOrderwhere- prediterated to an element gives all the smaller ones.
A SuccOrder is succ-archimedean if one can go from any two comparable elements by iterating
succ
- If - a ≤ bthen one can get to- afrom- bby iterating- succ
Instances
A PredOrder is pred-archimedean if one can go from any two comparable elements by iterating
pred
- If - a ≤ bthen one can get to- bfrom- aby iterating- pred
Instances
Induction principle on a type with a PredOrder for all elements below a given element m.
This isn't an instance due to a loop with LinearOrder.
Equations
Instances For
This isn't an instance due to a loop with LinearOrder.
Equations
Instances For
Alias of StrictMono.not_bddAbove_range_of_isSuccArchimedean.
Alias of StrictMono.not_bddBelow_range_of_isPredArchimedean.
Alias of StrictAnti.not_bddBelow_range_of_isSuccArchimedean.
Alias of StrictAnti.not_bddBelow_range_of_isPredArchimedean.
IsSuccArchimedean transfers across equivalences between SuccOrders.
IsPredArchimedean transfers across equivalences between PredOrders.