Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-08-18 08:28 efa34dc6

View on Github →

feat(data/list/perm): nodup_permutations (#8616) A simpler version of #8494 TODO: nodup s.permutations ↔ nodup s TODO: count s s.permutations = (zip_with count s s.tails).prod

Estimated changes