Let $4 \geq \alpha \geq 0$ and $T_{\alpha}:[0,1] \rightarrow [0,1]$ be the function defined by $$T_{\alpha}(x) =\alpha x(1-x)$$ for all $x\in [0,1]$. For which values of $\alpha$ the sequences given by $y^{(x,\alpha)}_n = {T_{\alpha}^{n}(x)}$ converges for all $x \in (0,1)$?
Notation:
Inductively define $T^{n+1} = T^{n} \circ T $ and $T^{0} = I$, the identity function.
Observations:
It looks that this is the Logistic map. I think I need only find a proof that these sequences converges for $1-1/\alpha$ for $1 \leq \alpha \leq 3$ and diverges for some $x \in (0,1)$ with $ \alpha >3.$
Partial answer
The sequence $y_n$ is constructed as follows \begin{cases} y_{n+1} = \alpha y_n(1-y_n) \\ y_0=x \in(0,1) \end{cases}
Case 1: $0 \le \alpha \le 1$ It's easy to notice that $y_n >0$ for all $n$ and the sequence is decreasing as
$$y_{n+1}-y_n = (\alpha-1) y_n - \alpha y_n^2 <0$$
So, the sequence converges for all values of $y_0 = x \in(0,1)$
$$$$ Case 2: $1 < \alpha < 2$ Let's denote $r$ the solution of $r = T_{\alpha}(r)$ then $r = 1-\frac{1}{\alpha}$. We notive that $$T'_{\alpha}(r) = \alpha(1-2r) = 2-\alpha<1$$ According to this result, as $x_{n+1} = T_{\alpha}(x_n)$ and the point $r = 1-\frac{1}{\alpha}$ is stable, the sequence converges to $r$.
Case 3: $2 \le \alpha \le 3$
Not yet
$$$$ Case 4: $3 < \alpha \le 4$
$\qquad$ First, we will find $(x,y)$ such that $x \ne y$, $x \in (0,1)$ and \begin{cases} y = \alpha x(1-x) \\\tag{1} x = \alpha y(1-y) \end{cases} From the 2 equations $(1)$, we deduce that $x+y=1+\frac{1}{\alpha}$. And then $x$ is the solution of $$1+\frac{1}{\alpha}-r=\alpha r(1-r) \tag{2}$$ The equation $(2)$ has 2 distinct real roots in $(0,1)$ $$r_{1,2} = \frac{(\alpha+1) \color{red}{\pm} \sqrt{(\alpha-1)^2-4}}{2\alpha}$$
$\qquad$ Second, take $y_0 = r1_1$, we will have $y_1 = r_2$ and in general \begin{cases} y_{2n} = r_1 \\ y_{2n+1} = r_2 \end{cases} So, with $3 < \alpha \le 4$, the sequence $y_n$ doesn't converge for all $y_0 \in (0,1)$ $$$$