1

Let $f$ be a $C^2$ function defined on an open interval $I \subseteq \mathbb{R}$ near $c \in I$. If $c$ is a local minumum, is it true that $f''(c)\geq0$? Why?

I'm learning semi-definiteness of a multi-variable function via approaching a point with different direction in $\mathbb{R}^n$. The above statement is used. How can I approach the question above? I've tried proving $f$ is convex near $c$, it does not work out. Or am I losing some condition to prove it?

Lab
  • 633
  • 1
    It's probably simplest to prove the contrapositive: If $f'(c)=0$ and $f''(c) < 0$, then there are $x$ arbitrarily close to $c$ with $f(x)<f(c)$, so $c$ is not a local minimum. (Hopefully you already know that if $f'(c)\ne 0$ then $c$ cannot be a local minimum either). – Troposphere Aug 16 '21 at 02:27
  • " there are x arbitrarily close to c with f(x)<f(c)", how? – Lab Aug 16 '21 at 02:31
  • 1
    Use continuity of $f''$ to find the sign of $f''(x)$ in an open interval immediately to the right of $c$. Then use the mean value theorem to find the sign of $f'(x)$ in this interval. Then use the mean value theorem again to find the sign of $f(x)-f(c)$ in this interval. – Troposphere Aug 16 '21 at 02:35

1 Answers1

1

Continuous differentiability is not needed here, we only need twice differentiability at the point in question. Suppose $f$ has a local minimum at $c$ and for the sake of contradiction, suppose $f''(c)<0$. Recall that by definition, this means \begin{align} \lim_{h\to 0}\frac{f'(c+h)-f'(c)}{h}=\lim_{h\to 0}\frac{f'(c+h)}{h}<0 \end{align} So, there is a $\delta>0$ such that for all $0<|h|<\delta$, we have $\frac{f'(c+h)}{h}<0$. So, $0<h<\delta$ implies $f'(c+h)<0$ while $-\delta<h<0$ implies $f'(c+h)>0$. In words, $f'$ is positive when we're slightly to the left of $c$ (hence by mean-value theorem, $f$ is strictly increasing here) and $f'$ is negative slightly to the right of $c$ (hence $f$ is strictly decreasing here). Thus, we must have that $c$ is a strict local maximum point.

But, we assumed that $c$ is a local minimum, from which it follows $f$ has to be constant in some neighborhood of $c$, but that would mean $f''(c)=0$, contradicting our assumption $f''(c)<0$.


In higher dimensions, an analogous theorem is true; the second derivative is a bilinear symmetric mapping $D^2f_c:\Bbb{R}^n\times\Bbb{R}^n\to\Bbb{R}$, so it is the positive/negative definiteness of this which determines the nature of the critical point.

peek-a-boo
  • 65,833