Module docstring
{"# Properties of the module Π₀ i, M i
Given an indexed collection of R-modules M i, the R-module structure on Π₀ i, M i
is defined in Mathlib.Data.DFinsupp.Module.
In this file we define LinearMap versions of various maps:
DFinsupp.lsingle a : M →ₗ[R] Π₀ i, M i:DFinsupp.single aas a linear map;DFinsupp.lmk s : (Π i : (↑s : Set ι), M i) →ₗ[R] Π₀ i, M i:DFinsupp.mkas a linear map;DFinsupp.lapply i : (Π₀ i, M i) →ₗ[R] M: the mapfun f ↦ f ias a linear map;DFinsupp.lsum:DFinsupp.sumorDFinsupp.liftAddHomas aLinearMap.
Implementation notes
This file should try to mirror LinearAlgebra.Finsupp where possible. The API of Finsupp is
much more developed, but many lemmas in that file should be eligible to copy over.
Tags
function with finite support, module, linear algebra
","### Bundled versions of DFinsupp.mapRange
The names should match the equivalent bundled Finsupp.mapRange definitions.
"}