For all a, m, p, q, x Є Z such that a|p, There exists r Є W, such that 0 ≤ r < m
Such that
(px+q) MOD (ma) = q MOD (ma) iff (ma)|p
q MOD a + ra iff p MOD (ma) ≠ 0
I am not able to understand this problem properly. I know that Z is a set of whole numbers and W is a set of natural numbers (Correct me if I am wrong). Specifically, I am not understanding meaning of a|p. Can anybody help me with it? Similarly, I have problems with ma|p as well.
$a\mid p$ means that $p$ is divisible by $a$ or $p=ak$ for some integer $k$.