Theorems · Theorem · linear algebra
Matrix.swap_mul_apply_right
∀ {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) j a = g i aMultiplying with swap R i j on the left swaps the j-th row with the i-th row.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Swap
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 73 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.
Cites6
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
- Matrix.swapstatement · cited by 19
- Matrix.swap_commproof · cited by 2
- Matrix.swap_mul_apply_leftproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.