Theorems · Definition · linear algebra
homTensorHomEquiv
(R : Type u_2) →
(M : Type u_3) →
(N : Type u_4) →
(P : Type u_5) →
(Q : Type u_6) →
[inst : CommSemiring R] →
[inst_1 : AddCommMonoid M] →
[inst_2 : AddCommMonoid N] →
[inst_3 : AddCommMonoid P] →
[inst_4 : AddCommMonoid Q] →
[inst_5 : Module R M] →
[inst_6 : Module R N] →
[inst_7 : Module R P] →
[inst_8 : Module R Q] →
[Module.Projective R M] →
[Module.Finite R M] →
[Module.Projective R N] →
[Module.Finite R N] →
TensorProduct R (M →ₗ[R] P) (N →ₗ[R] Q) ≃ₗ[R]
TensorProduct R M N →ₗ[R] TensorProduct R P QWhen M and N are free R modules, the map homTensorHomMap is an equivalence. Note that
homTensorHomEquiv is not defined directly in terms of homTensorHomMap, but the equivalence
between the two is given by homTensorHomEquiv_toLinearMap and homTensorHomEquiv_apply.
- Defined in
- Mathlib.LinearAlgebra.Contraction
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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 and proof · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- LinearEquivstatement · cited by 3,317
- TensorProductstatement and proof · cited by 2,545
- Module.Finitestatement and proof · cited by 1,032
- LinearEquiv.transproof · cited by 298
- LinearEquiv.reflproof · cited by 143
- Module.Projectivestatement and proof · cited by 82
- LinearEquiv.arrowCongrproof · cited by 28
Cited by2
Results whose statement or proof uses this declaration.
- homTensorHomEquiv_toLinearMapstatement and proof · cited by 1
- homTensorHomEquiv_applystatement and proof · cited by 0