Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-01-05 23:45 b67857e7

View on Github →

refactor(set_theory/ordinal_arithmetic): Reworked sup and bsup API (#11048) This PR does two things:

  • It reworks and matches, for the most part, the API for ordinal.sup and ordinal.bsup.
  • It introduces ordinal.lsub and ordinal.blsub for (bounded) least strict upper bounds, and proves the expected results.

Estimated changes