Mathlib Map

Theorems · Theorem · linear algebra

Matrix.IsDiag.diagonal_diag

∀ {α : Type u_1} {n : Type u_4} [inst : Zero α] [inst_1 : DecidableEq n] {A : Matrix n n α},
  A.IsDiag → Matrix.diagonal A.diag = A

Diagonal matrices are generated by the Matrix.diagonal of their Matrix.diag.

Defined in
Mathlib.LinearAlgebra.Matrix.IsDiag
Cited by
1 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Quot.sound
Assumes
ZeroDecidableEq

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 by1

Results whose statement or proof uses this declaration.