Commit 2022-05-08 04:50 ce0dc836
View on Github →feat(set_theory/ordinal/basic): Supremum indexed over an empty / unique type (#13735) This PR contains the following changes:
- The lemmas
sup_unique,bsup_one,lsub_unique,blsub_one. congrlemmas forbsupandblsub- Arguments like
o = 0are removed as thecongrlemmas now handle this. a + 1is changed toa.succin some lemmas (for better rewriting).