Let $x \in [0,1]$ and $r>2$. Define the Tent map by
$$T(x) = \left\{ \begin{array}{lr} xr & : x \in [0,\frac{1}{2}]\\ r(1-x) & : x \in (\frac{1}{2},1] \end{array} \right.$$
A point $y$ is said to escape the tent map in one iteration if $T(y)>1$. It is said to escape in two iterations if $T(T(y))=T^{(2)}(y)>1$, etc. What I need to show is that the set of points that never escape the tent map, $$C=\{x \in [0,1]:\lim_{n \to +\infty}T^{(n)}(x)\leq 1 \}$$ is a Cantor Set. By "a Cantor Set" I mean a set where we begin by removing the middle $\frac{1}{s}th$ (where $s>2$) portion of the unit interval, then proceed by removing the middle $\frac{1}{s}th$ from the remaining two intervals, then we move to the next four intervals and do the same, etc. In this way it may help to first choose $s$ and then let $r=\frac{2s}{s-1}$ so that $r$ will whittle away the desired portion of the unit interval. In the case of THE Cantor set, we would have $s=3$ for example, since THE Cantor set is built by removing the middle open set of length $\frac{1}{3}$ from $[0,1]$ and each subsequent interval thereafter. I believe proof by induction will lead to the solution. The definition of Cantor Set I am using is taken from the case of $s=3$ $$C_{n} = \frac{C_{n-1}}{3} \cup \left(\frac{2}{3}+\frac{C_{n-1}}{3}\right), \ \ C_{0}=[0,1]$$ where I tweak it to reflect my definition of $r$ from above so that $$C_{n} = \left(C_{n-1}\frac{s-1}{2s}\right) \bigcup \left(\frac{s+1}{2s}+C_{n-1}\frac{s-1}{2s}\right), \ \ C_{0}=[0,1]$$ Again, note that plugging $s=3$ into my result above will take you back to THE Cantor set. At any rate, my approach is showing that $C_{n}$ is the set up points that do not escape the tent map after $n$ iterations. If I succeed in the proof by induction, this should establish that $\lim_{n \rightarrow \infty}C_{n}=C$ as desired. Can anyone provide a proof of this?