9

Let $f$ be a real-valued function on $[a,b]$. Assume $f$ is Riemann integrable with strictly positive Riemann integral over $[a,b]$ then $f$ is strictly positive on some nonempty open interval.

What if Lebesgue integrable instead of Riemann?

*What I'm thinking is the following for Riemann.

Assume otherwise, then for all open interval, say $(a',b')$,$\int_{a'}^{b'}f(x) dx\leq 0$. Since $f$ is Riemann-integrable with strictly positive Riemann integral over $[a,b]$, $\int_a^b f(x)dx< 0$. Let $a'\rightarrow a$, and $b'\rightarrow b $, then $\forall\epsilon>0$, $\exists\delta>0$ such that if $|a-a'|<\delta$ and $|b-b'|<\delta$, then $|\int_a^b f(x)dx-\int_{a'}^{b'}f(x)dx|<\epsilon$. By letting $\epsilon\rightarrow 0$, we'll have $\int_a^bf(x)dx\leq 0$, contradiction.

Is this correct? and what about Lebesgue?

3 Answers3

10

The proof for Riemann could be easier.

Since $\int_a^bf(x)dx>0$, there is a Partition $P$ such that $L(P,f)>0$, where $L(P,f)$ means Darboux lower sum. So there must be a interval, where $\inf f>0$

AJY
  • 8,729
Selene
  • 1,093
6

The theorem is false in the Lebesgue setting. Consider $$f(x) = \begin{cases} 0 & x \in \mathbb{Q} \\ 1 & \textrm{otherwise} \end{cases} .$$ Your very first sentence of your "proof" is wrong.

EDIT: I just realized this was meant to be a proof for Riemann-integrable functions, not Lebesgue.

AJY
  • 8,729
  • 1
    The OP's proof was for Riemann integrals, and it seems to be fine. Then the OP's other question was whether the same theorem is true for Lebesgue integrals. – zipirovich Aug 01 '17 at 01:04
4

For Lebesgue integrals, this is not even true up to modification on a set of measure zero. Take for instance the indicator function of a "fat" Cantor set (cf. page 39 of Folland's 'Real Analysis').

shalop
  • 13,703