The set of elements that do not escape the tent map is a Cantor Set

844 Views Asked by At

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?

2

There are 2 best solutions below

0
On BEST ANSWER

Succeeded with a proof by induction.

14
On

EDIT :

Using the new formulation described in your comments below, we introduce a new parameter $s > 2$ and define the Tent Map parameter $r$ as $$r = \frac{2s}{s-1}.$$ The Cantor-type set thus defined is completely determined by the (internal) endpoints obtained after each set of removals of the inner $s'th$ open intervals. Let us say that an endpoint has rank n if the endpoint is one of those obtained by the n'th set of removals.

$$ $$

To prove that members of this Cantor-type set never escape we would argue using induction on the rank. Key to this is that if $a = \frac pq $ is an endpoint, then the Tent Map will map $a$ to an endpoint of lower rank because $2s$ always divides $q$ and $(s-1)$ always divides $p$, and similarly for $(1-a)$. $$ $$ The tricky part is obtaining a recursion formula for the endpoints. Each endpoint of rank $n$ determines two endpoints of rank $n+1$. The exact recursion is very fussy and it depends on whether an endpoint's children are to the left or right of the original endpoint. It think each endpoint will looks something like this : $$a = \frac 12 \pm \frac {1}{2s} \pm \frac {1}{4s} \pm \dots$$ where NOT ALL $\pm$ - combinations are permitted.

Unfortunately this is all a bit too time consuming for me presently but it is doable with a bit of patience. $$ $$ This would get us as far as showing the points in the Cantor-type set do not escape. Proving that those outside of the set do escape is another matter all together since it does not appear that induction would be possible and we would need to rely on $\lt$ and $\gt$ order relations.

So, I'm afraid that is all the time I can spend on this right now. I hope it is of some help. This is a very clever and interesting problem and whoever formulated it clearly knows their stuff. Good Luck! $$ $$

Following is my answer to the problem as originally formulated, which I leave for the sake of completeness.

The generalised definition of a Cantor set that you are assuming requires $r$ be an odd number, for otherwise there is no middle $r'th$.

If $r > 2$ is odd, note that $$\frac{(r-1)}{2r} \in \mathcal C_r,$$ since it is the rightmost point of the left interval resulting from the first removal of the middle $r'th$, and cannot be excluded by subsequent removals.

Further $$T\left(\frac{(r-1)}{2r}\right) = \frac{(r-1)}{2}.$$ So whenever $r$ is odd and greater than $3$, this generalized Cantor set member escapes on the first iteration.

This leaves the case $r=3$ as a possibility, the Cantor Ternary Set itself. The argument I have given above would not apply here since $T(T(\frac13)) = 0.$ So if your Tent set is a Cantor set, it must be The Cantor set.