For a simple question like
Let $x, y \in Z$. If $3 | x$ or $3 | y$ then $3 | x y$.
Is it alright to assume all $x$ and all $y$ exist in $Z$?
I am trying to negate the statement but since it does not say 'each' explicitly, I am not sure.
$$P = \forall\,x,y\in\Bbb Z\;,\;\;\left[\;\left(3\mid x\;\;\vee\;\;3\mid y\right)\longrightarrow 3\mid xy\;\right]$$
and from here
$$\neg P=\exists\,x,y\in\Bbb Z\;,\;\;\neg\left[\;\left(3\mid x\;\;\vee\;\;3\mid y\right)\longrightarrow 3\mid xy\;\right]$$
You now may want to use
$$A\longrightarrow B\equiv \neg A\vee B$$
and also
$$\neg (A\vee B)\equiv \neg A\wedge \neg B$$
So isnt this always true because of the first part (before AND) since I can choose any x and y say 3 and 1 that are divisible by 3 ? @Timbuc
– Navy Seal Feb 23 '15 at 12:25