0
$\begingroup$

We are allowed to assume that $f(x_j) - f(x_{j-1}) = \int_{x_{j-1}}^{x_j} f'(x) dx.$

So I have shown that given any partition $P$ of the interval $[a,b]$, that $T(f,P) \leq \int_{a}^{b} |f'(x)| \, dx.$ Taking the supremum of $T(f,P)$ over all possible partitions $P$ of $[a,b]$, we get that:

$V_{a}^{b} f \leq \int_{a}^{b} |f'(x)| \, dx.$

I am stuck here on trying to prove equality. I know I haven't explicitly used the fact that $f'$ exists on $[a,b]$ and is continuous on $[a,b]$ but I don't see how that helps me.

Any and all help is very greatly appreciated. Thanks in advance!!!

  • 1
    Can you identify $T(f, P)$ as a Riemann sum of $|f'|$, for instance, using the mean value theorem?2017-02-02
  • 0
    From the Mean Value Theorem we can write $T(f,P) = \sum_{j} |f'(t_j)| (x_j - x_{j-1})$. I think I can in fact convince myself that that is the Riemann sum for $|f'|$, but I'm not sure how to conclude that $V_{a}^{b} \, f = \int_{a}^{b} |f'(x)| dx$.2017-02-02
  • 0
    Use the fact that $f'$ exists on $[a,b]$ and continuity guarantees that there exists a $\delta > 0$ such that for $||P|| < \delta$ gives us that the Riemann sum for $|f'|$ converges to the desired integral???2017-02-02
  • 1
    You are very close to the proof. In order to complete the proof, you may choose a sequence of partitions $(P_n)$ such that $T(f, P_n) \to V_{a}^{b} f$ and may assume that $\|P_n\| \to 0$ by refining $P_n$ if required. Then you can see that $T(f, P_n)$ converges $\int_{a}^{b} |f'|$.2017-02-02

1 Answers 1

2

Here is slightly different proof: For each partition $P = \{a = x_0 < x_1 < \cdots < x_n = b\}$, the mean value theorem shows that

$$ L(|f'|, P) = \sum_{k=1}^{n} \Big( \inf_{[x_{k-1},x_k]} |f'| \Big) (x_k - x_{k-1}) \leq T(f, P) \leq V_{a}^{b}(f), $$

where $L(|f'|,P)$ is the lower Riemann sum of $|f'|$. Since $|f'|$ is continuous, it is Riemann integrable and hence

$$ \int_{a}^{b} |f'(x)| \, dx = \sup_P L(|f'|, P) \leq V_{a}^{b}(f). $$

The other direction is already proved, hence we have the equality.

  • 1
    Thank you so much for your help. You were very helpful and provided very good explanations!! :D2017-02-02