1

I attempted using induction to prove it formally but was not sure how to proceed.

Additionally, how can you prove the sequence is neither monotonically increasing nor decreasing?

Sarah
  • 363
  • 1
    what did you try? one typical approach when proving something hold for all $n$ could be induction :) – JKay Oct 18 '17 at 08:35
  • https://math.stackexchange.com/q/1330605, https://math.stackexchange.com/q/1928249, https://math.stackexchange.com/q/2276402, https://math.stackexchange.com/q/502100, https://math.stackexchange.com/q/1451455, https://math.stackexchange.com/q/514083 – Martin R Oct 18 '17 at 08:49

1 Answers1

1

After checking of the base and after assuming of the induction we obtain the following.

For all $n\geq3$ we have $$a_n=\frac{a_{n-1}+a_{n-2}}{2}\geq\frac{1+1}{2}=1.$$ Also, for all $n\geq3$ we have: $$a_n=\frac{a_{n-1}+a_{n-2}}{2}\leq\frac{2+2}{2}=2.$$ Done!