An answer on this site states that
For partial ordering $\leq$, the claims
- every infinite sequence $x_1, x_2, \dots$ has an increasing pair, i.e., there exist $i < j$, such that $x_i \leq x_j$
- every infinite sequence $x_1, x_2, \dots$ has increasing subsequence, i.e., there exist $i_1 < i_2 < \cdots$, such that $x_{i_1}\leq x_{i_2}\leq \cdots$.
are equivalent
I wonder why is partial ordering needed here.
My thoughts:
Proving $2\Rightarrow 1$ is trivial: suppose 2 holds. Then, we have infinitely many such pairs. Proving $1\Rightarrow 2$ is a bit harder:
Suppose 1 holds. Let $A_1$ be the set $A_1 = \mathbb{N}$. Consider the sequence $(x_i)_{i\in A_1}$ (the initial sequence). Then, we can find a pair of indices $i_1 < j_1$, such that $i_1 < j_1$ and $x_{i_1} \leq x_{j_1}$. We repeat the same for the sequence $(x_i)_{i\in A_0, i > j_1}$ and obtain $(i_2, j_2)$. By repeating this, we obtain infinitely many increasing pairs of indices $(i_k, j_k)$, $k\in\mathbb{N}$, such that $$i_1 < j_1 < i_2 < j_2 < i_3 < j_3 < \cdots$$ Let's store them in the set $B_1$.
Then, we consider the set of indices $A_2 = \{ j_k \mid (i_k, j_k)\in B_1 \}$ and the subsequence $(x_i)_{i\in A_2}$. Again, we can construct infinitely many increasing pairs that are stored in $B_2$. However, every such pair now corresponds to an increasing triplet. For example, if $x_{j_2} \leq x_{j_{7}}$, then we also have $x_{i_2}\leq x_{j_2} \leq x_{j_7}$.
Then, we consider the set of indices $A_3 = \{ j_k \mid (i_k, j_k)\in B_2 \}$, and the subsequence $(x_i)_{i\in A_3}$. Again, every pair we find, extends some increasing triplet to an increasing quadruple.
We continue with the procedure and gradually construct (many) increasing subsequences.