Documentation

Mathlib.Data.Finsupp.Fintype

Finiteness and infiniteness of Finsupp #

Some lemmas on the combination of Finsupp, Fintype and Infinite.

noncomputable instance Finsupp.fintype {ι : Type u_1} {π : Type u_2} [DecidableEq ι] [Zero π] [Fintype ι] [Fintype π] :
Fintype (ι →₀ π)
Equations