Theorems · Theorem · category theory
ModuleCat.homEquiv_extendScalarsComp
∀ {R₁ R₂ R₃ : Type u₁} [inst : CommRing R₁] [inst_1 : CommRing R₂] [inst_2 : CommRing R₃] (f₁₂ : R₁ →+* R₂)
(f₂₃ : R₂ →+* R₃) (M : ModuleCat R₁),
((ModuleCat.extendRestrictScalarsAdj (f₂₃.comp f₁₂)).homEquiv M
(((ModuleCat.extendScalars f₁₂).comp (ModuleCat.extendScalars f₂₃)).obj M))
((ModuleCat.extendScalarsComp f₁₂ f₂₃).hom.app M) =
CategoryTheory.CategoryStruct.comp ((ModuleCat.extendRestrictScalarsAdj f₁₂).unit.app M)
(CategoryTheory.CategoryStruct.comp
((ModuleCat.restrictScalars f₁₂).map
((ModuleCat.extendRestrictScalarsAdj f₂₃).unit.app (ModuleCat.ExtendScalars.obj' f₁₂ M)))
((ModuleCat.restrictScalarsComp f₁₂ f₂₃).inv.app
((ModuleCat.extendScalars f₂₃).obj (ModuleCat.ExtendScalars.obj' f₁₂ M))))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
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 · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CommRingstatement and proof · cited by 17,173
- CategoryTheory.Functorstatement · cited by 16,252
- RingHomstatement and proof · cited by 10,189
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Equivstatement · cited by 8,337
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
Cited by1
Results whose statement or proof uses this declaration.
- ModuleCat.extendScalarsComp_hom_app_one_tmulproof · cited by 3