Can you find two sequences $(a_{n})_{n=0}^{\infty}$ and $(b_{n})_{n=0}^{\infty}$ which are not the same sequence, but such that each is a subsequence of the other?
My solution
I have thought about $a_{n} = (-1)^{n}$ and $b_{n} = (-1)^{n+1}$, but I would like to know if there are more interesting examples.
Can someone suggest another example?
You can take both sequences to be randomly $0$ and $1$. As long as both have an infinite number of $0$s and an infinite number of $1$s, which happens with probability $1$, each will be a subsequence of the other. For example, if $a=011000101010\ldots$ we just look for the first $0$ in $b$, then the next $1$ after the first $0$, then the next $1$ after that and so on. We will never run out of either one, so $a$ is a subsequence of $b$. We can use the same process to show $b$ is a subsequence of $a$.