Theorems · Theorem · linear algebra
Matrix.swap_mul_apply_left
∀ {R : Type u_1} {n : Type u_2} {m : Type u_3} [inst : Semiring R] [inst_1 : DecidableEq n] [inst_2 : Fintype n]
(i j : n) (a : m) (g : Matrix n m R), (Matrix.swap R i j * g) i a = g j aMultiplying with swap R i j on the left swaps the i-th row with the j-th row.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Swap
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringDecidableEqFintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Equiv.swapproof · cited by 197
- Equiv.swap_apply_leftproof · cited by 44
- Matrix.swapstatement · cited by 19
- PEquiv.toMatrix_toPEquiv_mulproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.swap_mul_apply_rightproof · cited by 0