Theorems · Theorem · linear algebra
Matrix.vec_single
∀ {m : Type u_1} {n : Type u_2} {R : Type u_3} [inst : DecidableEq m] [inst_1 : DecidableEq n] [inst_2 : Zero R] (i : m)
(j : n) (r : R), (Matrix.single i j r).vec = Pi.single (j, i) r- Defined in
- Mathlib.LinearAlgebra.Matrix.Vec
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqDecidableEqZero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrixproof · cited by 4,303
- Pi.singlestatement and proof · cited by 518
- Matrix.singlestatement · cited by 129
- Equiv.prodCommproof · cited by 55
- Matrix.vecstatement and proof · cited by 27
- Matrix.single_eq_of_single_singleproof · cited by 6
- Function.uncurry_flipproof · cited by 1
- Matrix.vec_ofproof · cited by 1
- Pi.single_comp_equivproof · cited by 1
- Pi.uncurry_single_singleproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.