Commit 2022-10-24 15:29 c9e2f055
View on Github →feat(data/nat/choose/multinomial): add multinomial theorem (#16317) Proof by induction on the number of summands. finset.sym is used to sum over. It means we have access to the finset tooling to rewrite it, and it's one of the more direct ways of expressing it.