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: Partial application in a monoidal category


view this post on Zulip Bruno Gavranović (Jan 19 2021 at 13:11):

If I'm in a concrete monoidal category and have a map f:ABCf :A \otimes B \to C, can I say that for every a:A a:A there is a map f(a,):BC,f(a, -):B \to C, or do I need some extra structure? I'm thinking I might need Cartesian, or monoidal closed

view this post on Zulip Jules Hedges (Jan 19 2021 at 13:12):

Definitely monoidal closed, I think

view this post on Zulip Jules Hedges (Jan 19 2021 at 13:14):

If you just have a plain monoidal category and a state a:IAa : I \to A then you can build BIBABCB \cong I \otimes B \to A \otimes B \to C

view this post on Zulip Bruno Gavranović (Jan 19 2021 at 13:14):

Note that I'm not trying to say that for every a:Aa:A there is an object f(a,):[A,B]f(a, -):[A, B], but rather to say there's just a morphism f(a,):ABf(a, -):A \to B (but maybe you already knew that)

view this post on Zulip Bruno Gavranović (Jan 19 2021 at 13:15):

Jules Hedges said:

If you just have a plain monoidal category and a state a:IAa : I \to A then you can build BIBABCB \cong I \otimes B \to A \otimes B \to C

Ah yes, I think that's what I needed