Mathlib Map

Theorems · Definition · linear algebra

Fintype.linearCombination

{α : Type u_1} →
  {M : Type u_2} →
    (R : Type u_3) →
      [Fintype α] → [inst : Semiring R] → [inst_1 : AddCommMonoid M] → [inst_2 : Module R M] → (α → M) → (α → R) →ₗ[R] M

Fintype.linearCombination R v f is the linear combination of vectors in v with weights in f. This variant of Finsupp.linearCombination is defined on fintype indexed vectors. This map is linear in v if R is commutative, and always linear in f. See note [bundled maps over different rings] for why separate R and S semirings are used.

Defined in
Mathlib.LinearAlgebra.Finsupp.LinearCombination
Cited by
26 results in Mathlib
Foundations
Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeSemiringAddCommMonoidModule

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by30

Results whose statement or proof uses this declaration.