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: EGS of many-sorted combinatorial species


view this post on Zulip Peva Blanchard (Aug 02 2024 at 10:54):

A (single-sorted) combinatorial species is a functor F:BBF : B \to B where BB is the groupoid of finite sets with bijections. The exponential generating series of FF is

Fegs(z)=n0F[n]znn! F_{egs}(z) = \sum_{n \ge 0} |F[n]| \cdot \frac{z^n}{n!}

There is a generalization of species to model many-sorted data. Let SS be a finite set of sorts. A (finite) colored set is a function χ:US\chi: U \to S where UU is a finite set. Let BSB_S denote the groupoid of finite colored sets with color-preserving bijections. A SS-sorted combinatorial species is a functor F:BSBF: B_S \to B.

One should be able to assign a multi-variate exponential generating series to FF. Instead of a single variable zz, we have a variable zsz_s for every sort sSs \in S. It seems to me that the egs of FF should be

Fegs((zs  sS))=l0[χ]Iso(Sl)F[χ]zχχ!F_{egs}((z_s ~|~ s \in S)) = \sum_{l \ge 0}\sum_{[\chi] \in Iso(S^l)} |F[\chi]| \cdot \frac{z_{\chi}}{\chi!}

where:

Is it the correct definition?

view this post on Zulip John Baez (Aug 02 2024 at 11:19):

Yes. Multi-variable species and their generating functions have already been put to good use in Flajolet and Sedgewick's excellent book Analytic Combinatorics. You can get a link to a free copy and see applications to the properties of random permutations in my page Random permutations.

By the way, it's also good to use mixed exponential/ordinary generating functions, e.g. for structures like "a permutation of an n-element set with k cycles".

view this post on Zulip Peva Blanchard (Aug 02 2024 at 12:13):

Great thank you!

view this post on Zulip Eric M Downes (Aug 02 2024 at 12:20):

The link on Flajolet's (delightfully retro) site is broken atm, but here is a copy of AC (hosted by Sedgewick)

view this post on Zulip John Baez (Aug 02 2024 at 12:44):

Thanks. I'll update the link.