Let $(X, \mathcal{A}, μ)$ be a measure space. Let $f:X \rightarrow \mathbb{R}$ be a measurable function. Let $A \in \mathcal{A}$ with μ(A)=0. Then prove that
$$\int_A f dμ=0.$$
My try:
$$\int_A f dμ=\int_X (f \chi_A) dμ=0$$ How $\int_X (f \chi_A) dμ=0$
What are the next steps to reach at the conclusion?
Pls need help in this problem.
Let $$g_n(x) = \begin{cases}|f(x)| & \text{if }|f(x)| \leq n \\ n & \text{otherwise} \end{cases}$$
Observe that for each fixed $x$, the sequence $g_n(x)$ is monotonically increasing and converges to $|f(x)|$. Therefore the monotone convergence theorem applies to go from the second line to the third line below: $$\begin{aligned} \left|\int_X f \chi_A \ d\mu\right| &\leq \int_X |f \chi_A|\ d\mu \\ &= \int_X \left(\lim_{n \to \infty}g_n \chi_A\ \right) d\mu \\ &= \lim_{n \to \infty} \int_X g_n \chi_A\ d\mu \\ &\leq \lim_{n \to \infty} \int_X n \chi_A\ d\mu \\ &= \lim_{n \to \infty} n \int_X \chi_A\ d\mu \\ &= \lim_{n \to \infty} n\mu(A) \\ &= \lim_{n \to \infty} 0 \\ &= 0 \end{aligned}$$