Theorems · Theorem · linear algebra
Matrix.toBlock_mul_eq_add
∀ {R : Type u_10} [inst : CommRing R] {m : Type u_14} {n : Type u_15} {k : Type u_16} [inst_1 : Fintype n]
(p : m → Prop) (q : n → Prop) [inst_2 : DecidablePred q] (r : k → Prop) (A : Matrix m n R) (B : Matrix n k R),
(A * B).toBlock p r = A.toBlock p q * B.toBlock q r + (A.toBlock p fun i => ¬q i) * B.toBlock (fun i => ¬q i) r- Defined in
- Mathlib.Data.Matrix.Block
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingFintypeDecidablePred
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Matrix.extproof · cited by 540
- Matrix.toBlockstatement · cited by 13
- Fintype.sum_subtype_add_sum_subtypeproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.toBlock_inverse_eq_zeroproof · cited by 1
- Matrix.BlockTriangular.toBlock_inverse_mul_toBlock_eq_oneproof · cited by 1