Let $\Omega \subset \mathbb{R}^n$ be an open set and consider the usual Lebesgue space $L^p(\Omega)$. Adicionally, consider the space
$$ U(\Omega) = \left\{ f \in L^p(\Omega) \, \colon \, \lim_{r \to 0} \, \sup_{x \in \mathbb{R}^n} \, \int_{B(x,r) \cap \Omega} |f(y)|^p \, dy = 0 \right\} .$$
My goal is to show that $L^p(\Omega) = U(\Omega)$, using the Dominated Convergence Theorem.
My attempt. The inclusion $U(\Omega) \subset L^p(\Omega)$ is direct just by definition of $U(\Omega)$. On the other hand, let $f \in L^p(\Omega)$ be arbitrary. In order to show that $f \in U(\Omega)$, it suffices to guarantee that
$$ \lim_{r \to 0} \, \sup_{x \in \mathbb{R}^n} \int_{B(x,r) \cap \Omega} |f(y)|^p \, dy = 0. $$
For every $x \in \mathbb{R}^n, r > 0$ we have that
$$ \int_{B(x,r) \cap \Omega} |f(y)|^p \, dy = \int_{\mathbb R^n}|f(y)|^p \chi_{B(x,r) \cap \Omega}(y) \, dy. $$
Now, there are two questions that arise:
The first question is how to deal with the supremum. I believe that before applying the DCT I should find a way to get rid of the supremum but I've been unable to find one.
The second question is related to applying the DCT with limits that tend to $0$.There are some posts on MSE about this (e.g. [$1$], [$2$] and [$3$]). The main reasoning presented in such posts is to use the sequential formulation of the limit to retrieve conclusions. I believe that I understand this reasoning but I have a more informal question: in pratice (say in articles or books, for example), what is the most common way of dealing with the DCT when limits tend to zero? Do the authors explicitly describe the use of the sequential formulation of a limit or do they just present a dominating function and move the limit (tending to $0$) inside of the integral ?
Thanks for any help in advance.