Assume we have subset of $\mathbb{R}$. Then, at every step, we remove all isolated points from what is remained from initial subset. We stop when there is nothing to remove - so current set is either empty or there is no isolated points. Is there a subset such that we never stop?
Intuition tells me what we should stop after step one - however it is not ture.
I can provide an example when we stop after two steps. We should take $\{0\}\cup\{{\frac{1}{n}\}}_{n \in{\mathbb{N}}}$. In this set every point except $0$ is isolated, so $0$ will survive after first iteration.
I can not provide an example more steps and I do now know if it is possible to constuct a subset for infinite number of iterations. Any ideas?