Q define a sequence by $x_1=1$, $x_{n+1}=3-\frac{1}{x_n}$ for all $n \in \mathbb{N}$
a) Use induction to show $ 0 < x_n < 3$ for all $n \in \mathbb{N}$, and <$x_n$> is monotone increasing
my take: when $n=1$, $x_2=3-\frac{1}{x_1}=3-1=2 < 3$ so this is true $\checkmark$ when $n=n+1$, $x_{n+2} = 3-\frac{1}{x_{n+1}}$ $\to$ $x_{n+1} = \frac{1}{3-x_{n+2}} \to \frac{8}{3} = -\frac{1}{x_{n+2}} + \frac{1}{x_n}$???? I think I am so lost but I don't quite know how to fix it..A question specifically asks to prove it is monotone increasing, so I have to somehow get $x_n < x_{n+1}$
b) Conclude $x_n \to L$ and find $L$
my take: since by $a)$ it's monotone increasing so $L$ is a fixed point, thus we can write $L = 3-\frac{1}L$ then solve for $L$
Could you help me with $a)$ and verify if i am on a right track with $b)$?
Let's first show that the sequence $\{x_n\}$ is monotone.
Let's now prove that $x_n \in (0,3)$ for all $n$. Again, we procede by induction, the base case being trivially satisfied.