Commit 2022-07-09 16:05 983fdd6b
View on Github →chore(set_theory/ordinal/arithmetic): review cast API (#14757) This PR does the following:
- swap the direction of
nat_cast_succ
to matchnat.cast_succ
. - make various arguments explicit.
- remove
lift_type_fin
, as it's a trivial consequence oftype_fin
andlift_nat_cast
. - tag various theorems as
norm_cast
. - golf or otherwise cleanup various proofs.