Mathlib Map

Theorems · Definition · linear algebra

Matrix.singleLinearMap

{m : Type u_2} →
  {n : Type u_3} →
    (R : Type u_5) →
      {α : Type u_7} →
        [DecidableEq m] →
          [DecidableEq n] →
            [inst : Semiring R] → [inst_1 : AddCommMonoid α] → [inst_2 : Module R α] → m → n → α →ₗ[R] Matrix m n α

Matrix.single as a bundled linear map.

Defined in
Mathlib.Data.Matrix.Basis
Cited by
6 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Quot.sound
Assumes
DecidableEqDecidableEqSemiringAddCommMonoidModule

Around this declaration

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

Cites10

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

Cited by9

Results whose statement or proof uses this declaration.