I actually posted this question before, but didn't get a correct answer. Two distinct definitions follow; ($f$ is assumed to be a real-valued function and $\alpha$ is assumed to be a monotonically increasing function on $[a,b]$)
Definition 1: $\forall \epsilon>0, \exists \text{ a partition } P=\{x_0,...,x_n\} \text{ of } [a,b] \text{ such that } \sum_{i=1}^n [M_i - m_i] \Delta \alpha_i <\epsilon$ where $\Delta \alpha_i=\alpha(x_i)-\alpha(x_{i-1})$ and $m_i=\inf_{x\in[x_{i-1},x_i]} f(x)$ and $M_i=\sup_{x\in[x_{i-1},x_i]} f(x)$
Definition 2: $\forall \epsilon>0, \exists \text{ a partition } Q=\{x_0,...,x_n\} \text{ of } [a,b] \text{ such that } \sum_{i=1}^n [M_i - m_i] \Delta \alpha_i <\epsilon$ and $d(x_i,x_{i-1})$ is a constant where $\Delta \alpha_i=\alpha(x_i)-\alpha(x_{i-1})$ and $m_i=\inf_{x\in[x_{i-1},x_i]} f(x)$ and $M_i=\sup_{x\in[x_{i-1},x_i]} f(x)$
Obviously Definition2 implies Definition 1, but what about the converse?