Category Theory
Zulip Server
Archive

You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.


Stream: learning: questions

Topic: On the Kan extension of an object along a group action


view this post on Zulip Marco Vianello (Jun 01 2025 at 21:51):

Let G G be a group acting on an object X X of some category C \mathcal C . For a cC c\in \mathcal C , consider the coproduct Gc \coprod_G c and the natural action of G G on it. E. Riehl in Category Theory in Context states that plain morphisms cX c\to X correspond bijectively to G G -equivariant maps GcX \coprod_G c\to X , so that Gc \coprod_G c is always the left Kan extension of c c along the G G -object X X (more formally, the functor BGGcC \mathcal BG\xrightarrow{\coprod_G c} \mathcal C corresponding to the tautological action of G G on Gc \coprod_G c is the left Kan extension of 1cC 1\xrightarrow{c} \mathcal C along BGXC \mathcal BG\xrightarrow{X} \mathcal C ). I can supply a proof for this silly fact, but I can't make sense of it on a more intuitive ground. Any hint?

Bonus question. We get the bijection

CBG(Gc,X)C(c,X){\mathcal C}^{\mathcal BG}\bigl(\coprod_G c, X\bigr)\cong \mathcal C(c,X)

by restricting a G G -equivariant map GcX \coprod_G c \to X to the copy of A A indexed by the identity element of G G . It's difficult to overlook the resemblance to something familiar here. Is this fact related to the Yoneda lemma in any way or another?

view this post on Zulip fosco (Jun 01 2025 at 22:01):

You're generalizing to another category a similar statement for Set\bf Set: the functor G\coprod_G in that case sends a set C to gGC=G×C\coprod_{g\in G} C= G\times C, and you're saying that a function CUXC\to UX, where U forgets that X is a G-set, correspond to G-set homomorphisms --so, G×CG\times C is the free G-set on C.

sending C to G x C is a monad, any time GG is a monoid, and you're just re-discovering the free-forgetful adjunction.

Sorry I'm being terse, I'm going to bed.

view this post on Zulip Morgan Rogers (he/him) (Jun 02 2025 at 07:45):

In particular, the "something familiar" is an instance of a free-forgetful adjunction 👍🏻
There is also a right adjoint to the forgetful functor. Of course, these adjoints only exist if C\mathcal{C} has the requisite (co)limits

view this post on Zulip fosco (Jun 02 2025 at 09:30):

Careful, however, that there is a typo in your statement of the Kan extension; in order to Kan extend foo along bar, foo and bar must form a span XfooYbarZX \xleftarrow{foo} Y \xrightarrow{bar} Z, and ZXZ \to X is the type of the extension Lanbarfoo\text{Lan}_{bar}foo.

view this post on Zulip fosco (Jun 02 2025 at 09:33):

Instead, the universal property of a (Set-)copower ACA\otimes C of a set A and an object C is this: there is an everywhere-natural bijection

C(AC,X)Set(A,C(C,X)) {\cal C}(A\otimes C,X)\cong {\bf Set}(A,{\cal C}(C,X))

in your case A=GA = |G| the underlying set of a group GG. I'll leave you to prove the bijection! How does it relate to the free-forgetul adjunction above?