Theorems · Theorem · linear algebra
Matrix.transpose_smul
∀ {m : Type u_2} {n : Type u_3} {α : Type v} {R : Type u_10} [inst : SMul R α] (c : R) (M : Matrix m n α),
(c • M).transpose = c • M.transpose- Defined in
- Mathlib.LinearAlgebra.Matrix.Defs
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses Quot.sound
- Assumes
- SMul
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.transposestatement · cited by 389
Cited by6
Results whose statement or proof uses this declaration.
- Matrix.adjugate_mulproof · cited by 6
- Matrix.transpose_nonsing_invproof · cited by 3
- Matrix.IsSymm.smulproof · cited by 2
- Matrix.det_updateCol_smul_leftproof · cited by 1
- Matrix.IsHadamard.transposeproof · cited by 1
- Matrix.adjugate_smulproof · cited by 1