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.
I got an email that required a long answer. I thought some other people might like to see the answer.
Dear John
I have problem with understanding the 3cells in 3Cat:
can we evaluate a 3-cell in 3Cat at all of these: an object, an arrow (1-cell) and 2-cell (a natural transformation) ?
And yet: how is the 3-cell determined by what data and between what type (for which k in k-cell) of objects it leads ?
Best, Jan Pax
My reply:
It's easiest to think about it in general:
A 0-cell in nCat is an n-category.
A 1-cell in nCat is a map between n-categories, say f: A B. This sends any k-cell in A to a k-cell in B.
A 2-cell in nCat goes between a map f: A B and a map g: A B. It sends any k-cell in A to a (k+1)-cell in B...
... but what happens when k+1 > n? When k+1 = n+1, our 2-cell sends any k-cell in A to an equation that must hold in B.
For example, take n=1. Then a 2-cell in nCat is a natural transformation between functors between categories. It sends any object in A to a morphism in B, but it sends any morphism in A to an equation saying in B saying that a square commutes: the "naturality square".
Secretly the reason is that an n-category has (n+1)-cells that are equations between n-cells. It also has (n+2)-cells and so on, but these are "equations between equations", so they convey no information at all.
So, the pattern works like this:
A 2-cell in nCat goes between a map f: A B and g: A B. It sends any k-cell in A to a (k+1)-cell in B if k+1 ≤ n. It sends any k-cell in A to an equation between k-cells in B if k+1 = n+1. And it does nothing at all to k-cells with k+1 > n+1.
Next:
A 3-cell in nCat goes between natural transformations between a map f: A B and a map g: A B. It sends any k-cell in A to a (k+2)-cell in B if k+2 ≤ n. It sends any k-cell in A to an equation between k-cells in B if k+2 = n+1. And it does nothing at all to k-cells with k+2 > n+1.
Now we see the general pattern. A j-cell in nCat sends any k-cell in some n-category A to some (k+j)-cell in some n-category B if k+j ≤ n. It sends any k-cell in A to an equation between k-cells in B if k+j = n+1. And it does nothing at all to k-cells with k+j > n+1.
A j-cell sends a k-cell to a (k+j-1)-cell, right?
Or perhaps better to start with a (j+1)-cell, since the 0-cells don't send things.
Oh damn, did I screw up the counting?
Okay, I just need to fix this last part:
Now we see the general pattern. A (j+1)-cell in nCat sends any k-cell in some n-category A to some (k+j)-cell in some n-category B if k+j ≤ n. It sends any k-cell in A to an equation between k-cells in B if k+j = n+1. And it does nothing at all to k-cells with k+j > n+1.
Yeah, I think that's the only change necessary.
Dear John,
could you kindly add to your answer how does the equation look like for a general n,k and j ?
For which n,k and j it is the classical naturality square ?
For this we need to start by deciding whether we're talking about strict or weak n-categories.
I would like to see both cases, indeed. We can start with strict they should be easier to cope with.
Okay, so think about strict 2-categories. There's a strict 3-category 2Cat consisting of
[strict 2-categories, strict functors, strict natural transformations, strict modifications]
(People don't always say "strict" all the time.)
Do you know what a modification between natural transformations looks like, in this strict context?
not sure at all ...
Well then you should start by figuring that out, or talking about it. There's no way to study n-categories without first doing 2-categories.
Can you draw what happens when you have two 2-categories , two functors , and two natural transformations ?
Can you see how to create something "going from to "? It helps to draw diagrams of naturality squares...
what do you mean by "draw" ? I'm not a native English speaker.
Draw = create a picture.
Oh that would be nice if I could draw here diagrams, I cannot.
Right, but you can draw them on paper.
I'm assuming you know how the natural transformation gives a bunch of squares in , one for each object in .
So you can draw one.
they should be n.t. at all objects $A$ yes
You need to use two dollar signs here, not one.
Then you can draw what does, in the same picture.
It's always good to draw lots of things in the same picture so you can see how they interact.
yes, and I can compose at ...
Well, and also , so it's not a good idea to try to compose and .
What you're trying to do is figure out what a "modification" is: something that goes from to .
Modifications will be the 3-cells in 2Cat.
You were asking me if they look like squares, so I'm trying to get you to draw one.
I'm listening
I want you to be drawing, not listening. :upside_down: I think it'll work better if you do a lot of the work here. I can talk about this for about fifteen minutes a day, and other people can join in too.
well, I cannot draw a good diagram now. I have a one which says what are n.t. for a morphism and object .
at
Good. Draw what both and do to a morphism in , in the same picture, and see where there's room to have something going from to : a modification.
As a clue, you already know that a modification will give some sort of 2-cell in for each object of , and some sort of equation for each 1-morphism in .
So you need to figure out what this 2-cell looks like, and what this equation looks like. The picture will tell you.
AYT, John ?
Jan Pax said:
I'm not sure what this means. We said and are natural transformations from to . This means that for every morphism in these equations hold:
and
But the question is, what should a modification from to do? I suggested taking the two equations above and drawing them as diagrams: this suggests what the modification should do!
Feels like this would be easier to draw on a cylinder (with end faces), but following along I seem to get something reasonable.
I could only understand that these 2 equation are syntactically correct,meaning the domain and codomain are right. Unfortunately,I cannot do more. I'd be happy if you can guide me through this in some detail.
He was asking you to draw this...
modification.png.
To produce this diagram, I wrote the following code in LaTeX, but John was trying to get you to do this by hand (ie, on paper, for your own benefit, rather than to share with everyone!).
% \usepackage{tikz-cd}
\[\begin{tikzcd}
f(a) \ar[r, "f(h)"] \ar[d, "\beta_a", bend left] \ar[d, "\alpha_a"', bend right] & f(b) \ar[d, "\beta_b", bend left] \ar[d, "\alpha_b"', bend right] \\
g(a) \ar[r, "g(h)"'] & g(b)
\end{tikzcd}\]
Looking at this, what would you say the data of a modification from to should be?
Nice picture, thank you. I do not know the entire 3-cell though.
Just to make sure I've got all the details, if we consider one of these naturality squares (say, the one about α), does it commuting mean the existence of a 2-cell isomorphism between the two halves?
i.e, ?
Indeed. I believe this data is included in natural transformations between 2-functors between 2-categories.
Does this isomorphism correspond to the weak case ?
Jan Pax said:
Nice picture, thank you. I do not know the entire 3-cell though.
Well, we should expect a 3-cell to compare data like-for-like. From the diagram, you might be able to intuite that the basic data consists, for each 0-cell of , of a 2-cell . The extra data and conditions on this basic data should be the ones that make this "cylinder" diagram commute in all of the ways we can ask it to.
Jan Pax said:
Does this isomorphism correspond to the weak case ?
I want to say yes, so that in the strict case (of "strict natural transformations" between these functors), these isomorphisms will be identities. But you typically have to be careful about how much of the data you can force to be trivial/strict, so it's best to keep in the back of your mind that this exists.
In the case of a strict natural transformation we have equations
and
But still, I was asking Jan Pax to draw this picture on a piece of paper:
because this picture is how you figure out what we need to define a "modification" between natural transformations. Think of this picture as a 3-dimensional cylinder with the the edges and curving towards you, out of the page and and curving down into the page.
The square curving towards you commutes when we have a strict natural transformation (or is filled in by a 2-cell if we have a weak one), and so does the square curving down into the page.
But the two disk-shaped ends of the cylinder are still open, not filled in. And so is the 3-dimensional body of the cylinder. Those are the things the modification could provide!
Since we're only doing 2-categories today, the 3-dimensional body must be filled with an equation. But the disk-shaped ends of the cylinder must be filled with 2-morphisms.
I think I've given enough hints. So here's my question again: what is a modification between strict natural transformations between strict functors between strict 2-categories?
a natural transformation between the components of the natural transformations and ?
James Wood said:
Feels like this would be easier to draw on a cylinder (with end faces), but following along I seem to get something reasonable.
i got you!
https://twitter.com/sarah_zrf/status/1329092567573569539
i diagrammed out the definition of a modification in a form that i can at least *kinda* look at pieces: 1. Γ is a modification φ → ψ 2. Γ maps 0-cells A ∈ K to 2-cells Γ_A ∈ L 3. Γ maps 1-cells f ∈ K to "3-cells", commutative diagrams of 2-cells, in L https://twitter.com/sarah_zrf/status/1329092567573569539/photo/1
- profinite sarahzrf (@sarah_zrf)Jan Pax said:
a natural transformation between the components of the natural transformations and ?
Yes, something like that... can you say exactly what 2-morphisms your modification will consist of, and what equations they should obey?
Btw, you can use \Rightarrow to draw 2-morphisms: .
just the most naive one: , but your question suggests that some more equations are to hold ?
At least give the 2-morphism a name - say something like this:
A modification from to gives a 2-morphism in for each object .
Your should read right ?
Yes.
Have we finished or some new things are to be understood about 3Cat ?
or can we move to the weak case ?
What equations should the obey? I don't care if you give me "obvious" or "unobvious" equations, just tell me all the equations you can think of, that should hold.
Let's finish doing this case, strict 2-categories.
for all ?
That sounds good so far: one equation for each 1-morphism in .
So notice is giving one 2-cell for each 0-cell in , and one 3-cell for each 1-cell in .
The 3-cells in a 2-category are equations between 2-cells.
So what does give for each 2-cell in ?
an equation of 2-cells between 2-cells ?
I don't think you're following the pattern:
So notice is giving one 2-cell for each 0-cell in , and one 3-cell for each 1-cell in .
Remember what I said:
Now we see the general pattern. A j-cell in nCat sends any k-cell in some n-category A to some (k+j)-cell in some n-category B if k+j ≤ n....
-cell in nCat, right ?
I would guess that we are beyond k+j ≤ n.... so some equations will come into the play.
I should have said (k+j+1)-cell in nCat.
Jan Pax said:
I would guess that we are beyond k+j ≤ n.... so some equations will come into the play.
Yes, but here's the pattern - with that mistake fixed:
John Baez said:
Now we see the general pattern. A (j+1)-cell in nCat sends any k-cell in some n-category A to some (k+j)-cell in some n-category B if k+j ≤ n. It sends any k-cell in A to an equation between k-cells in B if k+j = n+1. And it does nothing at all to k-cells with k+j > n+1.
I'm lost, can you still help more ? what equations involves/implies ?
This was my question:
John Baez said:
So notice is giving one 2-cell for each 0-cell in , and one 3-cell for each 1-cell in .
The 3-cells in a 2-category are equations between 2-cells.
So what does give for each 2-cell in ?
So what's your answer now?
I gave a hint:
Now we see the general pattern. A (j+1)-cell in nCat sends any k-cell in some n-category A to some (k+j)-cell in some n-category B if k+j ≤ n. It sends any k-cell in A to an equation between k-cells in B if k+j = n+1. And it does nothing at all to k-cells with k+j > n+1.
I would say so nothing at all.
Right, that's the answer I was hoping for!
Would you like to move to the weak case ? What will change for it ?
Sure - try the weak case! It's very helpful to consider strict functors between strict 2-categories, so nothing changes at that level... but then consider weak natural transformations between those, and weak modifications between those.
Can you guess how the weak natural transformations are different?
So, suppose and are strict 2-categories and and are strict functors. When we had a strict natural transformation, for every morphism in this equation would hold:
How should this change in the weak case? Again it's very helpful to draw a picture on some paper.
instead of = will be .
Right. Now be more explicit: give things names, since we'll need them.
let be the invertible 3-cell.
Huh?
You said there should be an instead of an somewhere. We have to give this 2-isomorphism a name, so we can begin to work with it.
Say something like "let .... be the 2-isomorphism from .... to ....".
I was trying to name it
But you said "3-cell".
There's no 3-cell in this story yet.
I thought that will be the 3-cell, but I'm certainly wrong.
I think you didn't read my question carefully.
John Baez said:
So, suppose and are strict 2-categories and and are strict functors. When we had a strict natural transformation, for every morphism in this equation would hold:
How should this change in the weak case? Again it's very helpful to draw a picture on some paper.
Let be an isomorphism from to .
What sort of cell is this? A 1-cell, 2-cell, 3-cell?
And what does it depend on? Should we call it just , or , or... what?
will do, but I'm not sure.
I'd say 3-cell but you have denied this.
Jan Pax said:
will do, but I'm not sure.
That's okay. Good!
But notice: . We usually say that a morphism determins its source and target. So if you know the morphism , you know its source is and its target is . So we can just write ; we don't need to say . tells you what and are.
To see if is a 3-cell we need to know about its source and target. You said
Let be an isomorphism from to .
What sort of cells are and ?
1-cells ?
Right. So what sort of cell can go between them?
Again, if you draw a picture it all becomes easy.
2-cells
Pictures are easy only if someone else draws them for me.
Okay, so what sort of cell is ?
2-cell.
Okay - not a 3-cell, a 2-cell.
Yes, this is what I meant from the beginning.
Okay, good. But you said it was a 3-cell.
Now, the next step is quite hard without a picture.
I thought that as is 2-cell then will shift up 1 degree.
is a natural isomorphism, which is a 2-cell in 2Cat, and is a 0-cell, so is a 1-cell.
OK. Guide me please gently through my next picture.
Well, there are two things we could do. First, these 2-cells need to be obey some equations, in order for to be a natural isomorphism. We could figure those out.
Second, we could try to figure out what a modification looks like.
The second is easier since Morgan already drew the necessary picture:
Oh, by the way, we made a mistake. We should not call that 2-cell .
Now I'd put in between and
Why ?
We were figuring out what a natural transformation is, in the weak case. We noticed it gives a 1-cell for each 0-cell , and then we noticed it gives a 2-cell for each 1-cell in ... but you called that 2-cell "" and I went along with you.
We should call it .
Thing are clearer now. One letter less is always good.
Okay. So where does go into Morgan's picture?
In category theory you make progress by drawing everything in one picture.
Between the 2 's there: and composed with and resp.
Remember some stuff I already told you:
Think of this picture as a 3-dimensional cylinder with the the edges and curving towards you, out of the page and and curving down into the page.
The square curving towards you commutes when we have a strict natural transformation (or is filled in by a 2-cell if we have a weak one), and so does the square curving down into the page.
Which 2-morphism fits into the square curving towards you?
Great! Which 2-morphism fits into the square curving down into the page?
Great! Which 2-morphism fits into the disk at the left end of the cylinder?
Is the really from or rather from ?
We decided that
This is why it fits into the square curving out towards you.
OK.
John Baez said:
Which 2-morphism fits into the disk at the left end of the cylinder?
Huh?
this is our 2-cell ?
I don't know what "our 2-cell" is.
Our isomorphism up to which it commutes the square.
We agreed that fits into the square curving towards us. Now I'm asking what 2-cell fits into the disk at the left end of the cylinder. You said . But it can't be in two places at once!
Perhaps I do not follow what does it mean "fits into the disk at the left end of the cylinder"? This is not the same thing as in your first sentence ?
I cannot find the difference.
We're looking at a picture of a can. The can has a front, a back, a left side, and a right side.
That's what Morgan drew:
We agreed the front was and the back was . These are curved squares.
Now I'm asking about the left side and the right side, which are round disks.
This diagram is called a "tin can diagram", by the way.
OK, some 2-cell then ?
Right. And I'm asking you which 2-cell goes into the left side.
(deleted)
the composition ?
It's one we haven't mentioned yet. What is its source and what is its target?
Also, what's the source and target of ?
You answered the first question, I guess. Yes, the source of the 2-morphism on the left of the tin can is , and its target is .
How about my second question?
John Baez said:
Also, what's the source and target of ?
is the source and is the target. But I'm not sure at all.
John Baez said:
We decided that
so the source of is , so the source of is also .
So the source of is different from the source of the 2-morphism on the left of the tin can.
So the 2-morphism on the left of the tin can can't possibly be .
Moral: when you guess what a morphism or 2-morphism might be, check its source and target and see if your guess makes sense.
So what it is ?
It's part of a modification from to . We talked about this earlier.
I can see now. It's part of our old ?
John Baez said:
But the two disk-shaped ends of the cylinder are still open, not filled in. And so is the 3-dimensional body of the cylinder. Those are the things the modification could provide!
Since we're only doing 2-categories today, the 3-dimensional body must be filled with an equation. But the disk-shaped ends of the cylinder must be filled with 2-morphisms.
Jan Pax said:
I can see now. It's part of our old ?
Yes!
is 2-cell ?
The left disk is the 2-cell
where is our modification going from to .
is it subject any equations ?
Yes, and you're looking at that equation.
If you fill in all the 2-cells here, this is the equation - it's a commutative diagram of 2-cells.
What's the 2-cell at the right end of the tin can? We haven't discussed that one yet.
Right!
So there's some equation involving and that must hold. And if you know enough about 2-categories you can take Morgan's picture and turn it into this equation!
Something like that. But...
1) What's ? We've never talked about . What's ?
(I have more questions later, but this is the first.)
component of a natural transformation under functor ? I do not know.
or
Okay: the answer is doesn't mean anything, so doesn't mean anything. Neither does . Remember, is not a function. So, we shouldn't be talking about these things.
We have names for the 4 sides of our tin can, and I was asking you to write down an equation involving these 4 2-morphisms.
I did my best, but I will know once you write them for me!
You didn't do your best, because you wrote down an equation involving a nonexistent thing that we'd never talked about.
I think you can do better.
Your equation looked right to me at first, but then I noticed several problems with it, the first being this thing.
(deleted)
I would have used instead but the composition doesn't make sense.
What's ?
John Baez said:
Okay: the answer is doesn't mean anything, so doesn't mean anything. Neither does . Remember, is not a function. So, we shouldn't be talking about these things.
I hope you have a picture now of the tin can, with each of the 4 sides labelled by its 2-morphism.
it is the naturality square
Oh, okay! I was confused. Thanks.
does make sense. does not make sense, since is a 1-morphism in and .
Anyway, I said:
So there's some equation involving and that must hold. And if you know enough about 2-categories you can take Morgan's picture and turn it into this equation!
So I'm looking for this equation, which is sitting there in Morgan's picture.
I just wonder how do I connect with
Jan Pax said:
I just wonder how do I connect with
That's a good question. You combine and using whiskering.
I have heard that notion from Makkai but I do not recall what it is. I would like you to explain this to me via a picture.
Unfortunately the nLab article does not have a picture, but in any 2-category you can combine a 1-cell and a 2-cell where and get a 2-cell .
So my was not such a bad choice ?
If you draw all the stuff I just described you'll see a mouth with a whisker coming out of it...
I decided to use your notation.
So our equation becomes ?
You should have written "and get a 2-cell " ?
Jan Pax said:
You should have written "and get a 2-cell " ?
Yes, I should have written that.
Jan Pax said:
So our equation becomes ?
by itself makes no sense here. Remember, we have 2-cells like and .
Hint:
John Baez said:
So there's some equation involving and that must hold. And if you know enough about 2-categories you can take Morgan's picture and turn it into this equation!
@John Baez and @Jan Pax I really appreciate the patience you've displayed in hashing this out together. It's really nice for people to be able to come here and go away having genuinely learned something through interacting with other category theorists :tada:
Can you reveal to me the final equation ?
But I'm sure this is not the correct equation.
Jan Pax said:
Can you reveal to me the final equation ?
No, it's better to figure these things out yourself. Passive learning is not nearly as good.
Jan Pax said:
But I'm sure this is not the correct equation.
That equation has the right look to it. The problem is just: what does "" mean? It can't be vertical composition of 2-morphisms, since that doesn't parse. It can't be horizontal composition of 2-morphisms, either, since that doesn't parse. So you need to learn a bit about whiskering.
I don't have the energy to explain whiskering. I wish I knew a nice really elementary introduction to 2-categories that explains - it's very basic.
All the introductions to 2-categories I know are too fancy.
I think it's helpful to view whiskering as the horizontal composition of some 2-cell with an identity 2-cell. That way simply knowing about vertical and horizontal composition is enough.
What about making somehow identity from ? I would guess that horizontal composition is what we need.
I'm not sure what your first sentence means. However, whiskering is just horizontally composing a 2-morphism and an identity 1-morphism.
Could you give me the equation required so that we can finish ? I cannot find it myself. Or is there more to say on nCat ?
You need to learn about whiskering to be able to understand the required equation. Maybe someone can point to a nice introduction to 2-categories that explains whiskering in a simple way.
Right, could you send me that equation just for my curiosity ? I believe I will learn something from it itself. Also, if you think that the equation will be hard to understand for me it will definitely not be possible that I'd find it out on my own.
You already found the equation - it's visible in Morgan Rogers' picture:
Jan Pax said:
The only problem is figuring out what means here.
So what it does ?
For that, as I already said, you need to understand whiskering.
I understand the definition of whiskering.
What is the definition of whiskering?
identity of 1-cell horizontally composed with 2-cell
Okay, good. So here:
cannot be vertical composition: you can't vertically compose and because the target of does not equal the source of . You need to whisker with something first!
So:
Question: what do you need to whisker by, to get a 2-morphism whose source equals the target of ?
Again, the picture shows the answer.
I don't know.
Okay, I'll let you think about it for a few weeks.
These problems take a while sometime, but it's much better to figure out things yourself and build your mathematical muscles, rather than passively being told facts.
I'll think about it for 3 days. Will you then reveal the answer for me if I do not succeed ?
In two weeks.
So, on December 10th.
3 days may not be enough.
There are lots of problems I've been working on for years...
I'll do my best but I'm sure I won't succeed. I know something from your book Towards higher categories: that's not for beginners!
It's not good to think "I'm sure I won't succeed". You should be sure that you will succeed, and work hard enough that you do succeed. This is a basic test of your understanding, not Fermat's Last Theorem, so I promise that you can succeed.
Can I whisker with ?
Let me know your final answer on December 10th.
Can I whisker with ?
Actually since you're spending two weeks on this you might as well solve the whole problem. For this to make sense:
you need to answer two questions. They are very similar:
Question 1: what do you need to whisker by, to get a 2-morphism whose source equals the target of ?
Question 2: what do you need to whisker by, to get a 2-morphism whose target equals the source of ?
This is to be some nice 1-cell for both Question 1 and Question 2. I'm gonna to look at it (and fail). There far too many symbols involved for me to orient myself. So for Question 1 is wrong otherwise you'd agree ?
The target of is an 1-cell . There is no arrow from this to elsewhere in general except for . This gives . But I'm confused now whether or to be honest. I would guess the second possibility.
1) What does mean? You invented this notation.
2) Tell me your notation for vertical composition of 2-morphisms and your notation for horizontal composition of 2-morphisms.
3) If you want to invent a notation for whiskering, tell me that too. You don't need a notation for whiskering because it's just horizontal composition with an identity 2-morphism. But some people find it convenient.
I mean horizontally composed with .
The notation for vertical composition is and for horizontal . Are you happy with this ?
I'm happy with that.
Right, what do you want make me now ?
You wrote:
But I'm confused now whether or to be honest.
What do these two things mean? You say that means horizontally composition of 2-morphisms. If so, only one of these expressions make sense.
Actually your question about the notation has made me believed that is the correct one expression. Please note that I have omitted in for this version.
Actually now that I look at it, does not make sense since is not a 2-morphism. does not make sense. does not make sense.
Your chance of guessing the right answer to a question increases dramatically if you only write down guesses that make sense. This is a key principle in category theory. Very often in category theory there is only one guess that makes sense.
I do not follow this: is a 1-cell so why does not make sense ? The second thing is the identity 2-cell on the 1-cell . I wish to understand this point.
There is no 1-cell in .
I made a mistake... here is my corrected opinion:
John Baez said:
Actually now that I look at it, does not make sense since is not a 2-morphism. does not make sense. does not make sense.
You are using to mean horizontal composition of 2-morphisms, and we're working in here.
Right, so for what is a -cell in ?
Look at Morgan's picture. What does look like?
If you don't draw his picture and keep looking at it, you are doomed.
1-cell in ?
Let's talk more on December 10th. You are not looking at the picture.
-cells look -dimensional.
oh sorry I meant -cell, an object
What about ?
There are two questions whose answers I'd like on December 10th:
Question 1: what do you need to whisker by, to get a 2-morphism whose source equals the target of ?
Question 2: what do you need to whisker by, to get a 2-morphism whose target equals the source of ?
You can think about them until then, and become 100% sure that you are correct.
My best guess for now is this answer:for Question 1: and for Question 2: . But your demand with "100% sure that I'm correct" is unattainable though.
Okay, I'll settle for 90%. See you on December 10th!
The source of is which is the target of . I do not know what's wrong.
I didn't say anything is wrong. I'm not saying it's right, either. I need a break from this, so we can continue on December 10th.
But I think that if my whiskering were correct you wouldn't wait. This in turn makes me think that something is wrong. I've drawn some pictures which supports my belief.
Good!
I'm a stubborn guy so if I say I'll tell you the answer on December 10th, that means I'll tell you the answer on December 10th - unless of course I have an accident.
I believe that you are doing the very best for me for free. I appreciate that very much and will obey all your instructions/explanations for whatever reasons you may have for this.
Hi John,my time has come, and I have one more question besides if my answer in my -4th comment above is correct. Where do all -cells in nCat live in contrast to what they satisfy by an action of a -cell ?
I know this for . What about various other possibilities taking into account things like or ?
The j-cells in nCat live in nCat, of course. They are cells in a particular (n+1)-category called nCat. So, they are complicated and interesting things up to j = n+1, and then for j = n+2 they are just equations (which are still somewhat interesting), and for higher j they are completely boring and vacuous "equations between equations".
Is (n+1)Cat defined by induction on enriching nCat over itself ?
It's easy to define an (n+1)-category of strict n-categories inductively by enrichment: (n+1)Cat is the category of categories enriched over nCat.
But the really interesting weak n-categories are harder to define.
Right. Is my answer correct: :for Question 1: and for Question 2: ?
John, you have promised your verdict about my answer to the 10th of December haven't you ?
I'm sorry to take so long to reply!
Jan Pax said:
Is my answer correct: :for Question 1: and for Question 2: ?
Yes, these are right, if you're using a convention for where this horizontal composite:
is called .
I'll just warn you that lots of people call this , writing things backwards:
https://ncatlab.org/nlab/show/horizontal+composition
But I don't care what convention is used as long as we agree on a convention.
I'm now happy. It would be a weird thing if I were wrong as I have drawn all the pictures on a paper. Any continuation is possible ? Some dialogue with exercises ? I'm pretty sure that something more is to be said.
There's a lot more to say, but I'm getting really busy trying to finish a couple of papers before January. Sorry! I'm glad you figured it all out.
Right, let's continue on February. You can write the names of those papers here so that I can have a look at them ?
I'm not promising to continue in February. I'll be really busy teaching a course on Lie groups from January to the end of March, for example.
Those papers I'm trying to finish are papers I'm writing: "Structured versus decorated cospans" with @Kenny Courser and @Christina Vasilakopoulou, and "Categories of nets" with @Jade Master, @Fabrizio Genovese and @Mike Shulman.
Right, we may shift our discussion to May. I would appreciate if you could dedicate 2 hours in May to me yet.
By the way, if you want to learn about 2-categories, this book is good:
https://arxiv.org/abs/2002.06055
Thank you for your link. We haven't mentioned yet 3-cells except for their name. We could do it in May.
How is called the general 2category which has as associator arbitrary natural transformation rather than a natural isomorphism as for bicategory ?
Maybe "lax bicategory"? You can read about the special case where there's just one object here:
A lax monoidal category is perhaps more commonly called a "skew monoidal category" or "skew monoidale".
Is there a good book similar to your link https://arxiv.org/abs/2002.06055 also for the Kan extension concept?
I don't know one.
John, why is not locally small ?? Is it locally legitimate ?
What does "locally legitimate" mean?
if the hom-set Nat() for all functors and is at most a proper class, not bigger.
Jan Pax said:
John, why is not locally small ?? Is it locally legitimate ?
A very good question! Unless I am missing something, I think the "not locally small" question is already nontrivial, and to be honest this stumped me. Finally I remembered that there's a paper by Freyd and Street which has an answer in it, which I'll extract from.
For any set , let be the set of all subsets whose inclusion has a left inverse , i.e., a function such that for all . If is nonempty, then is the set of nonempty subsets of , and if is empty, then consists of the single element . Let be the disjoint union . Make into a functor: if is a function, then takes in to in case the composite has a left inverse, else it takes to (and also it takes to . To see is a functor, one uses the fact that if has a left inverse , then also has a left inverse (namely, ).
Now we define a function from the class of cardinalities (isomorphism classes of sets) to the collection of natural transformations , as follows: if is a set with cardinality , then has, for its component , the function which maps to just in case , else it maps to (and also it takes to itself). It's not at all difficult to show that satisfies the naturality condition.
Clearly is well-defined. Now suppose . Then at the component , we have
whence, following the definitions, we must have , i.e., . This proves that is injective on cardinalities. Since cardinalities form a proper class, so must the collection of natural transformations .
It may be tempting to think this is an overly complicated example, and that perhaps something simpler to describe than works. For example, one might think the double powerset functor could work in place of . Actually, it doesn't. Want to know how many natural transformations there are? I believe the answer is !
A natural transformation from to is the same thing as a section of the projection functor from pointed sets to sets. It seems intuitive to me that there should be class many such sections but I'm unsure how to prove that.
That's a natural transformation from to . Yoneda...
Ah right. As usual.