Let, $$ x_{n+1}=\frac{x_{n}+\sqrt{3x_{n}}}{2}$$ be a sequence of real numbers, where $x_{1}=1 \space$. My goal is to prove that is a strict increase sequence, by induction. To be a strict increasing sequence, $x_{n+1} >x_{n}$ for all $n \in \mathbb{N}$. So, let $P(n)$ be the condition that claims $x_{n+1} >x_{n}$. For $P(1)$ one have:
$$\frac{1+\sqrt{3}}{2}>1 \Leftrightarrow 1+\sqrt{3}>2 \Leftrightarrow \sqrt{3}>1$$ Which is true. Now assume that $P(n)$ is true, lets prove $P(n+1)$. It is to say, $ \space x_{n+2}>x_{n+1}$.
$$\frac{x_{n+1}+\sqrt{3x_{n+1}}}{2}>\frac{x_{n}+\sqrt{3x_{n}}}{2}$$ $$x_{n+1}+\sqrt{3x_{n+1}}>x_{n}+\sqrt{3x_{n}}$$
If by the hypothesis $\space x_{n+1}>x_{n}$, $\space \sqrt{3x_{n+1}}>\sqrt{3x_{n}} \space$ would be true also. And, so $x_{n+1}+\sqrt{3x_{n+1}}>x_{n}+\sqrt{3x_{n}}$ it's true. One can conclude that $P(n+1)$ is true and the sequence is in fact strictly increasing.
Can you correct me, if I wrong. Thanks.
