Suppose we have function $f:\mathbb{R}^{|d_x+d_y+d_z|}\rightarrow\mathbb{R}$, $g:\mathbb{R}^{|d_x+d_y|}\rightarrow\mathbb{R}$ and $h:\mathbb{R}^{|d_y+d_z|}\rightarrow\mathbb{R}$, satisfying
$$f(x,y,z) = g(x,y)+ h(y,z),$$ where $x, y, z$ are vectors in $\mathbb{R}^{d_x}$, $\mathbb{R}^{d_y}$ and $\mathbb{R}^{d_z}$, respectively.
If $g$ and $h$ are strictly convex, is $f$ also strictly convex?
I feel this is not necessarily true because the strict convexity of $g$ and $h$ from $y$ may cancel each other out, but I am not able to find a good counter-example. On the other hand, using the definition of strict convexity, it does seem that the above is a true statement. I appreciate your help.