I am studying for a qualifying exam, and I am struggling with this problem since $f$ is not necessarily integrable.
Let $(X,\Sigma, \mu)$ be a measure space and let $$\mathcal{L}(\mu) = \{ \text{ measurable } f \quad| \quad \chi_Ef \in L^1(\mu) \text{ whenever } \mu(E)<\infty\}.$$ Show that for any $f\in \mathcal{L}(\mu)$ and any $\epsilon >0$ there is $\delta >0$ such that $\int_E|f| d\mu < \epsilon$ whenever $\mu(E)< \delta$.
A technique I've used in other similar problems is to define $A_n = \{ x\in X \, | \, 1/n \leq |f(x)| \leq n \}$ and let $A = \displaystyle \bigcup_{n=1}^\infty A_n$. We can also define $A_0 = \{ x\in X \,|\, f(x) = 0\}$ and $A_\infty= \{x\in X\, | \, |f(x)| = \infty\}$. The part where I'm stuck is now that $$\int_X|f|d\mu = \int_{A_0} |f|d\mu + \int_{A} |f| d\mu + \int_{A_\infty} |f|d\mu$$ where the first term on the right is zero, and I want the last term on the right to be zero.
Is there another way to go about this problem? Explanations are helpful to me since I'm studying and I don't want to confuse myself further. Thanks!