Commit 2024-10-22 13:55 9a0d45fe

View on Github →

chore(Combinatorics): use newly introduced finset notation (#18055) For s : Finset α, replace s.card with #s, s.filter p with {x ∈ s | p x}, ∑ x ∈ s.filter p, f x with ∑ x ∈ s with p x, f x. Rewrap lines around and open the Finset locale where necessary.

Estimated changes