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: A diagram in context


view this post on Zulip Fawzi Hreiki (Sep 27 2020 at 22:53):

At first approximation, a mathematical structure SS in a category C\mathscr{C} consists of:

For example, a monoid MM in a category C\mathscr{C} with products consists of objects and maps 1eM.M×M1 \xrightarrow{e} M \xleftarrow{.} M \times M such that the usual associativity and identity diagrams commute.

So I want to say that a structure SS in C\mathscr{C} consists of:

We can package all the data into one functor by taking coproducts in Cat\textbf{Cat}, and likewise for the axioms. Usually KK has some further categorical structure (e.g. products, power objects, etc..) which DD is required to preserve, and likewise for JJ and AA.

The problem I'm having is that the functor AA is meant to be able to reference the functor DD, so AA needs to be a functor into C\mathscr{C} 'in context DD'. So either AA needs to be from JJ into some sort of comma category relating DD and C\mathscr{C} or it needs to be from some sort of exponential category relating JJ and KK into C\mathscr{C}. I'm sure theres an easy fix but its going over my head. Any help would be much appreciated.

view this post on Zulip Morgan Rogers (he/him) (Sep 28 2020 at 08:53):

Have you heard of sketches? They package data in approximately the way you're describing. The workaround is that the functor AA you mention should have codomain KK rather than C\mathcal{C}, so the diagrams commute in KK already (commutativity is preserved by any functor, in particular by DD).

view this post on Zulip Fawzi Hreiki (Sep 28 2020 at 09:18):

I'll read into it. Thanks.