given the following truncated tent map:
$T_h: [0,1] \rightarrow [0,1], x \mapsto min(h, 1-2|x -1/2|)$ for $0 \leq h \leq 1$

my script in dynamical systems states the following properties:
- $T_1$ has only one periodic point (the fixed point 0) while the tent map $T_1$ has a 3-cycle {2/7, 4/7, 6/7} and hence has all natural numbers as periods by the Sharkovsky Forcing Theorem.
- Any cycle $\mathcal{O} \subset [0, h)$ of $T_h$ is a cycle for $T_1$, and any cycle $\mathcal{O} \subset [0, h]$ of $T_1$ is a cycle for $T_h$.
Since the script does not provide any proofs on these claims I tried showing them myself, but got stuck at some point. Can someone help me?
Proof
- My problem starts with the definition already. What is the difference between $T_1$ and tent map $T_1$? I thought $T_1$ was my tent map?
So, for the tent map: $T_1 = 1-2|x-1/2|$ for $0 \leq x \leq 1$. $T_1(0) = 0$, thus $x = 0$ is a fixed point and therefore of period one. Now, $T_1(2/3) = 2/3$, thus $x = 2/3$ is also a fixed point and of period one. What am I missing?
It is easy to check the second part, since $f(f(f(2/7))) = f(f(4/7)) = f(6/7) = 2/7$ - I know how to show that the points $s^2/m (m,s \in \mathbb{N}, with 0<s\leq 2m)$ are eventually fixed points for T, s.d. $T^n(s/2^m) = p$. But I'm not sure that this is of any help here.
Any input is much appreciated!
In case onyone ever comes across this question again, here are some answers: