Fibonacci Induction Proof: Step-by-Step Guide for n >= 1 | Easy Tutorial

  • Thread starter Thread starter teppel
  • Start date Start date
  • Tags Tags
    Induction Proof
Click For Summary

Homework Help Overview

The discussion revolves around proving a statement related to Fibonacci numbers using mathematical induction. The specific statement involves the sum of the squares of Fibonacci numbers and their relationship to the product of two consecutive Fibonacci numbers for n ≥ 1.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the initial steps of the proof, including the base case and the induction step. There is mention of substituting values and the need to assume the statement is true for n = k. Some participants express confusion about the induction process and seek guidance on how to proceed.

Discussion Status

There is ongoing exploration of the proof structure, with participants sharing their attempts and seeking clarification on the induction hypothesis. Some guidance has been offered regarding the assumption for n = k and the subsequent step for n = k + 1, but no consensus has been reached on the overall approach.

Contextual Notes

Participants note difficulties in understanding the induction process and express a desire for simpler resources or examples to aid their comprehension. There is also mention of differing variable preferences in the induction steps.

teppel
Messages
4
Reaction score
0

Homework Statement


Hi may i know how 2 start with this proof by induction of fibonacci .
For n >= 1
[tex] \sum_{i = 1} ^ n fib^2(n) = fib(n) * fib(n + 1)}[/tex]

Homework Equations


The Attempt at a Solution


First step - Basic step i sub 1 to the equation.
Then i get
fib(1)^2 = fib(1) * fib(2)
1^2 = 1*1
1 = 1 (proof)

Second step i need to sub n - 1 into the equation. But i stuck at this step, anyone can guide me along how to continue ? Maybe can give me some link or tutorial on the induction. Because i still quite blur at how the proof by induction work. I google about the topic, but the examples still too hard for me to understand.
Thanks in advance.
 
Last edited:
Physics news on Phys.org
teppel said:

Homework Statement


Hi may i know how 2 start with this proof by induction of fibonacci .
For n >= 1
[tex] \sum_{i = 1} ^ n fib^2(n) = fib(n) * fib(n + 1)}[/tex]


Homework Equations





The Attempt at a Solution


First step - Basic step i sub 1 to the equation.
Then i get
fib(1)^2 = fib(1) * fib(2)
1^2 = 1*1
1 = 1 (proof)

Second step i need to sub n - 1 into the equation. But i stuck at this step, anyone can guide me along how to continue ? Maybe can give me some link or tutorial on the induction. Because i still quite blur at how the proof by induction work. I google about the topic, but the examples still too hard for me to understand.
Thanks in advance.
It helps to use a different variable, say k.

Your next step is to assume that the statement is true for n = k. IOW, assume that the following is true.

[tex] \sum_{i = 1} ^ k fib^2(k) = fib(k) * fib(k + 1)[/tex]

Finally, show that the statement is true for n = k + 1, using the previous assumption (the induction hypothesis).
[tex] \sum_{i = 1} ^{k + 1} fib^2(k + 1) = fib(k + 1) * fib(k + 2)[/tex]
 
Mark44 said:
It helps to use a different variable, say k.

Your next step is to assume that the statement is true for n = k. IOW, assume that the following is true.

[tex] \sum_{i = 1} ^ k fib^2(k) = fib(k) * fib(k + 1)[/tex]

Finally, show that the statement is true for n = k + 1, using the previous assumption (the induction hypothesis).
[tex] \sum_{i = 1} ^{k + 1} fib^2(k + 1) = fib(k + 1) * fib(k + 2)[/tex]

Haha. Thanks for the help, i try to figure out. Do u have any tutorial or simple example link for me to start researching on ? Because i can't find a simple version of induction online. Whenever i do a search, it just return me tons of words.
 
On wikipedia.org search for "mathematical induction"
 
Mark44 said:
On wikipedia.org search for "mathematical induction"

Thanks for the help
 
Hi, after some thoughts. i not sure whether i got the logic right anot. Please point to me if there any error

[tex]\sum_{i = 1} ^ n fib^2(n) = fib(n) * fib(n + 1)}[/tex]

After basic step - which i sub 1 into the equation, mention b4 at the above post
Then i get
fib(1)^2 = fib(1) * fib(2)
1^2 = 1*1
1 = 1 (proof)

Induction step
I use k - 1 instead of k because of my lecturer preference. No error with it right ?
[tex]\sum_{i = 1} ^{k - 1} fib^2(k - 1) = fib(k - 1) * fib(k)[/tex]

mine Logic is
fib(k - 1) x fib(k) + (fib(k) x fib(k - 1) - fib(k - 1) x fib(k)) = fib(k) x fib(k + 1)

I add the different between fib(k) and fib(k - 1) to fib(k - 1).
But how i going to extend the above sentence. i can to a fibonacci equation on those k and k + 1. As they are not number. Anyone can give me some lights to continue ?
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K