logo

Fermat's Last Theorem Proof 📂Calculus

Fermat's Last Theorem Proof

Theorem1

If the function f(x)f(x) is either a maximum or a minimum at x=cx=c and f(c)f ' (c) exists, then f(c)=0f ' (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 00, and Fermat’s Theorem guarantees that.

Proof

Strategy: Divide the proof into two cases: maxima and minima.


  • Case 1. f(x)f(x) is a maximum at x=cx=c

    For a sufficiently small positive number hh, f(c)f(c±h)f(c) \ge f(c \pm h), therefore

    limh0+f(c+h)f(c)h0andlimh0f(c+h)f(c)h0 \lim _{h \to 0^+} {{f(c+h)-f(c)} \over h} \le 0 \quad \text{and} \quad \lim _{h \to 0^-} {{f(c+h)-f(c)} \over h} \ge 0

    Since f(c)=limn0f(c+h)f(c)h\displaystyle f '(c) = \lim _{n \to 0} {{f(c+h)-f(c)} \over h} exists by assumption, 0f(c)00 \le f '(c) \le 0, and simplifying gives

    f(c)=0 f '(c)=0

  • Case 2. f(x)f(x) is a minimum at x=cx=c

    For a sufficiently small positive number hh, f(c)f(c±h)f(c) \le f(c \pm h), therefore

    limh0+f(c+h)f(c)h0andlimh0f(c+h)f(c)h0 \lim _{h \to 0^+} {{f(c+h)-f(c)} \over h} \ge 0 \quad \text{and} \quad \lim _{h \to 0^-} {{f(c+h)-f(c)} \over h} \le 0

    Since f(c)=limn0f(c+h)f(c)h\displaystyle f '(c) = \lim _{n \to 0} {{f(c+h)-f(c)} \over h} exists by assumption, 0f(c)00 \le f '(c) \le 0 and simplifying gives

    f(c)=0f ' (c)=0

Therefore, in either case, if cc is a critical point and f(c)f ' (c) exists, then f(c)=0f ' (c) = 0 must be true.


  1. James Stewart, Daniel Clegg, and Saleem Watson, Calculus (early transcendentals, 9E), p282-283 ↩︎