Mathlib Map

Theorems · Theorem · linear algebra

Matrix.vec_mul_eq_mulVec

∀ {l : Type u_2} {m : Type u_3} {n : Type u_1} {R : Type u_4} [inst : Semiring R] [inst_1 : Fintype m]
  [inst_2 : Fintype n] [inst_3 : DecidableEq n] (A : Matrix l m R) (B : Matrix m n R),
  (A * B).vec = (Matrix.kroneckerMap (fun x1 x2 => x1 * x2) 1 A).mulVec B.vec
Defined in
Mathlib.LinearAlgebra.Matrix.Vec
Cited by
0 results in Mathlib
Foundations
Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringFintypeFintypeDecidableEq

Around this declaration

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

Cites13

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.