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: Enriching -> taking the underlying category = doing nothing


view this post on Zulip Marco Vianello (Jun 18 2026 at 07:28):

Let V \mathcal V be a closed monoidal caetgory, and write [x,y] [x, y] for the internal hom of x x and y y . I'm trying to show that the underlying category of the enriched V \mathcal V -category V \underline{\mathcal V} whose hom-objects are V(x,y)=[x,y] \underline{\mathcal V}(x, y) = [x, y] is isomorphic to V \mathcal V itself. The composition in V \underline{\mathcal V} is defined as the transpose of the canonical map [y,z][x,y]xz [y, z]\otimes [x, y]\otimes x\to z . The reference I'm following is Categorical Homotopy Theory by E .Riehl, Section 3.4.

I don't get where the proof proposed in the book is going. Let's agree to denote with V0 \underline{\mathcal V}_0 the underlying ordinary category of V \underline{\mathcal V} , so that

V0(x,y)=V(1,[x,y])V(1x,y)V(x,y)(1)\underline{\mathcal V}_0(x, y) = \mathcal V(1, [x, y]) \cong \mathcal V(1\otimes x, y) \cong \mathcal V(x, y) \tag{1}

and the composition of f ⁣:1[x,y] f\colon 1\to [x, y] with g ⁣:1[y,z] g\colon 1\to [y, z] is given by

111gf[y,z][x,y][x,z](2)1\xrightarrow{\cong} 1\otimes 1\xrightarrow {g\otimes f} [y, z]\otimes [x, y]\xrightarrow{\underline\circ} [x, z] \tag{2}

where \underline\circ is the composition operation of V \underline{\mathcal V} .

Now, whenever f ⁣:xy f\colon x\to y and g ⁣:yz g\colon y \to z are ordinary arrows in V \mathcal V we consider the maps f~ ⁣:1[x,y] \tilde f\colon 1\to [x ,y] and g~ ⁣:1[y,z] \tilde g\colon 1\to [y, z] under the isomorphism (1) (1) above, and try to compose them. Then (2) (2) is adjunct to

1x11sg~f~[y,z][x,y]x[x,z]xϵzxz(3)1\otimes x\xrightarrow{\cong} 1\otimes 1\otimes s\xrightarrow {\tilde g\otimes \tilde f} [y, z]\otimes [x, y]\otimes x\xrightarrow{\underline\circ} [x, z]\otimes x\xrightarrow{\epsilon_z^x} z \tag{3}

since the adjunct of a map a[x,b] a\to [x, b] is ax[x,b]xb a\otimes x\to [x, b]\otimes x\to b , where the last arrow is the counit of the adjunction x[x,] {-\otimes x}\dashv {[x, -]} . In particular, we can rewrite (3) (3) as

1x11sg~f~[y,z][x,y]xidϵyx[y,z]yϵzyz1\otimes x\xrightarrow{\cong} 1\otimes 1\otimes s\xrightarrow {\tilde g\otimes \tilde f} [y, z]\otimes [x, y]\otimes x\xrightarrow{\mathrm{id}\otimes \epsilon_y^x} [y, z]\otimes y\xrightarrow{\epsilon_z^y} z

(just look at how we defined \underline\circ ). Modulo notation, this is the fourth formula at page 33 of prof. Riehl's book.

At this point I'm stuck. In particular, I suspect that there might be a few typos in the proof as printed in the book.

view this post on Zulip Kevin Carlson (Jun 18 2026 at 17:04):

I think this is the diagram with the key idea, which shows how you can get gfg\circ f in the underlying category of VV as εz(gˉf)λx1,\varepsilon_z\circ (\bar g\otimes f)\circ \lambda_x^{-1}, where λ\lambda is the unitor and η,ε\eta,\varepsilon the unit and counit for ()y.(-)\otimes y. We use that the transpose gˉ\bar g is given by 1ηy,1[y,1y][y,gλy][y,z]1\stackrel{\eta_y,1}{\to}[y,1\otimes y]\stackrel{[y,g\circ\lambda_y]}{\to}[y,z] and bifunctoriality of \otimes to set up the upper path in the diagram, then, chasing from upper-right to bottom-left, the naturality of ε,\varepsilon, the triangle identity, and naturality of λ.\lambda. Then the result you want comes repeating the same kind of argument in the other variable.
Screenshot 2026-06-18 at 10.01.01 AM.png

view this post on Zulip Marco Vianello (Jun 25 2026 at 15:46):

Ok, I think it's clear now. The main idea was basically that f^ \hat f is the unique map that makes the equation

ϵxy(f^x)=fλx\epsilon_x^y \circ (\hat f\otimes x) = f \circ \lambda_x

hold:)