Skip to content

Commit 5c9fbd4

Browse files
committed
fix(math): 归纳法的初值条件使用数字代替变量
1 parent 0586827 commit 5c9fbd4

File tree

1 file changed

+1
-1
lines changed
  • content/post/exam-papers/2025高一竞赛

1 file changed

+1
-1
lines changed

content/post/exam-papers/2025高一竞赛/answer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ $\therefore a \ge 0$
182182

183183
当 $x \in \mathbb{N^*}$ 时,
184184

185-
- $f(2) > f(1) + f(1) = 2x > 2(x-1)$
185+
- $f(2) > f(1) + f(1) = 2 \cdot 2 > 2(2 - 1)$
186186
- $\forall n \in \mathbb{N^*}$, 若 $f(n) > 2n > 2(n-1)$, 则 $f(n+1) > f(n) + f(1) = f(n) + 2 > 2(n + 1) > 2n$
187187

188188
$\therefore \forall x \in \mathbb{N^*}, f(x) > 2x > 2(x-1)$

0 commit comments

Comments
 (0)