Show that if $f_1(x_1), f_2(x_2)$ are convex functions then ,
$(f_1of_2)(x)=\inf \{f_1(x)+f_2(x):x=x_1+x_2\}$ is convex function
The definition of a convex function f is that
$$f((1-t)x+ty)\le (1-t)f(x)+tf(y)\tag{1}$$
for all vectors $x,y\in \mathbb{R}^n,t \in [0,1]$
so,
$(f_1of_2)((1-t)x+ty)=(f_1of_2)\{((1-t)x_1+ty_1)+((1-t)x_2+ty_2)\}$
$=\inf\{((1-t)x_1+ty_1)+((1-t)x_2+ty_2):x=x_1+x_2,y=y_1+y_2\}$
I am just stuck weather I can use Infimum properties or not someone can help ?