2

If both $f$ and $g$ are not integrable, then $f+g$ is not integrable

I think this is false. Take $f(x) = \begin{cases} 1 & \text{ if } x \in \mathbb{Q} \\ 0 & \text{ if } x \in \mathbb{Q}^c \end{cases}$ and $g(x) = \begin{cases} 1 & \text{ if } x \in \mathbb{Q}^c \\ 0 & \text{ if } x \in \mathbb{Q} \end{cases}$ Then $f+g = 1$, which is integrable.

If both $f$ and $g$ are not integrable, then $fg$ is not integrable. I think this is false, and I can take the same counterexample, and $fg = 0$, which is also integrable.

Are these correct?

Adrian
  • 1,976

2 Answers2

0

Both your counterexamples are correct.

Jim
  • 30,682
0

You examples are correct for Riemann integrability.

You can generalise your examples to Lebesgue integrability. Take, for example, any non-integable $f$ and put $g=-f$. Both $f$ and $g$ non-integrable, yet $f+g$ is integrable. You can also take two non-integrable functions $f$ and $g$ such their supports are disjoint (i.e. the sets where they are non-zero have empty intersection). Their product is identically zero, hence integrable.

TZakrevskiy
  • 22,980