Theorems · Theorem · category theory
ModuleCat.ihom_ev_app
∀ {R : Type u} [inst : CommRing R] (M N : ModuleCat R),
(CategoryTheory.ihom.ev M).app N =
ModuleCat.ofHom
((TensorProduct.uncurry (RingHom.id R) ↑M ↑(M ⟹ N) ↑N)
(LinearMap.lcomp R ↑N ↑ModuleCat.homLinearEquiv ∘ₗ LinearMap.id.flip))Describes the counit of the adjunction M ⊗ - ⊣ Hom(M, -). Given an R-module N this
should give a map M ⊗ Hom(M, N) ⟶ N, so we flip the order of the arguments in the identity map
Hom(M, N) ⟶ (M ⟶ N) and uncurry the resulting map M ⟶ Hom(M, N) ⟶ N.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- CategoryTheory.NatTrans.appstatement · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Functor.idstatement · cited by 3,333
- CategoryTheory.MonoidalCategoryStruct.tensorObjproof · cited by 3,106
- TensorProductstatement · cited by 2,545
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.