Theorems · Theorem · linear algebra
Matrix.smul_eq_diagonal_mul
∀ {m : Type u_2} {n : Type u_3} {α : Type v} [inst : NonUnitalNonAssocSemiring α] [inst_1 : Fintype m]
[inst_2 : DecidableEq m] (M : Matrix m n α) (a : α), a • M = (Matrix.diagonal fun x => a) * M- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Matrix.extproof · cited by 540
- Matrix.diagonalstatement · cited by 314
- Matrix.diagonal_mulproof · cited by 5
Cited by6
Results whose statement or proof uses this declaration.
- Matrix.det_smulproof · cited by 11
- Matrix.reverse_charpolyproof · cited by 3
- LinearMap.toMatrix_algebraMapproof · cited by 2
- MatrixModCat.isScalarTower_toModuleCatproof · cited by 2
- LinearMap.toMatrix'_algebraMapproof · cited by 1
- Matrix.charpoly_invproof · cited by 0