So I have an exercise that seems trivial to me, although, I could have done the proof completely wrong; I'm worried my negation is wrong. Here is the statement:
Given $\epsilon > 0$, show that there exists a $\delta >0$ such that $\int_{E} |f| < \epsilon$ whenever $m(E) < \delta$.
Here is my attempt:
Suppose not. Then, fix $\epsilon >0$. For every positive $\delta$ we have that $\int_{E} |f| \geq \epsilon$ whenever $m(E) < \delta$. However, if $E$ is a null-set, this is impossible.
You have done the negation wrong. Note that your statement reads: $$ \forall \epsilon > 0 \; \exists \delta > 0 \; \forall E:\left( m(E) < \delta \Rightarrow \int_E |f| < \epsilon\right) $$ Hence, the negation is: $$ \exists \epsilon > 0\; \forall \delta > 0 \; \exists E:\left( m(E) < \delta \land \int_E |f| \ge \epsilon \right) $$ You do not have it for all $E$, as you used, there is some $E$ such that $m(E) < \delta$ and $\int_E |f| \ge \epsilon$.