I am presented with this function
$f(x) = \text{argmax}_{y \in \mathbb{R}^n} (x^Ty + \dfrac{1}{c}e^{x^Ty})$, where $c$ is a constant
My question is what is $\lim_{c \to \infty} f(x)$?
My main point of confusion is that:
$\lim_{c \to \infty} f(x) =\lim_{c \to \infty} \text{argmax}_{y \in \mathbb{R}^n} (x^Ty + \dfrac{1}{c}e^{x^Ty})$
Under what condition can we move the limit INSIDE of the argument? $ \text{argmax}_{y \in \mathbb{R}^n} (x^Ty + \lim_{c \to \infty} \dfrac{1}{c}e^{x^Ty})$
If I cannot move the limit inside the argument, then I have no way of knowing how to evaluate this limit. Help!