Mathlib Map

Theorems · Theorem · linear algebra

Matrix.trace_kronecker

∀ {α : Type u_3} {m : Type u_10} {n : Type u_11} [inst : Fintype m] [inst_1 : Fintype n] [inst_2 : Semiring α]
  (A : Matrix m m α) (B : Matrix n n α), (Matrix.kroneckerMap (fun x1 x2 => x1 * x2) A B).trace = A.trace * B.trace
Defined in
Mathlib.LinearAlgebra.Matrix.Kronecker
Cited by
0 results in Mathlib
Foundations
Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeFintypeSemiring

Around this declaration

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

Cites8

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.