Commit 2022-11-11 07:59 27863065
View on Github →feat(set_theory/ordinal/{basic, arithmetic}): move basic results earlier (#15801) This PR does the following moves:
- Move some lemmas on 0, 1, and successors from arithmetic.leantobasic.lean.
- Move results on the order type from the ordinal.cardsection to its dedicated section.
- Move the order_botlemmas much earlier to where the partial order is defined.