I've been reading a little bit about Cantor's work with transfinite numbers, and one point is confusing me.
If my understanding is correct, the set of positive integers ω and the set of negative integers ω* have the same cardinality (Aleph-0), but different order types. But it's simple for me to pull describe the first 3 ordinals in those sets because they have a single vector (incrementation or decrementation): [1,2,3,...] and [-1,-2,-3,...] This leads to confusion about how I describe the first 3 ordinals in the set of all integers because ℤ = [...,-3,-2,-1, 0, 1, 2, 3,...]
- What are the first three ordinal numbers in the set of all integers ℤ?
I think you misunderstand what "ordinals" are. Ordinals do not generalize the integers; they generalize the natural numbers. Ordinals describe orderings with a certain important property: well-orderedness. A linear order is well-ordered if every (nonempty) subset of it has a least element. This is true of the natural numbers (think about proof by induction), but not of the integers (e.g. there is no least integer).
EDIT:
You write further
Well, there's no reason we couldn't have generalized the integers instead, but we chose to generalize the naturals. It comes down to what we want ordinals to do; and the motivation for ordinals is transfinite induction. Just like we have induction on the natural numbers, we can use induction on any well-ordering: if $(L,<)$ is a well-ordering, and $X\subseteq L$ is such that
$X$ is nonempty, and
If $x\in L$ and every $y<x$ is in $X$, then $x\in X$,
then $X=L$. (Why? Suppose otherwise, and think about the set $L\setminus X$ ...)
This is an incredibly useful technique in mathematics (as is one of its applications, definition by transfinite recursion). Ordinals are introduced as a way of codifying this technique.