Mathlib Map

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.

Cited by6

Results whose statement or proof uses this declaration.