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: theory: applied category theory

Topic: instance functors for monoidal categories


view this post on Zulip Mark Wilhelm (Oct 10 2022 at 18:07):

Hello, I'm just going through the "Seven sketches..." book and have come across something that it's a bit hard to google. In the book an "instance functor" is a functor from some base category into Set. If the base category is monoidal, are instance categories still into Set, such that --

...or is there more to it than that? Thanks

view this post on Zulip Mark Wilhelm (Oct 10 2022 at 18:18):

oh actually, I guess parallel composition will just be the cross product in Set? ok maybe that should have been obvious...

view this post on Zulip John Baez (Oct 10 2022 at 18:27):

I read that book but I don't remember "instance functor". It's not any sort of standard term, so you're sort of free to make up what it means.

view this post on Zulip John Baez (Oct 10 2022 at 18:28):

objects map to sets

Of course this is true for any functor from any category to Set.

I don't know what this means:

serial composition maps to functions

A functor maps morphisms to functions.

view this post on Zulip Mike Shulman (Oct 10 2022 at 18:29):

I just checked and it doesn't seem to be in the index either. Where do they define it?

view this post on Zulip Mark Wilhelm (Oct 10 2022 at 18:30):

hm ok, so they used "instance" for a kind of functor into Set where, for example in the case of graphs, you would have --

then for topological spaces there would be an analogous setup with the functor category on instances having the homeomorphism as it's morphism.

is there a different term for these? i could also be way off base with my reading.

view this post on Zulip Mark Wilhelm (Oct 10 2022 at 18:30):

oh let me look in the index and see if i can find it...

view this post on Zulip Kobe Wullaert (Oct 10 2022 at 18:31):

An instance C-functor is by definition 3.44 of the book just a functor C to set

view this post on Zulip Mark Wilhelm (Oct 10 2022 at 18:31):

John Baez said:

objects map to sets

Of course this is true for any functor from any category to Set.

I don't know what this means:

serial composition maps to functions

A functor maps morphisms to functions.

oh yes sorry, i maybe should have said morphisms map to functions and serial composition maps to function composition

view this post on Zulip Mark Wilhelm (Oct 10 2022 at 18:35):

Kobe Wullaert said:

An instance C-functor is by definition 3.44 of the book just a functor C to set

yeah that is what i'm thinking of. so i think that for a monoidal category then --

view this post on Zulip Kobe Wullaert (Oct 10 2022 at 18:39):

So if you want to have a monoidal version, you assume that this functor F is moreover monoidal, this means in particular that you have a morphism from F(x otimes y) to F(x) times F(y) (or conversely), where x and y are objecs in C, otimes is the tensor/monoidal product and times is a the tensor product on C, this is usually chosen to be the cartesian product (but can also be e.g. coproduct/disjoint union).
One considers the cartesian products of sets as a "parallel" operator since you have two values at the same time and a function f1 times f2 is considered to run f1 and f2 in parallel since you in order to compute (f1 times f2)(X times Y), you just apply f1 on X and f2 on Y (here X and Y live in the domain of f1 resp. f2)

view this post on Zulip Mark Wilhelm (Oct 10 2022 at 18:44):

Kobe Wullaert said:

So if you want to have a monoidal version, you assume that this functor F is moreover monoidal, this means in particular that F(f otimes g) = F(f) times F(g), where f and g are morphisms in C, otimes is the tensor/monoidal product and times is a the tensor product on C, this is usually chosen to be the cartesian product (but can also be e.g. coproduct/disjoint union).
One considers the cartesian products of sets as a "parallel" operator since you have two values at the same time and a function f1 times f2 is considered to run f1 and f2 in parallel since you in order to compute (f1 times f2)(X times Y), you just apply f1 on X and f2 on Y (here X and Y live in the domain of f1 resp. f2)

mm, ok. and so then i'm guessing this would correctly recover homeomorphisms on quotient spaces in topology as the morphism of the functor category? (to stay analogous with the way it's used in seven sketches)

(not asking for a proof of this or anything, i just have no idea if this would be easy or hard to check)

view this post on Zulip Kobe Wullaert (Oct 10 2022 at 18:51):

I'm not quite sure what you mean with the morphism of the functor category, I've not gone in detail through the book.

view this post on Zulip Mark Wilhelm (Oct 10 2022 at 18:52):

ok no worries, i think i have got enough info to keep going, thank you all