Algebraic laws for dense matrix multiplication.
@[simp]
Left-multiplication by the identity matrix leaves a vector unchanged.
@[simp]
Left-multiplication by the identity matrix leaves a matrix unchanged.
@[simp]
Right-multiplication by the identity matrix leaves a matrix unchanged.
@[simp]
Matrix-vector multiplication sends the zero vector to the zero vector.
@[simp]
The zero matrix sends every vector to the zero vector.
theorem
Hex.Matrix.sub_identity_mulVec
{R : Type u_1}
{n : Nat}
[Lean.Grind.Ring R]
(Q : Matrix R n n)
(v : Vector R n)
:
Multiplication by Q - I is Q * v - v.