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
. congr
lemmas forbsup
andblsub
- Arguments like
o = 0
are removed as thecongr
lemmas now handle this. a + 1
is changed toa.succ
in some lemmas (for better rewriting).