Fermat's Last Theorem Proof
📂CalculusFermat's Last Theorem Proof
Theorem
If the function f(x) is either a maximum or a minimum at x=c and f′(c) exists, then f′(c)=0
Explanation
While high school textbooks generally only introduce Rolle’s Theorem up to Rolle’s Theorem, to rigorously prove Rolle’s Theorem, one must be able to show why the derivative at a critical point is 0, and Fermat’s Theorem guarantees that.
Proof
Strategy: Divide the proof into two cases: maxima and minima.
Case 1. f(x) is a maximum at x=c
For a sufficiently small positive number h, f(c)≥f(c±h), therefore
h→0+limhf(c+h)−f(c)≤0andh→0−limhf(c+h)−f(c)≥0
Since f′(c)=n→0limhf(c+h)−f(c) exists by assumption, 0≤f′(c)≤0, and simplifying gives
f′(c)=0
Case 2. f(x) is a minimum at x=c
For a sufficiently small positive number h, f(c)≤f(c±h), therefore
h→0+limhf(c+h)−f(c)≥0andh→0−limhf(c+h)−f(c)≤0
Since f′(c)=n→0limhf(c+h)−f(c) exists by assumption, 0≤f′(c)≤0 and simplifying gives
f′(c)=0
Therefore, in either case, if c is a critical point and f′(c) exists, then f′(c)=0 must be true.
■