Theorems · Theorem · linear algebra
Matrix.map_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 : α) {β : Type u_10} [inst_3 : Zero β] {F : Type u_11} [inst_4 : FunLike F α β] [ZeroHomClass F α β]
(f : F), (Matrix.single i j a).map ⇑f = Matrix.single i j (f a)- Defined in
- Mathlib.Data.Matrix.Basis
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Matrixstatement · cited by 4,303
- FunLikestatement and proof · cited by 2,560
- map_zeroproof · cited by 1,614
- Matrix.extproof · cited by 540
- Matrix.mapstatement · cited by 247
- Matrix.singlestatement · cited by 129
- ZeroHomClassstatement and proof · cited by 74
Cited by2
Results whose statement or proof uses this declaration.
- MatrixEquivTensor.right_invproof · cited by 0
- Matrix.conjTranspose_singleproof · cited by 0