Commit 2026-02-27 02:54 bce6de5d

View on Github →

refactor: make Order.succ_eq_add_one a simp lemma (#35741) This has been the intention since the SuccAddOrder typeclass was introduced; after #35553, we can finally go ahead with this. A lot of lemmas about ordinals are still stated using succ x instead of x + 1. Fixing this will be the work of many subsequent PRs.

Estimated changes