I have an elementary question on nets because I'm not familiar with this concept. Here are two basic facts:
- Every subsequence of a sequence is a subnet;
- Not every subnet of a sequence is a subsequence.
For the second fact, I have seen the following example:
Given a sequence $(x_n)=(x_1,x_2,x_3,x_4,...)$, the net $$(x_\alpha)=(x_1,x_2,x_2,x_3,x_3,...,x_{1+[\frac{n}{2}]},...)$$ is a subnet of $(x_n)$ that is not a subsequence of $(x_n)$.
In this example, $(x_\alpha)$ has a subnet which is a subsequence of $(x_n)$, namely, the sequence $(x_n)$. Could someone give me an example where this doesn't happen?
Explicitly: I'd like an example of sequence $(x_n)$ and a subnet $(x_\alpha)$ of $(x_n)$ such that no subnet of $(x_\alpha)$ is a subsequence of $(x_n)$.
Motivation for the question: I have a bounded sequence in the dual of a normed space. If the space was separable, then I could pass to a weak-* convergent subsequence. However the space is not separable. So, all I have is a subnet weak-* convergent. Presumably, I can't pass to a subsequence. As I said, I'm not familiar with the concept of net and thus I'd like to see an example where the existence of the subsequence fails.