Theorems · Theorem · linear algebra
Matrix.TransvectionStruct.sumInl_toMatrix_prod_mul
∀ {n : Type u_1} (p : Type u_2) {R : Type u₂} [inst : DecidableEq n] [inst_1 : DecidableEq p] [inst_2 : CommRing R]
[inst_3 : Fintype n] [inst_4 : Fintype p] (M : Matrix n n R) (L : List (Matrix.TransvectionStruct n R))
(N : Matrix p p R),
(List.map (Matrix.TransvectionStruct.toMatrix ∘ Matrix.TransvectionStruct.sumInl p) L).prod *
Matrix.fromBlocks M 0 0 N =
Matrix.fromBlocks ((List.map Matrix.TransvectionStruct.toMatrix L).prod * M) 0 0 N- Cited by
- 1 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.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- one_mulproof · cited by 2,841
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- Matrix.fromBlocksstatement and proof · cited by 108
- Matrix.mul_assocproof · cited by 56
- Matrix.TransvectionStructstatement and proof · cited by 42
- Matrix.TransvectionStruct.toMatrixstatement and proof · cited by 32
- Matrix.zero_mulproof · cited by 16
- Matrix.mul_zeroproof · cited by 14
Cited by1
Results whose statement or proof uses this declaration.