Theorems · Theorem · linear algebra
Matrix.scalar_comm
∀ {m : Type u_2} {n : Type u_3} {α : Type u_11} [inst : Semiring α] [inst_1 : DecidableEq n] [inst_2 : Fintype n]
[inst_3 : DecidableEq m] [inst_4 : Fintype m] (r : α),
(∀ (r' : α), Commute r r') → ∀ (M : Matrix m n α), (Matrix.scalar m) r * M = M * (Matrix.scalar n) rA version of Matrix.scalar_commute for rectangular matrices.
- Defined in
- Mathlib.Data.Matrix.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- RingHomstatement · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Commutestatement and proof · cited by 639
- Matrix.extproof · cited by 540
- Matrix.scalarstatement · cited by 62
- Matrix.scalar_comm_iffproof · cited by 2
Cited by4
Results whose statement or proof uses this declaration.
- Matrix.scalar_commuteproof · cited by 3
- Matrix.charpoly_mul_comm'proof · cited by 2
- Matrix.GeneralLinearGroup.mem_center_iff_val_mem_range_scalarproof · cited by 2
- Matrix.GeneralLinearGroup.scalar_commuteproof · cited by 0