Theorems · Theorem · linear algebra
Matrix.single_eq_of_single_single
∀ {m : Type u_2} {n : Type u_3} {α : Type u_7} [inst : DecidableEq m] [inst_1 : DecidableEq n] [inst_2 : Zero α] (i : m)
(j : n) (a : α), Matrix.single i j a = Matrix.of (Pi.single i (Pi.single j a))See also single_eq_updateRow_zero and single_eq_updateCol_zero.
- Defined in
- Mathlib.Data.Matrix.Basis
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
- Assumes
- DecidableEqDecidableEqZero
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 and proof · cited by 62,936
- Equivstatement · cited by 8,337
- Matrixstatement · cited by 4,303
- Matrix.extproof · cited by 540
- Pi.singlestatement and proof · cited by 518
- Matrix.ofstatement and proof · cited by 336
- Pi.single_eq_sameproof · cited by 144
- Matrix.singlestatement · cited by 129
- Pi.single_eq_of_ne'proof · cited by 33
Cited by6
Results whose statement or proof uses this declaration.
- Matrix.stdBasis_eq_singleproof · cited by 3
- Matrix.single_eq_updateRow_zeroproof · cited by 2
- Matrix.of_symm_singleproof · cited by 1
- Matrix.updateRow_zero_mul_updateCol_zeroproof · cited by 0
- Module.Basis.matrix_applyproof · cited by 0
- Matrix.vec_singleproof · cited by 0