If $0<a_0<1$ and $a_{n+1}=\sqrt{1-a_n}$, prove that: $$\lim_{n\to \infty} a_n=\dfrac{\sqrt{5}-1}{2}$$
Here what I do is that when $n\to \infty$, $a_{n+1}=a_n$
$\therefore a_n=\sqrt{1-a_n}\Rightarrow a_{n}^2+a_n-1=0$
which implies that when $n\to \infty$, $a_n\to \dfrac{\sqrt{5}-1}{2}$
$\therefore \lim_{n\to \infty} a_n=\dfrac{\sqrt{5}-1}{2}$
My doubt here is, was I correct in simply assuming that $a_{n+1}=a_n$ when $n\to \infty$? (I'm sorry for I may be weak in basics.)
If not, then please suggest alternative method.
You have the right idea but you are building your house on a foundation of mud.
There is not any $n$ where $a_{n+1} = a_n$. So it is not true that $n\to \infty; a_{n+1} = a_n$. It isn't even true that $n\to \infty$ that $a_{n+1} \to a_n$. (In the latter the $n$ sleeps away to infinity so there is no fixed $a_n$ for $a_{n+1}$ to approach.)
What is really going on is that !!!IF!!! (put a huge pin in that "if") the $\lim_{n\to \infty} a_n$ exist and $\lim_{n\to \infty} a_n = L$. Then for any continuous function $f$ then $\lim_{n\to \infty} f(n)=f(L)$.
And so as $a_{n+1}=\sqrt{1-a_n}$ then $\lim_{n\to \infty} a_{n+1} = \sqrt{1-L}$.
But note: If $\lim_{n\to \infty} a_n$ exists then $\lim_{n\to \infty} a_{n}=\lim_{n\to \infty}a_{n+1}$
[Slight diversion: If $\lim_{n\to \infty} a_n = L$ that means, by definition that for any $\epsilon > 0$ there exists and $N_1$ so that for every $n > N_1$ we have $|a_n - L|< \epsilon$ That means if $N_2 = N_1 + 1$ then for every $n > N_2$ then $n+1 > N_1$ and $|a_{n+1} - L| < \epsilon$. So that means $\lim_{n\to\infty} a_{n+1} = L$ as well. So $\lim_{n\to\infty} a_{n+1}=\lim_{n\to \infty} a_n$]
[Another (casual) way of thinking of it is: $a_n \to L$ means the sequence gets infinitely close to $L$ so all the terms are close. So the the terms with the indexing off by just a few will also get close to $L$.]
So $L = \lim_{n\to \infty} a_{n} = \lim_{n\to \infty}a_{n+1} = \sqrt{1-L}$
So $L = \sqrt{1-L}$ and if we solve for $L$ we geta $L =\frac {\sqrt 5-1}2$
And so we are done. $\lim_{n\to \infty} a_n = L = \frac {\sqrt 5 - 1}2$
.....
Except for that pin.
We don't know that $\lim_{n\to \infty} a_n$ exists.
Consider $b_n = 2^n$. Then if $\lim_{n\to \infty} b_n = L$ we would have that $b_{n+1} = 2^{n+1} = 2\cdot 2^n = 2b_n$ so $L = 2L$ so $L = 0$. SO $\lim_{n\to \infty} 2^n = 0$. That's obviously absurd.
But we must prove $\lim_{n\to \infty} a_n$ does exists first.
But if it exists the limit, $L$, must be $\frac {\sqrt 5 -1}2$
Proving that $\lim a_n$ exists really is the heart of the matter.
Which isn't all that easy..... See Michael Rozenbergs answer.