Computation of Joins of Simplicial Sets - MathOverflow most recent 30 from http://mathoverflow.net2013-05-21T12:15:11Zhttp://mathoverflow.net/feeds/question/7317http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/7317/computation-of-joins-of-simplicial-setsComputation of Joins of Simplicial SetsHarry Gindi2009-11-30T23:28:08Z2010-01-24T10:32:13Z
<p>It turns out that joins of simplicial sets are fairly easy to define, but hard to manage. In lots of cases, we'd like to compute what a join is, does it look like a horn?, a boundary?, etc? and identify it as such, so we can figure out when our morphisms from the join have certain nice properties like being anodyne, having lifting properties, and all of that wonderful stuff.</p>
<p>For example, consider the join, $\Lambda^n_j \star \Delta^m$. The problem that I currently face is, I can't tell what this thing looks like from the definition. </p>
<p>Consider an even simpler case, $\Delta^n \star \partial \Delta^m$. From the definition, we get a very nasty definition of this join, and I'm having trouble applying it and computing the join in terms of nicer simplicial sets. </p>
<p>I ask this, because on p.62 of Higher Topos Theory by Lurie, for example, he states that for some $0 < j \leq n$ $$\Lambda^n_j \star \Delta^m \coprod_{\Lambda^n_j \star \partial \Delta^m} \Delta^n \star \partial \Delta^m$$
and says that we can identify this with the horn $\Lambda^{n+m+1}_j$. Unraveling the definitions seems to make it harder to understand, and I just don't see how this result was achieved. However, my aim here is to understand how the computation was actually carried out, since it is completely omitted. </p>
<p>For convenience, here is the definition of the join of $S$ and $S'$ for each object $J \in \Delta$
$$(S\star S')(J)=\coprod_{J=I\cup I'}S(I) \times S'(I')$$
Where $\forall (i \in I \land i' \in I') i < i'$, which implies that $I$ and $I'$ are disjoint. </p>
<p><strong>EDIT AFTER ANSWER:</strong> Both Reid and Greg provided good answers to the question, and I only accepted the one that I did because Greg commented more recently. So for anyone reading this at some point in the future, read both answers, as they are both good.</p>
http://mathoverflow.net/questions/7317/computation-of-joins-of-simplicial-sets/7323#7323Answer by Reid Barton for Computation of Joins of Simplicial SetsReid Barton2009-12-01T00:18:18Z2009-12-01T01:01:40Z<p>Since the join of simplicial sets is associative and $\Delta^m = \Delta^0 \star \cdots \star \Delta^0$ ($m+1$ times), we should start by trying to understand things like $\Lambda^n_j \star \Delta^0$, a.k.a. the "final" cone on $\Lambda^n_j$. It's not too hard to see that this is the subcomplex of $\Delta^{n+1}$ consisting of those faces which do not contain the (codimension 2) face $\{0, \ldots, r-1, r+1, \ldots, n\}$. In other words, we are missing the face opposite $r$ and $n+1$, because we were originally missing the face opposite $r$ of $\Delta^n$, as well as the three other faces (including the interior of $\Delta^{n+1}$) it contains. Similarly $\Delta^0 \star \partial \Delta^n$ is the horn $\Lambda^{n+1}_0$ (we are missing the interior of $\Delta^{1,\ldots,n}$ and the cone on it).</p>
<p>In general all the simplicial sets that come up have the form of the subcomplex of $\Delta^N$ consisting of those faces which do not contain a fixed face $\Delta^S$, $S \subset \{0, \ldots, N\}$. Forming the cone (on either side) on such a space results in another such space with $N$ replaced by $N+1$ and $S$ unchanged (as a subset of the vertices of the original $\Delta^N$, which if we formed a cone on the left, means we increment each index in $S$).</p>
<p>After doing these sorts of computations, I expect that $\Lambda^n_j \star \Delta^m$ and $\Delta^n \star \partial \Delta^m$ will be two subcomplexes of $\Delta^{n+m+1}$ each characterized by avoiding faces containing a certain face, and that $\Lambda^n_j \star \partial \Delta^m$ is their intersection and $\Lambda^{n+m+1}_j$ is their union, from which the claim would follow.</p>
http://mathoverflow.net/questions/7317/computation-of-joins-of-simplicial-sets/7366#7366Answer by Greg Kuperberg for Computation of Joins of Simplicial SetsGreg Kuperberg2009-12-01T04:21:52Z2009-12-01T22:25:38Z<p>It may be helpful to consider the geometric join operation for compact topological spaces or simplicial complexes. If $A$ and $B$ are discrete sets, then their join $A \star B$ is the complete bipartite graph connecting $A$ to $B$. The join in general is the natural generalization of that to topological spaces, or simplicial complexes, or simplicial sets, or (if you like) CW complexes. In fact it always is the complete bipartite graph, but with a topology or a simplicial geometry on the set of line segments. If $A$ and $B$ are simplices, their join is another simplex, whose vertices are the disjoint union of the vertices of $A$ and $B$.</p>
<p>A simplicial set $S$ has a small geometric realization consisting of the non-degenerating simplices glued together. In many early examples, such as for instance horns, the small geometric realization is just a finite simplicial complex with locally ordered vertices. (That is, the vertices of each simplex are compatibly ordered.) For instance, the horn <code>$\Lambda_j^2$</code> is a V, and the horn <code>$\Lambda_j^3$</code> is a triangular hat (or horn, hence the name and the clever symbol). <s>(As best I can tell, the subscript referring to the apex of the horn <code>$\Lambda^n_j$</code> is not intrinsic to it as a simplicial set, but rather comes from its inclusion into the simplex $\Delta^n$.)</s> (<strong>Edit:</strong> Even though a horn is hollow, the local orderings of its faces induce a total ordering of its vertices when $n \ge 2$, or a partial ordering when $n=1$. The subscript indicates the position of the apex.) The join of $A$ with point $\Delta^0$ is also a cone with base $A$. So as Reid said, the cone $\Delta^0 \star \partial \Delta^n$ over a hollow simplex is a horn. <s>It's also easy to see, by drawing a picture, that the cone over a horn is the next horn.</s> [<strong>Edit:</strong> It's a good idea to draw the picture of the cone over of a horn, to see that it isn't a horn. :-)]</p>
<p>(I apologize if this geometric discussion is too close to what Reid already said somewhat more algebraically.)</p>
http://mathoverflow.net/questions/7317/computation-of-joins-of-simplicial-sets/12830#12830Answer by Tim Porter for Computation of Joins of Simplicial SetsTim Porter2010-01-24T10:32:13Z2010-01-24T10:32:13Z<p>If one thinks of joins as most naturally applicable to augmented simplicial sets, then many of the questions asked take a (I hope) clearer aspect. The join of augmented simplicial sets is part of a monoidal category structure that explicitly uses ordinal sums and hence has a directional aspect. The ordinal sum of two finite ordinals works well but $[m]\oplus [n]$ and $[n]\oplus [m]$ although isomorphic are linked in a subtler way. Phil Ehler attacked this in his thesis at Bangor using ideas of Duskin and van Osdol (ultimately derivable from Lawvere). I wrote up Phil's thesis material on this an there are two published papers available on ordinal sum and its relationship with join and also on links with anodyne extensions and quasicategories. ( I can give pointers if it would help.)</p>