Commit 2021-08-07 20:32 575fcc65
View on Github →refactor(data/nat/choose): reduce assumptions on lemmas (#8508)
- rename
nat.choose_eq_factorial_div_factorial'
tonat.cast_choose
- change the cast from
ℚ
to anychar_zero
field - get rid of the cast in
nat.choose_mul
. Generalization ensues.