Condensed R
-modules #
This files defines condensed modules over a ring R
.
Main results #
Condensed
R
-modules form an abelian category.The forgetful functor from condensed
R
-modules to condensed sets has a left adjoint, sending a condensed set to the corresponding free condensedR
-module.
Equations
The forgetful functor from condensed R
-modules to condensed sets.
Equations
Instances For
The left adjoint to the forgetful functor. The free condensed R
-module on a condensed set.
Equations
Instances For
@[reducible, inline]
The category of condensed abelian groups is defined as condensed ℤ
-modules.
Equations
Instances For
@[reducible, inline]
The forgetful functor from condensed abelian groups to condensed sets.
Equations
Instances For
@[reducible, inline]
The free condensed abelian group on a condensed set.
Equations
Instances For
@[reducible, inline]
The free-forgetful adjunction for condensed abelian groups.
Equations
Instances For
theorem
CondensedMod.hom_naturality_apply
(R : Type (u + 1))
[Ring R]
{X Y : CondensedMod R}
(f : X ⟶ Y)
{S T : CompHausᵒᵖ}
(g : S ⟶ T)
(x : ↑(X.val.obj S))
:
(CategoryTheory.ConcreteCategory.hom (f.val.app T)) ((CategoryTheory.ConcreteCategory.hom (X.val.map g)) x) = (CategoryTheory.ConcreteCategory.hom (Y.val.map g)) ((CategoryTheory.ConcreteCategory.hom (f.val.app S)) x)