Archimedean successor and predecessor #
IsSuccArchimedean:SuccOrderwheresucciterated to an element gives all the greater ones.IsPredArchimedean:PredOrderwhereprediterated 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 toafrombby iteratingsucc
Instances
A PredOrder is pred-archimedean if one can go from any two comparable elements by iterating
pred
If
a ≤ bthen one can get tobfromaby iteratingpred
Instances
Induction principle on a type with a SuccOrder for all elements above a given element m.
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
- One or more equations did not get rendered due to their size.
Instances For
This isn't an instance due to a loop with LinearOrder.
Equations
Instances For
Alias of Order.succ_max.
Alias of Order.succ_min.
Alias of Order.pred_max.
Alias of Order.pred_min.
Alias of StrictMono.not_bddAbove_range_of_isSuccArchimedean.
IsSuccArchimedean transfers across equivalences between SuccOrders.
IsPredArchimedean transfers across equivalences between PredOrders.