Theorems · Definition · linear algebra
Module.Dual.transpose
{R : Type u_1} →
{M : Type u_3} →
[inst : CommSemiring R] →
[inst_1 : AddCommMonoid M] →
[inst_2 : Module R M] →
{M' : Type u_4} →
[inst_3 : AddCommMonoid M'] →
[inst_4 : Module R M'] → (M →ₗ[R] M') →ₗ[R] Module.Dual R M' →ₗ[R] Module.Dual R MThe transposition of linear maps, as a linear map from M →ₗ[R] M' to
Dual R M' →ₗ[R] Dual R M.
- Defined in
- Mathlib.LinearAlgebra.Dual.Defs
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 38 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.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- Module.Dualstatement · cited by 583
- LinearMap.flipproof · cited by 193
- LinearMap.llcompproof · cited by 15
Cited by11
Results whose statement or proof uses this declaration.
- LinearMap.dualMapproof · cited by 52
- LinearMap.toMatrix_transposestatement and proof · cited by 2
- LinearMap.trace_transpose'statement and proof · cited by 2
- transpose_dualTensorHomstatement · cited by 1
- LinearMap.trace_transposestatement and proof · cited by 1
- LinearMap.dualMap_defstatement · cited by 1
- Matrix.toLin_transposestatement and proof · cited by 1
- Representation.dualTensorHom_commproof · cited by 0
- Representation.dual_applystatement · cited by 0
- Module.Dual.transpose_applystatement · cited by 0
- Module.Dual.transpose_compstatement · cited by 0