I need to write $\displaystyle \int_0^1 f(x)\,dx$, where $f(x) = \# \Sigma_{pq} \cap (x, x+1)$ for $x \in [0, 1]$, where $\Sigma_{pq} = \left \{ \frac{k}{p} + \frac{l}{q}:\ 1 \leq k \leq p-1, 1 \leq l \leq q-1 \right\}$ ($p, q$ are coprime positive integers), using Dedekind sums: $s(p,q)$ and $s(q,p)$ where $s(p,q) = \sum_{j=0}^{q} \left( \left( \frac{j}{q} \right) \right) \left( \left(\frac{jp}{q} \right) \right)$, $((x)) = x - \lfloor x \rfloor - \frac{1}{2}$ for $x \not\in \mathbb{Z}$ and $0$ for $x \in \mathbb{Z}$.
I don't know what to start with. Any ideas?
The only thing I've got now (but don't know if it helps) is: $\int_0^1 f(x)\, dx = \sum_{i=1}^{p-1} \sum_{j=1}^{q-1} \int_0^1 \chi_{(x,x+1)}\left(\frac{i}{p} + \frac{j}{q}\right)\,dx$