Commit 2022-01-27 23:05 79e6cb09
View on Github →feat(order/succ_pred/relation): succ/pred inductions on relations (#11518)
- Rename file
order.succ_pred->order.succ_pred.basic - Generalize induction principles
succ.recandpred.rec, make the argument order more "induction-like" and add the attribute@[elab_as_eliminator] - Proof properties about
refl_trans_genandtrans_genin ais_succ_archimedeanorder. - Proof some monotonicity properties of closure operations.