Three-term arithmetic progression modulo $n$

53 Views Asked by At

Given five positive integers $a, b, c, d, n$, is it legitimate to call a triple $(a, b, c)$ an arithmetic progression modulo $n$, if $b = a + d \mod n$ and $c = b + d \mod n$?