We start of a proof by finding out if it is true or false, I am having trouble with this and I think it is true, because the negation (there exists and integer $x$ for all integers $y$ so that $3$ does not divides $x+y$ and $3$ does not divides $x-y$) says the same thing? So I tried to prove it for it being true.
First thing I tried was to use the definition of divides:
$3(k) = x+y$ and $3(p)=x - y$ for integers $k$ and $p$,
then I isolated for $x$ in one of the equations:
$3(k) - y = x$ so $3(p) = 3(k) - y - y$,
then this would become:
$3(p) = 3(k) - 2(y)$ and since $k$ and $y$ are integers $p$ is also an integer.
Would this reasoning be correct?
Hint:
It's simpler with congruences: the required properties are that $$x+y\equiv 0\mod 3\quad\text{ and }\quad x-y\equiv 0\mod 3$$ Adding these congruences, we obtain $$(x+y)+(x-y)=2x\equiv 0\mod 3,$$ in other words $3$ divides $2x$. However $3$ is prime – what can you deduce from this relation?