The Uniform Law of Large Numbers states that under certain conditions regarding the compactness of $\Theta$ and continuity of $f$, we have that:
$$ \sup_{\theta\in\Theta} \left\| \frac1n\sum_{i=1}^n f(X_i,\theta) - \operatorname{E}[f(X,\theta)] \right\| \xrightarrow{\mathrm{a.s.}} \ 0. $$
I am wondering, from this result, can we say that:
$$ \frac1n\sum_{i=1}^n f(X_i,\theta) = \operatorname{E}[f(X,\theta)] \ \ \text{(a.s.) ?} $$
I am a bit confused how to interpret the supremum outside. It seems to be that I can re-write as:
$$ \operatorname{P}\left(\lim_{n \to \infty}\sup_{\theta\in\Theta} \left\| \frac1n\sum_{i=1}^n f(X_i,\theta) - \operatorname{E}[f(X,\theta)] \right\| =0\right) = 1 $$
Is there a way to re-write this without the supremum part?