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: Some simplicial combinatorics


view this post on Zulip Brendan Murphy (Sep 29 2023 at 20:11):

Let Δ\Delta be the category of finite ordinals n={0,,n1}\mathbf{n} = \{ 0,\ldots,n-1 \} and montone functions and Fin\mathsf{Fin} the category of finite ordinals and all functions. We then have a forgetful functor U:ΔFinU : \Delta \to \mathsf{Fin} which is the identity on objects and is the set-theoretic inclusion on hom sets. Fix n,mNn, m \in \mathbb{N} and let X=HomΔ(n,m)×SnX = \operatorname{Hom}_{\Delta}(\mathbf{n}, \mathbf{m}) \times S_n. We then have a (surjective) function π:XHomFin(n,m)\pi : X \to \operatorname{Hom}_{\mathsf{Fin}}(\mathbf{n}, \mathbf{m}) defined by π(f,σ)=fσ\pi(f, \sigma) = f \circ \sigma. I think I have a proof that π(f,σ)=π(g,τ)\pi(f, \sigma) = \pi(g, \tau) only if f=gf = g, but it's very messy. Does anyone see a way of proving this which is either (1) very direct or (2) abstract enough that the proof becomes simple?

view this post on Zulip Patrick Nicodemus (Sep 29 2023 at 20:22):

I think there's missing context as to how f,g,σ,τf,g,\sigma,\tau are related. Did you forget to mention something?

view this post on Zulip Brendan Murphy (Sep 29 2023 at 20:46):

@Patrick Nicodemus I don't think so? The only relationship is that f, g are maps in Δ with the same domain and codomain, and σ, τ live in the same symmetric group

view this post on Zulip Brendan Murphy (Sep 29 2023 at 20:47):

Oh wait

view this post on Zulip Brendan Murphy (Sep 29 2023 at 20:47):

I forgot to mention the conclusion, sorry lol

view this post on Zulip Brendan Murphy (Sep 29 2023 at 20:47):

Fixed, thank you Patrick

view this post on Zulip Patrick Nicodemus (Sep 29 2023 at 20:49):

not a proof but maybe a helpful reformulation - S_n acts on Hom(n, m). You're asking if there are any two distinct monotonic maps in the same orbit. correct? (WLOG tau can be absorbed into sigma)

view this post on Zulip Patrick Nicodemus (Sep 29 2023 at 21:32):

Here's my proof. A map f:nmf:n\to m partitions nn into a family of fibers; let S=n/S = n/\sim where aba\sim b iff f(a)=f(b)f(a)=f(b) . Given σ\sigma a permutation of nn, I construct a directed graph GσG_\sigma. Formally GσG_\sigma is a function S×SNS\times S\to \mathbb{N}.
The edge from A to B is weighted by number of elements of A that σ\sigma sends into B, the cardinality of Aσ1(B)A\cap \sigma^-1(B). The cardinality of A is equal to the sum of all edge weights for arrows leaving A, and also equal to the sum of edge weights for arrows entering A, so if arrows entering A are weighted negatively then the net flow into a node is zero. (I. e. if GσG_\sigma is viewed as a matrix the sum of any row is equal to the sum of its transpose column. Gσ1=Gσ1G_\sigma \mathbf{1}=G_\sigma^\top \mathbf{1}.

The nodes of the graph are totally ordered in the obvious way.

Note that if there is an edge from A to B with positive weight and B<A, f\circ \sigma is not monotonic. So we assume that if B<A, the edge from A to B has zero weight. The matrix GσG_\sigma is upper triangular.
It is now easy to see by induction on rows that Gσ1=Gσ1G_\sigma 1=G_\sigma^\top 1 forces GσG_\sigma to be lower triangular as well, i. e. concentrated along the diagonal. So fσ=ff\sigma =f.