True or False. If $\int^{b}_a f > 0$, then $\exists \; [c,d] \subseteq [a,b]$ and $\delta > 0$ such that $f(x) \ge \delta$ for all $x \in [c,d]$.
1. We need to determine if true or false. How? I tried a figure from Stewart p367:


2. How can we presage to prove the contrapositive? Is a direct proof possible?
3. I don't understand the 'indeed the negation...is a compact set'? We want $\color{red}{\neg}\exists \; █ \; [c,d] \subseteq [a,b] \wedge \delta > 0 \; █ \; \; [ \;f(x) \ge d \; \forall \, x \in [c,d] \; ]$ = $\forall \; \color{red}{\neg} \; █ \; [c,d] \subseteq [a,b] \wedge \delta > 0 \; █ \; [ \;f(x) \ge d \; \forall \, x \in [c,d] \; ]$ = $\forall \; █ \; [c,d] \supset [a,b] \vee \delta < 0 \; █ \; \color{red}{\neg} [ \;f(x) \ge d \; \forall \, x \in [c,d] \; ]$ = $\forall \; █ \; [c,d] \supset [a,b] \vee \delta < 0 \; █ \; \;f(x) < d \; \color{red}{\neg} \;\forall \, x \in [c,d] \; $ = $\forall \; █ \; [c,d] \supset [a,b] \vee \delta < 0 \; █ \; \;f(x) < d \; \; \exists x \in [c,d] \; $
What foundered? Can't have a quantifier at the end ?
I am not completely sure whether your solution is correct. It is correct if $f$ is continuous. This is the reason:
To negate the statement, it should be:
"For all intervals $[c, d]\subset [a, b]$ and $\delta >0$, there is $x\in [c, d]$ such that $f(x) < \delta$."
Now fix $[c, d]$ and let $\delta = 1/n$. Then there is a sequence $x_n \in [c, d]$ such that $f(x_n) < 1/n$. By Bolzano-Weiestrauss theorem, $\{x_n\}$ has a converges subsequence $\{x_{n_k}\}$ which converges to $x\in [c, d]$. (This is where we used the fact that $[c, d]$ is compact).
If $f$ is continuous, then we have $f(x) = \lim_{k\to \infty} f(x_{n_k}) \leq 0$ and the rest follows.
When $f$ is not continuous, one can modify the proof a little bit. Let $\int_a^b f = A >0$. Again assume that the statement is false. Let $\delta = \frac{A}{2(b-a)}$. So all for partition $P$ (as in your answer) we have $c_k \in [x_{k-1}, x_k]$ such that $f(c_k) \leq \delta$. Thus (as in your answer)
$$L(f, P) = \sum_{k=1}^n m_k (x_k - x_{k-1}) \leq \delta (b-a) = A/2\ .$$
Thus $\int_a^b f = \sup_P L(f, P) \leq A/2 <A$, which is a contradiction.
I do not think there is a constructive way to prove this, as there does not seem to be a way to find that interval $[c, d]$.