Mathlib Map

Theorems · Definition · linear algebra

Matrix.mulVecLin

{R : Type u_1} →
  [inst : CommSemiring R] → {m : Type u_4} → {n : Type u_5} → [Fintype n] → Matrix m n R → (n → R) →ₗ[R] m → R

Matrix.mulVec M as a linear map. Note this is a special case of Matrix.mulVecBilin.

Defined in
Mathlib.LinearAlgebra.Matrix.ToLin
Cited by
38 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringFintype

Around this declaration

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

Cites7

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

Cited by40

Results whose statement or proof uses this declaration.