This one should be pretty easy as its only a first year math problem. it s proof by induction that Im having trouble with.
$$let\;x_{1}=1; for\;each\;n\in \mathbb{N}\;let\;x_{n+1}=\frac{2}{3}x_{n}+1; prove\; x_{n}< 3\;for\;all\;n$$
If anyone is willing to spell it out really obviously step by step and explain how they got from one step to the next I would appreciate it a lot. Thanks.
Note that $x_1=1$, and $1<3$. This is the basis step, where we show it holds true for a value of $n\in \mathbb{N}$. We now move to the induction step. Assume that $x_n<3$ for some $n\in \mathbb{N}$. We now need to show the inequality holds for $x_{n+1}$. Now, since $$x_{n+1}=\dfrac{2}{3}(x_n)+1, x_n<3$$ Then $$x_{n+1}<\dfrac{2}{3}*3+1=3$$ Now we have shown that it holds true for $n+1\in \mathbb{N}$. Since we also showed it is true for a basis step $(n=1)$, and then, assuming it was true for some $n\in \mathbb{N}$, it was also true for $n+1\in \mathbb{N}$, we have shown it is true for all $x_n$.