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 have a puzzle which I think might be fun to work out. I've posted it on MO here, and will share it below.
Lately I've been trying to gather more examples of centres and traces, hoping to write a comprehensive treatment on those on Clowder.
One of the examples I've been trying to understand better is the category of divisibility posets , which is defined as follows.
Recalling the definitions, the center of is defined as
while the trace of is defined as
where is the equivalence relation generated by . Finally, the quotient map from to is called the trace map of .
Looking at naturality with respect to the maps given by shows the centre of to be trivial. However, as is usual with centres and traces, computing the trace seems to be much, much harder.
Question. Is there a neat description of the trace of and the trace map?
(By "neat" here I'm thinking of something like how conjugacy classes of symmetric groups may be described as Young diagrams.)
Here are some miscellaneous notes:
Class 1:
D_1 -> D_1: (1,)
D_2 -> D_2: (1, 1)
D_2 -> D_2: (2, 2)
D_3 -> D_3: (1, 1, 1)
D_3 -> D_3: (1, 1, 2)
D_3 -> D_3: (1, 3, 1)
D_3 -> D_3: (2, 2, 2)
D_3 -> D_3: (3, 3, 3)
Class 2:
D_2 -> D_2: (1, 2)
D_3 -> D_3: (1, 1, 3)
D_3 -> D_3: (1, 2, 1)
D_3 -> D_3: (1, 2, 2)
D_3 -> D_3: (1, 3, 3)
Class 3:
D_3 -> D_3: (1, 2, 3)
Class 4:
D_3 -> D_3: (1, 3, 2)
Here e.g. denotes the map sending to .
Can you say something about why you choose the full subcategory of on the divisibility posets?
The divisibility posets are all graded (by the number of prime factors counted with their multiplicity), and in my experience the natural notion of morphism between graded posets is never “all monotone maps”, it needs to take into account the grading somehow (e.g. be grade-preserving, or grade-non-increasing, which is for example implied by “sends lower sets to lower sets”).
No reason in particular; do you think putting extra conditions on the maps related to the grading could make the computation of the trace significantly easier?
No, I don't have any particular ideas! Just thought that one could try out different notions of morphism that are more constrained, i.e. take into account more of the structure of divisibility posets, and see if the corresponding sequence of cardinalities of shows up on OEIS.
For example “closed” maps, those that are lower-set preserving, would corresponding to maps “reflecting” divisors, that is, every divisor of is equal to for some divisor of . These would in particular be grade-non-increasing and always be such that . It seems like a natural constraint to try.
I'm sorry if this is a bit of an annoying reply, I don't mean to respond to “How can I do A?” by saying “Why not do B instead?”; it is just that I do not have many ideas about your original question but am both curious about the motivation, and generally find the question of “exploring the enumerative combinatorics of category-theoretic invariants of certain finite categories” very fascinating, so I would like to see if something more recognisable pops out if we tweak these categories.
Emily (she/her) said:
- For each , let be the poset consisting of the set together with the preorder given by declaring if divides .
- Then, let be the full subcategory of the category of posets and monotone maps spanned by the posets for all .
[...]
Here are some miscellaneous notes:
- Decomposing each as , we may equivalently describe as a category whose objects are sets of strings of the form with for a given and maps are monotone maps with respect to the index-wise order.
That note doesn't sound right. Those objects seem to be divisibility down-sets generated by (a product of linear orders, as noted by Sam Hopkins at MO), with a single maximal element as indexed by . Whereas ordered by divisibility can have multiple maximal elements (for , the elements are all maximal).
(Rereading the comments under the MO post, it seems you then removed that note from the MO post, but then didn't remove it here.)
Amar Hadzihasanovic said:
No, I don't have any particular ideas! Just thought that one could try out different notions of morphism that are more constrained, i.e. take into account more of the structure of divisibility posets, and see if the corresponding sequence of cardinalities of shows up on OEIS.
Oh, that's a great idea! I'll try exploring some of these numerically and see if anything interesting comes up!
Amar Hadzihasanovic said:
I'm sorry if this is a bit of an annoying reply, I don't mean to respond to “How can I do A?” by saying “Why not do B instead?”; it is just that I do not have many ideas about your original question but am both curious about the motivation, and generally find the question of “exploring the enumerative combinatorics of category-theoretic invariants of certain finite categories” very fascinating, so I would like to see if something more recognisable pops out if we tweak these categories.
No worries!
On motivation, I'm afraid I don't have anything too nice to say, I originally started thinking about this in the context of trying to come up with problems for an AI benchmark contest thing, and this category of divisibility posets felt a bit similar in flavour to other "combinatorial" categories like the simplex category
In general I'm also trying to gather as many interesting examples of traces of categories as I can, though, since I'm working on writing a comprehensive treatise about centres and traces on Clowder
Todd Trimble said:
Emily (she/her) said:
- For each , let be the poset consisting of the set together with the preorder given by declaring if divides .
- Then, let be the full subcategory of the category of posets and monotone maps spanned by the posets for all .
[...]
Here are some miscellaneous notes:
- Decomposing each as , we may equivalently describe as a category whose objects are sets of strings of the form with for a given and maps are monotone maps with respect to the index-wise order.
That note doesn't sound right. Those objects seem to be divisibility down-sets generated by (a product of linear orders, as noted by Sam Hopkins at MO), with a single maximal element as indexed by . Whereas ordered by divisibility can have multiple maximal elements (for , the elements are all maximal).
(Rereading the comments under the MO post, it seems you then removed that note from the MO post, but then didn't remove it here.)
Yep! I had in mind something like picking a list of all primes which divide and representing as strings , but ended up fumbling up the description when first writing the question. In the end I decided to just remove it since it's not really that helpful of a description, I think...