Theorems · Theorem · linear algebra
Matrix.blockDiagonal_apply_eq
∀ {m : Type u_2} {n : Type u_3} {o : Type u_4} {α : Type u_12} [inst : DecidableEq o] [inst_1 : Zero α]
(M : o → Matrix m n α) (i : m) (j : n) (k : o), Matrix.blockDiagonal M (i, k) (j, k) = M k i j- Defined in
- Mathlib.Data.Matrix.Block
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses Quot.sound
- Assumes
- DecidableEqZero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrixstatement and proof · cited by 4,303
- Matrix.blockDiagonalstatement · cited by 53
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.det_blockDiagonalproof · cited by 4
- Matrix.blockDiag_blockDiagonalproof · cited by 3
- Algebra.smulTower_leftMulMatrix_algebraMap_eqproof · cited by 0