0
$\begingroup$

The problem is:

$$F_n \leqslant 2F_{n-1}\quad\text{for every integer} \quad n \geqslant 2.$$

I got the smallest case, I just don't know how to get the assumption and the rest of it

$\endgroup$
2
  • 1
    $\begingroup$ Remember that $F_n = F_{n-1} + F_{n-2}$. What relation between $F_{n-1}$ and $F_{n-2}$ gives you the desired conclusion? $\endgroup$ Commented Sep 29, 2014 at 14:40
  • $\begingroup$ After i do the smallest case which is n = 2, could I get help with the assumption? is it just Fk <= 2Fk-1 ??? $\endgroup$ Commented Sep 29, 2014 at 14:44

2 Answers 2

1
$\begingroup$

You use complete induction: assume that $F_m \leqslant 2F_{m-1}$ for all $m<n$ and prove it for $n$:

$F_n = F_{n-1}+F_{n-2} \le 2F_{n-2}+2F_{n-3} = 2(F_{n-2}+F_{n-3}) = 2F_{n-1}$

You need to start by proving it for $n=2$ and $n=3$.

$\endgroup$
0
$\begingroup$

Yes, you assume that $F_k \lt 2F_{k-1}$ and want to prove that $F_{k+1} \lt 2F_k$ So write $F_{k+1}= $ (what? you only know one thing about it) then apply what you know about the numbers to put an upper bound on this. You do need to know the Fibonacci numbers are positive. You might look at this answer

$\endgroup$
5
  • $\begingroup$ So would the final solution be Fk+1 <= 2Fk-1 + Fk-2 ? $\endgroup$ Commented Sep 29, 2014 at 15:02
  • $\begingroup$ Why do we need to know the Fibonacci numbers are positive? $\endgroup$ Commented Sep 29, 2014 at 15:03
  • $\begingroup$ Knowing that the Fibonacci numbers are non-negative tells you that the sequence is non-decreasing, so $F_{k + 1} = F_k + F_{k - 1} \leq F_k + F_k = 2F_k$. $\endgroup$ Commented Sep 29, 2014 at 15:30
  • $\begingroup$ @N.F.Taussig, that's one way but I had something different in mind. See my answer. $\endgroup$ Commented Sep 29, 2014 at 15:53
  • $\begingroup$ @N.F.Taussig: Exactly. $\endgroup$ Commented Sep 29, 2014 at 19:33

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.