5

Let $f(x,t)$ be a smooth function $\mathbb R^2\to\mathbb R$ such that $F_t(x):=f(x,t)$ has a unique minimum in $x$ for every fixed $t\in[0,1]$.

How regularly does the location of this unique minimum vary with respect to $t$? In other words, if $x=\chi(t)$ is the $x$-value where $F_t(x)$ attains its unique minimum, can we say that $\chi(t)$ is a smooth function of $t$? If not, is $\chi(t)$ differentiable or continuous?

  • 1
    If the minimums are nondegenerate (meaning the second derivative is positive at the minimum) then you can use the implicit function theorem to get that indeed the the points where the mínima are attained is a smooth curve. Otherwise I suspect your "curve" could be very pathological. – Jose27 Mar 29 '17 at 04:16
  • Unique relative minimum, or absolute (global)? I don't know if it matters for the result but am not sure exactly what the hypothesis is. – Jonas Meyer Mar 29 '17 at 04:19
  • @JonasMeyer I meant for it to be a unique global minimum, though as you say I am not sure this matters for the result. – Darren Ong Mar 29 '17 at 05:05
  • @Jose27 you are right, that is a good idea to work in the implicit function theorem. Unfortunately I am not assuming nondegenerate minima. – Darren Ong Mar 29 '17 at 05:10
  • 1
    I asked a modified version of this question at http://math.stackexchange.com/questions/2208776/a-smooth-function-fx-has-a-unique-local-and-global-minimum-what-happens-to – Darren Ong Mar 29 '17 at 15:12

1 Answers1

3

The function $f(x,t)=(tx-1)^2 - \exp\left(\dfrac{1}{x(x+2)}\right)1_{(-2,0)}(x)$ seems to be a counterexample, where $1_A(x)$ is the indicator function for $A$. The second term is a bump function with min at $x=-1$. Here $\chi(0)=-1$, but $\chi(t)=\frac1t$ when $t>0$.

Jonas Meyer
  • 53,602
  • Well done! Interestingly, your counterexample does not appear to work in the "unqiue local minimum" version of my question. Perhaps that distinction between unique global minimum and unique local minimum does matter for this question after all. – Darren Ong Mar 29 '17 at 05:56
  • FWIW I think you get the same type of counterexample but without as neat a form for $\chi$ by taking $(tx-1)^2-e^{-(x+1)^2}$, which is even real analytic. But this is qualitatively the only type of counterexample I know of, where the global min goes off to infinity and disappears to be replaced by a local min that was waiting in the wings. – Jonas Meyer Mar 29 '17 at 12:23
  • @DarrenOng: I saw your other question, which is interesting. I would be very surprised if $\chi$ is not at least continuous in that case although I don't have proof even of that let alone differentiability. – Jonas Meyer Mar 30 '17 at 18:03