I have a function $f(x)$ from $R^n$ to $R$ and it bounded by a quadratic convex function $g(x)$ for example $ g(x) = || x ||^2_2 $
How do I show that $f(x)$ must have a minimum ( or provide a counter example )? I know that $\lim_{|x| \to \infty} f(x) = \infty$ and that $ f(x) > g(x) $ and intuitively it looks obvious that $f(x)$ has a minimum (unique or not is not important). But how do I show that more formally ?
Edit: based on comments below I'm adding the requirement that $f(x)$ is convex
Edit: Lets assume $ g(x) = || x ||^2_2 $ because we have counter examples without this requirement.