The category of R-modules has all limits #
Further, these limits are preserved by the forgetful functor --- that is, the underlying types are just the limits in the category of types.
Equations
- ModuleCat.addCommGroupObj F j = let_fun this := inferInstance; this
Equations
- ModuleCat.moduleObj F j = let_fun this := inferInstance; this
The flat sections of a functor into ModuleCat R
form a submodule of all sections.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ModuleCat.limitAddCommMonoid F = let_fun this := inferInstance; this
Equations
- ModuleCat.limitAddCommGroup F = let_fun this := inferInstance; this
Equations
- ModuleCat.limitModule F = let_fun this := inferInstance; this
limit.π (F ⋙ forget Ring) j
as a RingHom
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Construction of a limit cone in ModuleCat R
.
(Internal use only; use the limits API.)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Witness that the limit cone in ModuleCat R
is a limit cone.
(Internal use only; use the limits API.)
Equations
- One or more equations did not get rendered due to their size.
Instances For
The category of R-modules has all limits.
Equations
Equations
An auxiliary declaration to speed up typechecking.
Equations
Instances For
The forgetful functor from R-modules to abelian groups preserves all limits.
Equations
- ModuleCat.forget₂AddCommGroupPreservesLimitsOfSize = CategoryTheory.Limits.PreservesLimitsOfSize.mk
Equations
- ModuleCat.forget₂AddCommGroupPreservesLimits = ModuleCat.forget₂AddCommGroupPreservesLimitsOfSize
The forgetful functor from R-modules to types preserves all limits.
Equations
- ModuleCat.forgetPreservesLimitsOfSize = CategoryTheory.Limits.PreservesLimitsOfSize.mk
Equations
- ModuleCat.forgetPreservesLimits = ModuleCat.forgetPreservesLimitsOfSize
The diagram (in the sense of CategoryTheory
)
of an unbundled directLimit
of modules.
Equations
- ModuleCat.directLimitDiagram G f = CategoryTheory.Functor.mk { obj := fun (i : ι) => ModuleCat.of R (G i), map := fun {X Y : ι} (hij : X ⟶ Y) => f X Y (_ : X ≤ Y) }
Instances For
The Cocone
on directLimitDiagram
corresponding to
the unbundled directLimit
of modules.
In directLimitIsColimit
we show that it is a colimit cocone.
Equations
- ModuleCat.directLimitCocone G f = { pt := ModuleCat.of R (Module.DirectLimit G f), ι := CategoryTheory.NatTrans.mk (Module.DirectLimit.of R ι G f) }
Instances For
The unbundled directLimit
of modules is a colimit
in the sense of CategoryTheory
.
Equations
- One or more equations did not get rendered due to their size.