Help in understanding a boundedness proof for Riemann integrable functions

222 Views Asked by At

Let $f:[a,b]\rightarrow\mathbb{R}$. A tagged partition, $\mathcal{P}$ of $[a,b]$ is a set of ordered pairs defined as $$\mathcal{P}:=\{([x_{k−1},x_k]),t_k)\}^n_{k=0},$$ where $a=x_0<...<x_n=b$ and the "tags" $t_k∈[x_{k−1},x_k]$, where $\mathbb{P}_{[a,b]}$ is the set of all tagged partitions over $[a,b]$. $$\|\mathcal{P}\|:=\sup\{x_k-x_{k-1}|1\leq k\leq n\}$$ is the mesh of the partition. The Riemann sum of $f$ over $[a,b]$ w.r.t $\mathcal{P}$ is defined as $$S(f,\mathcal{P}):=\sum\limits^n_{k=1}f(t_k)(x_k−x_{k−1})$$ and $f$ is said to be Riemann integrable with $\int_a^bf=L$ iff $$(\forall\epsilon>0)(\exists\delta>0)(\forall \mathcal{P}\in\mathbb{P}_{[a,b]})\bigg(\|\mathcal{P}\|<\delta\Rightarrow |S(f,\mathcal{P})-L|<\epsilon\bigg)$$

I am having understanding a part of the following proof which says that if $f$ is Riemann integrable on $[a,b]$ then $f$ must be bounded on $[a,b]$. The proof (directly from the text) is as follows:

If $f$ is unbounded. For every $n\in\mathbb{N}$ divide the interval into $n$ parts. Hence, for every $n$, $f$ is unbounded on at least one of these n parts. Call it $I_n$ Now, let $\epsilon>0$ be given. Consider an arbitrary $\delta>0$. Let $\mathcal{P}$ be a tagged partition such that $\|\mathcal{P}\|<\delta$ and $(I_n,t_n)\in\mathcal{P}$, where $t_n$ is taken so as to satisfy $|f(t_n)|>n\epsilon$. Thus we have that $$|S(f,\mathcal{P})−L|>\epsilon\space \space \space\space (\dagger) .$$A contradiction to the fact that f is Riemann integrable.

My trouble is trying to get $(\dagger)$. I know we can choose $|f(t_n)|$ as big as we want, so how do we arrive on the lower bound of $n\epsilon$? I am not sure how split up the $|S(f,\mathcal{P})-L|$ to get the inequality, I was thinking the reverse triangle but get nowhere. So any help will be really appreciated and needed in understanding how to get $(\dagger)$. Also if there is a mistake in the proof please let me know and how to correct it, otherwise if you have another proof please let me know

Thanks in advance

1

There are 1 best solutions below

3
On BEST ANSWER

The proof you cite seems dubious.

For an alternative, we can follow your idea of using the reverse triangle inequality to show

$$|S(f,P) - L| = \left|f(t_n)(x_n - x_{n-1}) + \sum_{k \neq n}f(t_k)(x_k - x_{k-1}) - L \right| \\ \geqslant |f(t_n)|(x_n - x_{n-1}) - \left|\sum_{k \neq n}f(t_k)(x_k - x_{k-1}) - L \right|$$

Since $f$ is unbounded on $I_n$, choose $t_n$ such that

$$|f(t_n)| > \frac{\epsilon + \left|\sum_{k \neq n}f(t_k)(x_k - x_{k-1}) - L \right|}{x_n - x_{n-1}},$$

and it follows that

$$|S(f,P) - L| > \epsilon.$$

Thus, when $f$ is unbounded, it is impossible to find $L$ such that for every $\epsilon > 0$ and sufficiently fine partitions, the condition $|S(f,P) - L| < \epsilon$ holds. We can always select the tags so that the inequality is violated.