I came across the following claim and I can't figure out how one should go about proving it:
Let $f:\mathbb{R}^{n}\to\mathbb{R}$ be non-negative and convex on $\text{dom}f\subseteq\mathbb{R}^{n}$ and let $g:\mathbb{R}^{n}\to\mathbb{R}$ be positive and concave on $\text{dom}g\subseteq\mathbb{R}^{n}$. Then $h\left(x\right)=\frac{f^{2}\left(x\right)}{g\left(x\right)}$ defined on $\text{dom}f\cap\text{dom}g$ is convex. I'm not sure what approach to take, computing the Hessian of $h$ seems pretty daunting even before considering that you would need to show it's positive semi-definite. I also tried going by definition of convexity and using the fact that $f^{2}$ is also convex, I managed to get something like: $$h\left(\alpha x+\left(1-\alpha\right)y\right)=\frac{f^{2}\left(\alpha x+\left(1-\alpha\right)y\right)}{g\left(\alpha x+\left(1-\alpha\right)y\right)}\leq\frac{\alpha f^{2}\left(x\right)+\left(1-\alpha\right)f^{2}\left(y\right)}{g\left(\alpha x+\left(1-\alpha\right)y\right)} \leq\frac{\alpha f^{2}\left(x\right)+\left(1-\alpha\right)f^{2}\left(y\right)}{\alpha g\left(x\right)+\left(1-\alpha\right)g\left(y\right)}\leq\frac{\alpha f^{2}\left(x\right)}{\alpha g\left(x\right)}+\frac{\left(1-\alpha\right)f^{2}\left(y\right)}{\left(1-\alpha\right)g\left(y\right)} =\frac{f^{2}\left(x\right)}{g\left(x\right)}+\frac{f^{2}\left(y\right)}{g\left(y\right)}=h\left(x\right)+g\left(y\right)$$ The first inequality in the second row uses the positivity of $g$.
Update: I corrected the assumption, $f,g$ only need to be convex/concave on a domain which isn't necessarily all of $ \mathbb{R}^{n}$. This solves the issue about $g$ seemingly needing to be constant.