A function $f$ is called convex on an interval $[a, b]$ if, for any $x, y \in [a, b]$ and $t \in [0, 1]$ we have $f(tx + (1 − t)y) \leq tf(x) + (1 − t)f(y)$.
Would drawing a picture of this help in understanding this question conceptually and visually? The proof of this question requires the use of the mean value theorem. I am struggling to understand this real analysis question.
The image you should have is that if $f'$ is increasing then the tangent lines to the graph of $f$ will, if you look at points from left to right, will rotate counter-clockwisr, pointing ever higher and getting closer to become vertical. If $f$ was piecewise linear, then it would be shaped like a V, which is concave. This is actually the general idea.
Given $x<y$ and $t\in[0,1]$, the point $z=tx+(1-t)y$ is between $x$ and $y$, so the derivatives to the left of $z$ are smaller than the ones to the right. Use this with the mean value theorem on the intervals between $x$, $y$ and $z$. This use of the Mean Vale Theorem is a way to approximate $f$ by a piecewise linear map.