Let me define $a~mod~N \triangleq a/N$. It is well known that,
$(a+b)/N = (a/N + b/N)/N$.
Can some one clarify how to translate this to simplify, $(a + b + c)/N$?
From (Link 1) and (Link 2), it is said that,
$(a + b + c)/N = (a/N + b/N + c/N)/N$ but this is not clear to me. From the case of $a + b$, of I set $b = b +c$, I should get,
$$\begin{align*} \left( {a + b + c} \right)/N & = \left( {a/N + (b + c)/N} \right)/N \hfill \\ & = \left( {a/N + \left( {b/N + c/N} \right)/N} \right)/N. \hfill \\ \end{align*}$$
This does not explain the linked results.
Can this also be used for functions $k_p(x)$,
$$\left( {\sum\limits_{p = 1}^P {{k_p}\left( x \right)} } \right)/N.$$
Your help is appreciated.