Commit 2024-10-23 02:43 1eba96a6
View on Github →chore: use newly introduced finset notation (#17974)
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.