It is known that the Lovasz extension for the cut function on the simple undirected graph $G=(V,E)$ is given by the graph total variation,
$$ f(x) = \frac{ \sum_{i,j \in E} |x_i-x_j| }{2},$$ for a real valued vector $x \in \mathbb{R}_{+}^{|V|}$.
My understanding is that this comes from the Choquet integral for the cut function, i.e., $ \int_{\mathbb{R}}\text{cut}(\{x\geq t \})dt, $ where $ \{x \geq t\} $ gives us the level set for the various choices of t.
Let $t_{1}>t_{2},>\dots> t_{k} \geq 0 $ be the sorted entries of x. It is also known that for a set function $ F: 2^S \rightarrow \mathbb{R}_{+} \cup \{ +\infty \} $ on arbitrary nonempty set $S$, and $t_{k+1}=0$, the Choquet integral yields: $$ \int_{\mathbb{R}} F\{x\geq t \} dt = \sum_{i=1}^{k}(t_{i}-t_{i+1})F(\{x \geq t_i \}), $$ which is the definition of the Lovasz extension. Now I can sort of see that the sum could possibly be rearranged in such a way that you could pair up all the terms corresponding to edges as differences to get the graph TV. However, it's not obvious to me exactly how, and if this derivation can come naturally from some kind of property of the cut function (or submodularity), or if it's just a matter of laboriously arranging the terms until we get what we want.
Am I missing something simple here? Are there any straightforward derivations for the graph total variation from this definition of the Lovasz extension?
As an extra piece of info, in the supplementary material of "Beyond Spectral Clustering - Tight Relaxations of Balanced Graph Cuts", Hein and Setzer provide a derivation of the Choquet integral of the cut from the graph total variation (so they're working backwards). That derivation is helpful but I still have trouble connecting it to the definition above.