Finitely supported product of finsets #
This file defines the finitely supported product of finsets as a Finset (ι →₀ α).
Main declarations #
Finset.finsupp: Finitely supported product of finsets.s.finset tis the product of thet iover alli ∈ s.Finsupp.pi:f.piis the finset ofFinsupps whosei-th value lies inf i. This is the special case ofFinset.finsuppwhere we take the product of thef iover the support off.
Implementation notes #
We make heavy use of the fact that 0 : Finset α is {0}. This scalar actions convention turns out
to be precisely what we want here too.