Theorems · Theorem · linear algebra
Matrix.fromBlocks_neg
∀ {l : Type u_1} {m : Type u_2} {n : Type u_3} {o : Type u_4} {R : Type u_10} [inst : Neg R] (A : Matrix n l R)
(B : Matrix n m R) (C : Matrix o l R) (D : Matrix o m R),
-Matrix.fromBlocks A B C D = Matrix.fromBlocks (-A) (-B) (-C) (-D)- Defined in
- Mathlib.Data.Matrix.Block
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
- Assumes
- Neg
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.
- Matrixstatement and proof · cited by 4,303
- Matrix.extproof · cited by 540
- Matrix.fromBlocksstatement · cited by 108
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.J_squaredproof · cited by 3