Suppose $f:[a,b] \rightarrow \mathbb{R}$
Prove $f$ is of bounded variation on $[a,b] \iff$ there is a $M \in \mathbb{R}$ such that, if $\{(a_k,b_k)\}_{1}^{n}$ is any finite set of disjoint open subintervals of $[a,b]$, then \begin{equation*} \sum_{k=1}^{n} |f(b_k)-f(a_k)| \leq M \end{equation*} Also show that the supremum of all such sums is equivalent to $V_f(a,b)$.
$(\Rightarrow) f \in BV[a,b]$ means that $\sum_{k=1}^{n} |f(x_k)-f(x_{k-1})| \leq M$ for all partitions on $[a,b]$.
I think if we consider the partition which contains all the $a_k$'s and $b_k$'s then this has to be true (seeing the sets are disjoint), by definition of being of bounded variation. However I'm not confident in that. Furthermore I don't know how to prove the converse or the additional part.