$F_{1} = F_{2} = 1$, $F_{n} = F_{n-1} + F_{n-2}$. (a) Compute first terms. (b) Strong induction $F_{n} < (7/4)^{n}$. (c) Induction $\sum F_{r} = F_{n+2} - 1$. (d) Verify Binet.$F_{1} = F_{2} = 1$,$F_{n} = F_{n-1} + F_{n-2}$。(a) 求前几项;(b) 强归纳 $F_{n} < (7/4)^{n}$;(c) 归纳 $\sum F_{r} = F_{n+2} - 1$;(d) 验证 Binet 公式。
Answers:答案: (a) $F_{3} = 2,\, F_{4} = 3,\, F_{5} = 5,\, F_{6} = 8,\, F_{7} = 13$
(a) First terms A1·A1
$F_{3} = F_{2} + F_{1} = 1 + 1 = 2$. $F_{4} = F_{3} + F_{2} = 2 + 1 = 3$. $F_{5} = F_{4} + F_{3} = 3 + 2 = 5$. $F_{6} = F_{5} + F_{4} = 5 + 3 = 8$. $F_{7} = F_{6} + F_{5} = 8 + 5 = 13$.
(b) Strong induction $F_{n} < (7/4)^{n}$ M1·A1·A1·M1·A1·R1
Two base cases (needed because the recurrence reaches back two steps).
- $n = 1$: $F_{1} = 1 < \tfrac{7}{4}$. $\checkmark$
- $n = 2$: $F_{2} = 1 < \bigl(\tfrac{7}{4}\bigr)^{2} = \tfrac{49}{16} \approx 3.06$. $\checkmark$
Inductive hypothesis. Assume $P(j)$ holds for every $j$ with $1 \le j \le k$ (where $k \ge 2$). That is, $F_{j} < (7/4)^{j}$ for $j = 1, \dots, k$.
Inductive step — show $P(k+1)$:
\begin{aligned}
F_{k+1} &= F_{k} + F_{k-1} \\
&\stackrel{\text{IH}}{<} \bigl(\tfrac{7}{4}\bigr)^{k} + \bigl(\tfrac{7}{4}\bigr)^{k-1} \\
&= \bigl(\tfrac{7}{4}\bigr)^{k-1}\!\left[\tfrac{7}{4} + 1\right] \\
&= \bigl(\tfrac{7}{4}\bigr)^{k-1} \cdot \tfrac{11}{4}.
\end{aligned}
Need $\tfrac{11}{4} \le \bigl(\tfrac{7}{4}\bigr)^{2} = \tfrac{49}{16}$. Compute: $\tfrac{11}{4} = \tfrac{44}{16} < \tfrac{49}{16}$. $\checkmark$ Therefore
$$ F_{k+1} \;<\; \bigl(\tfrac{7}{4}\bigr)^{k-1} \cdot \bigl(\tfrac{7}{4}\bigr)^{2} \;=\; \bigl(\tfrac{7}{4}\bigr)^{k+1}, $$
so $P(k+1)$ holds. By strong induction, $F_{n} < (7/4)^{n}$ for all $n \in \mathbb{Z}^{+}$. $\blacksquare$
(c) Sum identity $\sum_{r=1}^{n} F_{r} = F_{n+2} - 1$ A1·M1·A1·R1
Base $n = 1$: LHS $= F_{1} = 1$; RHS $= F_{3} - 1 = 2 - 1 = 1$. $\checkmark$
Assume $\sum_{r=1}^{k} F_{r} = F_{k+2} - 1$. Then
\begin{aligned}
\sum_{r=1}^{k+1} F_{r}
&= \left[\sum_{r=1}^{k} F_{r}\right] + F_{k+1} \\
&\stackrel{\text{IH}}{=} (F_{k+2} - 1) + F_{k+1} \\
&= (F_{k+1} + F_{k+2}) - 1 \\
&\stackrel{\text{def}}{=} F_{k+3} - 1 \\
&= F_{(k+1)+2} - 1.
\end{aligned}
So $P(k+1)$ holds. By induction, the identity holds for all $n \in \mathbb{Z}^{+}$. $\blacksquare$
(d) Verify Binet at $n = 1, 2$ M1·A1·A1
First note that $\varphi$ and $\psi$ are the roots of $x^{2} - x - 1 = 0$, so by Vieta's formulas $\varphi + \psi = 1$ and $\varphi \psi = -1$ (the latter given; the former is read off directly from $\varphi + \psi = \tfrac{1 + \sqrt{5}}{2} + \tfrac{1 - \sqrt{5}}{2} = 1$).
$n = 1$: $\dfrac{\varphi - \psi}{\sqrt{5}} = \dfrac{\sqrt{5}}{\sqrt{5}} = 1 = F_{1}$. $\checkmark$
$n = 2$: Factor the difference of squares.
$$ \frac{\varphi^{2} - \psi^{2}}{\sqrt{5}} \;=\; \frac{(\varphi - \psi)(\varphi + \psi)}{\sqrt{5}} \;=\; \frac{\sqrt{5} \cdot 1}{\sqrt{5}} \;=\; 1 \;=\; F_{2}. \;\checkmark $$
Why strong induction needs two base cases. The Fibonacci recurrence $F_{n} = F_{n-1} + F_{n-2}$ reaches back two steps. If you only check $P(1)$, then proving $P(3)$ requires $P(2)$ — which you never verified. Two base cases are the minimum needed to "bootstrap" the recurrence into the inductive engine. More generally, an order-$d$ linear recurrence needs $d$ base cases for strong induction. The IB markscheme docks marks on Fibonacci-style proofs that verify only $P(1)$ then jump.
Why Binet's formula is "magic." The roots $\varphi, \psi$ of $x^{2} - x - 1 = 0$ are precisely the values for which $x^{n+1} = x^{n} + x^{n-1}$. Any linear combination $A\varphi^{n} + B\psi^{n}$ also satisfies the Fibonacci recurrence, so the closed form is unique up to the two initial conditions $F_{1} = F_{2} = 1$. Solving for $A, B$ gives $A = 1/\sqrt{5}$, $B = -1/\sqrt{5}$. The "$\sqrt{5}$ in the denominator" appears because that's the gap $\varphi - \psi$. This is the prototype for the entire theory of linear recurrences — Paper 3 explorations sometimes ask you to mimic this derivation for a different recurrence (Lucas numbers, tribonacci, etc.).
(a) 前几项 A1·A1
$F_{3} = F_{2} + F_{1} = 1 + 1 = 2$。$F_{4} = F_{3} + F_{2} = 2 + 1 = 3$。$F_{5} = F_{4} + F_{3} = 3 + 2 = 5$。$F_{6} = F_{5} + F_{4} = 5 + 3 = 8$。$F_{7} = F_{6} + F_{5} = 8 + 5 = 13$。
(b) 强归纳 $F_{n} < (7/4)^{n}$ M1·A1·A1·M1·A1·R1
双基底(因递推回溯两步)。
- $n = 1$:$F_{1} = 1 < \tfrac{7}{4}$。$\checkmark$
- $n = 2$:$F_{2} = 1 < \bigl(\tfrac{7}{4}\bigr)^{2} = \tfrac{49}{16} \approx 3.06$。$\checkmark$
归纳假设。对任意 $j$($1 \le j \le k$,$k \ge 2$)假设 $P(j)$ 成立,即 $F_{j} < (7/4)^{j}$,$j = 1, \dots, k$。
归纳步骤 —— 证 $P(k+1)$:
\begin{aligned}
F_{k+1} &= F_{k} + F_{k-1} \\
&\stackrel{\text{IH}}{<} \bigl(\tfrac{7}{4}\bigr)^{k} + \bigl(\tfrac{7}{4}\bigr)^{k-1} \\
&= \bigl(\tfrac{7}{4}\bigr)^{k-1}\!\left[\tfrac{7}{4} + 1\right] \\
&= \bigl(\tfrac{7}{4}\bigr)^{k-1} \cdot \tfrac{11}{4}.
\end{aligned}
需 $\tfrac{11}{4} \le \bigl(\tfrac{7}{4}\bigr)^{2} = \tfrac{49}{16}$。化为公分母:$\tfrac{11}{4} = \tfrac{44}{16} < \tfrac{49}{16}$。$\checkmark$ 故
$$ F_{k+1} \;<\; \bigl(\tfrac{7}{4}\bigr)^{k-1} \cdot \bigl(\tfrac{7}{4}\bigr)^{2} \;=\; \bigl(\tfrac{7}{4}\bigr)^{k+1}, $$
即 $P(k+1)$ 成立。由强归纳,对所有 $n \in \mathbb{Z}^{+}$,$F_{n} < (7/4)^{n}$。$\blacksquare$
(c) 求和恒等式 $\sum_{r=1}^{n} F_{r} = F_{n+2} - 1$ A1·M1·A1·R1
基底 $n = 1$:LHS $= F_{1} = 1$;RHS $= F_{3} - 1 = 2 - 1 = 1$。$\checkmark$
假设 $\sum_{r=1}^{k} F_{r} = F_{k+2} - 1$。则
\begin{aligned}
\sum_{r=1}^{k+1} F_{r}
&= \left[\sum_{r=1}^{k} F_{r}\right] + F_{k+1} \\
&\stackrel{\text{IH}}{=} (F_{k+2} - 1) + F_{k+1} \\
&= (F_{k+1} + F_{k+2}) - 1 \\
&\stackrel{\text{def}}{=} F_{k+3} - 1 \\
&= F_{(k+1)+2} - 1.
\end{aligned}
故 $P(k+1)$ 成立。由归纳,恒等式对所有 $n \in \mathbb{Z}^{+}$ 成立。$\blacksquare$
(d) 在 $n = 1, 2$ 处验证 Binet M1·A1·A1
先注意 $\varphi$、$\psi$ 是 $x^{2} - x - 1 = 0$ 的根,由韦达定理 $\varphi + \psi = 1$、$\varphi \psi = -1$(后者已给;前者由 $\varphi + \psi = \tfrac{1 + \sqrt{5}}{2} + \tfrac{1 - \sqrt{5}}{2} = 1$ 直接读出)。
$n = 1$:$\dfrac{\varphi - \psi}{\sqrt{5}} = \dfrac{\sqrt{5}}{\sqrt{5}} = 1 = F_{1}$。$\checkmark$
$n = 2$:用平方差分解。
$$ \frac{\varphi^{2} - \psi^{2}}{\sqrt{5}} \;=\; \frac{(\varphi - \psi)(\varphi + \psi)}{\sqrt{5}} \;=\; \frac{\sqrt{5} \cdot 1}{\sqrt{5}} \;=\; 1 \;=\; F_{2}. \;\checkmark $$
为何强归纳需要两个基底。斐波那契递推 $F_{n} = F_{n-1} + F_{n-2}$ 回溯两步。若仅检验 $P(1)$,则证 $P(3)$ 需要 $P(2)$ —— 而 $P(2)$ 从未验证。两个基底是把递推"启动"为归纳机器所需的最小数量。一般地,$d$ 阶线性递推强归纳需 $d$ 个基底。IB 评分对只验 $P(1)$ 就跳的斐波那契式证明会扣分。
Binet 公式为何"神奇"。方程 $x^{2} - x - 1 = 0$ 的根 $\varphi, \psi$ 正是使 $x^{n+1} = x^{n} + x^{n-1}$ 成立的值。任何线性组合 $A\varphi^{n} + B\psi^{n}$ 也满足斐波那契递推,故闭式在两个初值 $F_{1} = F_{2} = 1$ 下唯一。解出 $A = 1/\sqrt{5}$、$B = -1/\sqrt{5}$。"$\sqrt{5}$ 出现在分母"是因为它就是 $\varphi - \psi$ 这个间距。这是整套线性递推理论的原型 —— Paper 3 探究题有时会让你对另一种递推(如 Lucas 数、tribonacci)复制这套推导。