Commit 2022-05-20 18:26 a6b90beb
View on Github →refactor(set_theory/cardinal/*): add succ_order
instance, rename succ
lemmas (#14244)
We rename the lemmas on cardinal.succ
to better match those from succ_order
.
succ_le
→succ_le_iff
lt_succ
→lt_succ_iff
lt_succ_self
→lt_succ
We also addsucc_le_of_lt
andle_of_lt_succ
.