I'm having a bit of trouble understanding this question:
- If $f(x) \leq 0$ for all $x \in [a, b]$ then $\int_a^b f(x) dx \leq 0$.
- If $\int_a^b f(x) dx \leq 0$ then $f(x) \leq 0$ for all $x \in [a, b]$.
Are the above statements True of False? Justify your response.
I believe it is asking if the area under the graph between $a$ and $b$ is negative then $f(x)$ will also be below zero on the graph and vice versa. However I'm still not sure how to justify my response.
The first is true cause all the upper sums are negative.
the second is false. take the example:
$$f:[0,1]\to\mathbb R $$ $x \mapsto -7$ if $x\neq 0$ and $f (0)=+1$. then $$\int_0^1 f=-7$$ but $f (0)>0$. Or
$$\int_{\frac {\pi}{2}}^\pi \sin (x)dx=-1$$
but $\sin (\frac {\pi}{2})=1>0$.