Theorems · Theorem · linear algebra
Matrix.fromBlocks_diagonal_pow
∀ {m : Type u_2} {n : Type u_3} {α : Type u_12} [inst : Semiring α] [inst_1 : Fintype n] [inst_2 : Fintype m]
[inst_3 : DecidableEq n] [inst_4 : DecidableEq m] (A : Matrix n n α) (D : Matrix m m α) (k : ℕ),
Matrix.fromBlocks A 0 0 D ^ k = Matrix.fromBlocks (A ^ k) 0 0 (D ^ k)- Defined in
- Mathlib.Data.Matrix.Block
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- pow_zeroproof · cited by 1,094
- Matrix.extproof · cited by 540
- pow_succproof · cited by 374
- Matrix.fromBlocksstatement and proof · cited by 108
- Matrix.one_apply_neproof · cited by 39
- Matrix.zero_mulproof · cited by 16
- Matrix.mul_zeroproof · cited by 14
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.