I am trying to show the following statement:
Let $f,g:\mathbb{R}^n\to \mathbb{R}\cup \{\infty\}$ be two convex functions. Assume that there are constants $C_1,C_2>0,\alpha>1$ such that $f(x)\geq C_1|x|^\alpha+C_2$. Show that $f\Box g(x):=\inf_{y\in\mathbb{R}^n}[f(y)+g(x-y)]\not= -\infty$ for all $x.$
I formed a proof with an additional assumption that $g(x)<\infty\forall x$, then I can use the facts that $g$ is continuous on $\mathbb{R^n}$ and $g(y)\geq h(y),\forall y\in \mathbb{R}^n$ for some affine function $h$ since $g$ has a supporting plane.
I think since we are trying to prove $f\Box g(x)=\inf_{y\in\mathbb{R}^n}[f(y)+g(x-y)]\not= -\infty$, I am fine to add this assumption without loss of generality. But I don't know how to argue it rigorously.
Can I add this assumption? If not, could you help to provide another method or some references? Thanks!