I've been taught the following definitions in my topology class:
An $n$-simplex is the convex hull of a set of $n+1$ affinely independent points (i.e. it is a subset of $\mathbb{R}^k$, $k \geq n$).
A simplicial complex is a set $\mathcal{T}$ of simplices that follow the two rules here. I understand that these are sometimes called geometric simplicial complexes, and I understand that there is also such a thing as an abstract simplicial complex, but since my class is using geometric simplices, I'd like to understand it through the geometric lens.
There is a topological space $|\mathcal{T}|$ that is the union of all the simplices in the set, given the subspace topology (my professor calls this the support, although I think the more accurate term is the "underlying space"?).
A triangulation of a space $X$ is a homeomorphism $f : |\mathcal{T}| \to X$.
With these definitions, my professor taught us that if, for example, we were to triangulate the cylinder, we could create a simplicial complex whose underlying space is the unit square $[0, 1]^2$, then identify the edges in the usual way. However, he explained that not all complexes are valid triangulations. For example, the naive method of taking a diagonal from top left to top right does not work, but if you first split it into three rectangles from left to right, then add a diagonal to each rectangle, it is valid (assuming you're identifying the left and right edges).
He explained this by showing that the first definition would violate the axioms of a simplicial complex, while the second does not. This makes sense to me conceptually, especially after reading this answer. What I'm still struggling with is how those rules can be applied in this case based on the definition, for two reasons:
- How can we define the homeomorphism required? If $|\mathcal{T}| = [0, 1]^2$, my understanding is that the unit square and the cylinder are not homeomorphic, so how can we show a homeomorphism? I don't see any way to convert to the quotient space from $|\mathcal{T}|$
- Even if we do define a homeomorphism, is it not true that both of the above simplicial complexes have the same underlying space $|\mathcal{T}|$? How can one have a homeomorphism while the other does not, if this operator just takes the union of all the simplices and gives it the subspace topology?
I'm assuming I've either misrepresented or misunderstood one of the definitions here, but I've been unable to find an alternate explanation anywhere online (I'm sure one exists, but I haven't been able to figure out what to look up to find it). If anyone could explain to me how this works, either using the definitions above, or explaining which of the definitions are wrong, I would appreciate it!