Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-10-14 23:10 c37ea535

View on Github →

feat(order/succ_pred): succ-Archimedean orders (#9714) This defines succ-Archimedean orders: orders in which a ≤ b means that succ^[n] a = b for some n.

Estimated changes

added theorem exists_pred_iterate_or
added theorem exists_succ_iterate_or
added theorem pred.rec
added theorem pred.rec_iff
added theorem pred.rec_linear
added theorem pred.rec_top
added theorem succ.rec
added theorem succ.rec_bot
added theorem succ.rec_iff
added theorem succ.rec_linear