Commit 2022-04-04 16:21 21082848
View on Github →refactor(order/succ_order/basic): Use is_min
/is_max
(#12597)
Reformulate the succ a ≤ a
and a ≤ pred a
conditions to use is_max
and is_min
. This simplifies the proofs.
Change namespaces from succ_order
and pred_order
to order
.
Lemma renames