That is, what can we say about chained application of the modulo operation?
E.g., are there any theorems for certain values of a,b, and c s.t. (a % b % c) == (a % bc), or something similar?
The only thing I can think of is, given $0 < a < b < c: a \% b \% c = a$.