Mathlib Map

Theorems · Theorem · linear algebra

Matrix.trace_diagonal

∀ {R : Type u_6} [inst : AddCommMonoid R] {o : Type u_8} [inst_1 : Fintype o] [inst_2 : DecidableEq o] (d : o → R),
  (Matrix.diagonal d).trace = ∑ i, d i
Defined in
Mathlib.LinearAlgebra.Matrix.Trace
Cited by
3 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Quot.sound
Assumes
AddCommMonoidFintypeDecidableEq

Around this declaration

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

Cites7

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

Cited by3

Results whose statement or proof uses this declaration.