Mathlib Map

Theorems · Definition · linear algebra

mulLeftLinearMap

{l : Type u_1} →
  {m : Type u_2} →
    (n : Type u_3) →
      (R : Type u_5) →
        {A : Type u_6} →
          [Fintype m] →
            [inst : Semiring R] →
              [inst_1 : NonUnitalNonAssocSemiring A] →
                [inst_2 : Module R A] → [SMulCommClass R A A] → Matrix l m A → Matrix m n A →ₗ[R] Matrix l n A

A version of LinearMap.mulLeft for matrix multiplication.

Defined in
Mathlib.LinearAlgebra.Matrix.Bilinear
Cited by
9 results in Mathlib
Foundations
Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeSemiringNonUnitalNonAssocSemiringModuleSMulCommClass

Around this declaration

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

Cites9

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

Cited by10

Results whose statement or proof uses this declaration.