Is it true that: $13|(2^{70} + 3^{70})$ iff 13 mod(n) divides $2^{70} + 3^{70}$ mod(n)?
I assumed that it is the case. Being that correct, then 13 = 1 (mod(2)) and $2^{70} = 0$ (mod(2)); $3^{70} = 3x3x...x3 = 1x1x...x1 $ (mod(2)). Therefore $2^{70} + 3^{70}$ = 0 + 1 = 1 = 13 (mod(2)), and it follows that $13|2^{70} + 3^{70}$. I missed a lot of classes on modular arithmetic and didn't compensate it at home, so I probably got something wrong. But what I used to conceive this demonstration is that, as far as I know, the set of congruence classes forms a subring of the integers, therefore it satisfies all ring operation properties.