Commit 2025-07-02 18:41 ff4abc2e

View on Github →

refactor(SetTheory/Ordinal/Arithmetic): rework Ordinal.pred API (#26612) This PR does the following:

  • give a simpler definition of Ordinal.pred
  • replace ¬ ∃ a, o = succ a and ∀ a, o ≠ succ a by IsSuccPrelimit o throughout
  • improve theorem names

Estimated changes