Commit 2024-10-22 12:48 90daa70a

View on Github →

chore(Algebra): use newly introduced finset notation (#18053) 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