2.0
Number Theory
Combinatorics
Not logged in? Click here to log in.
Prove the Formula for the Sum of Fibonacci Numbers by Induction
Author: SolveSheep
Let \( F_k \) be the \( k \)-th Fibonacci number defined by \( F_1 = 1 \), \( F_2 = 1 \), and \( F_k = F_{k-1} + F_{k-2} \) for \( k \geq 3 \).
Prove by mathematical induction that for all positive integers \( n \):
$$ \sum_{i=1}^n F_i = F_{n+2} - 1 $$
Not logged in? Click here to log in.