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 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.