[guided]The supporting hyperplane inequality $f(x) \geq f(\mu) + c \cdot (x - \mu)$ holds for every $x \in \mathbb{R}^d$. Since $Z(\omega) \in \mathbb{R}^d$ for every $\omega \in \Omega$, substituting $x = Z(\omega)$ is valid at each $\omega$:
\begin{align*}
f(Z(\omega)) \geq f(\mu) + c \cdot (Z(\omega) - \mu) \quad \text{for every } \omega \in \Omega.
\end{align*}
This is a deterministic inequality holding at every point of $\Omega$, not merely $\mathbb{P}$-almost surely.
We wish to integrate both sides over $(\Omega, \mathcal{F}, \mathbb{P})$. To apply monotonicity of expectation from [Properties of Expectation](/theorems/1117), both sides must be in $L^1(\Omega, \mathcal{F}, \mathbb{P})$. We verify this for each side in turn.
**Left side.** By hypothesis, $\mathbb{E}|f(Z)| < \infty$, so $f(Z) \in L^1(\Omega, \mathcal{F}, \mathbb{P})$.
**Right side.** We write $f(\mu) + c \cdot (Z - \mu) = f(\mu) + c \cdot Z - c \cdot \mu$. Here $f(\mu) \in \mathbb{R}$ (finite, since $\mu \in \mathbb{R}^d$) and $c \cdot \mu = \sum_{i=1}^d c_i \mu_i \in \mathbb{R}$ (finite, since $c, \mu \in \mathbb{R}^d$) are constants. For the term $c \cdot Z = \sum_{i=1}^d c_i Z_i$, the Cauchy-Schwarz inequality for the Euclidean inner product gives $|c \cdot Z| \leq |c||Z|$. Since $|c| \in [0, \infty)$ is a finite constant,
\begin{align*}
\mathbb{E}|c \cdot Z| \leq |c|\,\mathbb{E}|Z| < \infty,
\end{align*}
where the final inequality uses $\mathbb{E}|Z| < \infty$ by hypothesis. Hence $c \cdot Z \in L^1(\Omega, \mathcal{F}, \mathbb{P})$, and the entire right-hand side is integrable.
Both sides now confirmed to be in $L^1(\Omega, \mathcal{F}, \mathbb{P})$. Since $f(Z(\omega)) \geq f(\mu) + c \cdot (Z(\omega) - \mu)$ holds for every $\omega \in \Omega$, monotonicity of expectation from [Properties of Expectation](/theorems/1117) gives
\begin{align*}
\mathbb{E}[f(Z)] \geq \mathbb{E}\bigl[f(\mu) + c \cdot (Z - \mu)\bigr].
\end{align*}
By linearity of expectation ([Properties of Expectation](/theorems/1117)), distributing over the integrable summands:
\begin{align*}
\mathbb{E}\bigl[f(\mu) + c \cdot (Z - \mu)\bigr] = f(\mu) + c \cdot \bigl(\mathbb{E}[Z] - \mu\bigr).
\end{align*}
Linearity applies to $c \cdot Z = \sum_{i=1}^d c_i Z_i$ because each $Z_i \in L^1(\Omega, \mathcal{F}, \mathbb{P})$ (following from $\mathbb{E}|Z_i| \leq \mathbb{E}|Z| < \infty$), and $\mathbb{E}[c_i Z_i] = c_i \mathbb{E}[Z_i]$ for each $i$.
By definition of $\mu$, we have $\mathbb{E}[Z] = \mu$, so $\mathbb{E}[Z] - \mu = 0 \in \mathbb{R}^d$ and therefore $c \cdot (\mathbb{E}[Z] - \mu) = 0$. The chain of inequalities gives
\begin{align*}
\mathbb{E}[f(Z)] \geq f(\mu) + 0 = f(\mu) = f(\mathbb{E}[Z]),
\end{align*}
which is Jensen's inequality.[/guided]