Additive monoid structure on ι →₀ M
#
Equations
Equations
When ι is finite and M is an AddMonoid, then Finsupp.equivFunOnFinite gives an AddEquiv
Equations
Instances For
AddEquiv between (ι →₀ M) and M, when ι has a unique element
Equations
Instances For
Evaluation of a function f : ι →₀ M
at a point as an additive monoid homomorphism.
See Finsupp.lapply
in Mathlib/LinearAlgebra/Finsupp/Defs.lean
for the stronger version as a
linear map.
Equations
Instances For
Coercion from a Finsupp
to a function type is an AddMonoidHom
.
Equations
Instances For
Bundle Finsupp.embDomain f
as an additive map from ι →₀ M
to F →₀ M
.
Equations
Instances For
Finsupp.single
as an AddMonoidHom
.
See Finsupp.lsingle
in Mathlib/LinearAlgebra/Finsupp/Defs.lean
for the stronger version as a
linear map.
Equations
Instances For
A finitely supported function can be built by adding up single a b
for increasing a
.
The lemma induction_on_max₂
swaps the argument order in the sum.
A finitely supported function can be built by adding up single a b
for decreasing a
.
The lemma induction_on_min₂
swaps the argument order in the sum.
A finitely supported function can be built by adding up single a b
for increasing a
.
The lemma induction_on_max
swaps the argument order in the sum.
A finitely supported function can be built by adding up single a b
for decreasing a
.
The lemma induction_on_min
swaps the argument order in the sum.