futurebird
- 270
- 0
Homework Statement
Royden Chapter 4, Problem 10a
Show that if f is integrable over E then so is |f| and \left|\int_E f \right| \leq \int |f|.
Does the integrability of |f| => the integrability of f?
Homework Equations
f^+ = max\{f, 0\}
f^- = max\{-f, 0\}
|f| = f^+ + f^-
A function is integrable if \int f < \infty
The Attempt at a Solution
I have \left|\int_E f \right| \leq \int |f|
\left|\int_E f\right| = \left| \int_E f^+ - \int_E f^- \right| \leq \left| \int_E f^+ \right| + \left| \int_E f^- \right| = \int_E |f|.
Next I want to show that if f is integrable over E then so is |f|.
\int_E f < \infty
\int_E f^+ - \int_E f^- < \infty
f+ and f- are finite because the expression a-b is only finite if both a and b are finite.
\int_E f^+ < \infty
\int_E f^- < \infty
Hence:
\int_E |f| = \int_E f^+ + \int_E f^- < \infty.
Does the integrability of |f| => the integrability of f?
I would say yes for similar reasons. I don't feel very confident about my answers here. Is the reasoning correct?
Also part b says that the improper Riemann integral (a limit) may exists for a function when the Legesgue integral fails to exists. and gives (sin x)/x as an example. Is the problem with (sin x)/x that f+ and f- are not finite??