Mathlib Map

Theorems · Definition · linear algebra

Matrix.IsTwoBlockDiagonal

{l : Type u_1} →
  {m : Type u_2} → {n : Type u_3} → {o : Type u_4} → {α : Type u_12} → [Zero α] → Matrix (n ⊕ o) (l ⊕ m) α → Prop

A 2x2 block matrix is block diagonal if the blocks outside of the diagonal vanish

Defined in
Mathlib.Data.Matrix.Block
Cited by
4 results in Mathlib
Foundations
Depth 15 from the axioms · uses Quot.sound
Assumes
Zero

Around this declaration

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

Cites3

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

Cited by4

Results whose statement or proof uses this declaration.