Mathlib Map

Theorems · Theorem · linear algebra

Matrix.trace_single_mul

∀ {m : Type u_9} {n : Type u_10} {R : Type u_11} [inst : DecidableEq m] [inst_1 : DecidableEq n] [inst_2 : Fintype n]
  [inst_3 : NonUnitalNonAssocSemiring R] [inst_4 : Fintype m] (i : n) (j : m) (a : R) (x : Matrix m n R),
  (Matrix.single i j a * x).trace = a • x j i
Defined in
Mathlib.LinearAlgebra.Matrix.Trace
Cited by
1 results in Mathlib
Foundations
Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqDecidableEqFintypeNonUnitalNonAssocSemiringFintype

Around this declaration

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

Cites17

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

Cited by1

Results whose statement or proof uses this declaration.