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
andordinal.bsup
. - It introduces
ordinal.lsub
andordinal.blsub
for (bounded) least strict upper bounds, and proves the expected results.