Theorems · Theorem · linear algebra
Matrix.transpose_map
∀ {m : Type u_2} {n : Type u_3} {α : Type v} {β : Type w} {f : α → β} {M : Matrix m n α},
M.transpose.map f = (M.map f).transpose- Defined in
- Mathlib.LinearAlgebra.Matrix.Defs
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrixstatement and proof · cited by 4,303
- Matrix.transposestatement · cited by 389
- Matrix.mapstatement · cited by 247
Cited by8
Results whose statement or proof uses this declaration.
- Matrix.IsHermitian.transposeproof · cited by 4
- Matrix.IsSymm.mapproof · cited by 1
- LDL.diag_eq_lowerInv_conjproof · cited by 1
- Algebra.traceMatrix_of_matrix_mulVecproof · cited by 1
- Matrix.updateRow_conjTransposeproof · cited by 0
- Matrix.isSymm_comp_iffproof · cited by 0
- Matrix.isSymm_map_iffproof · cited by 0
- Matrix.updateCol_conjTransposeproof · cited by 0