How to prove that any integer $n$ which is not divisible by $2$ or $3$ is not divisible by $6$?
The point was to prove separately inverse, converse and contrapositive statements of the given statement: "for all integers $n$, if $n$ is divisible by $6$, then $n$ is divisible by $3$ and $n$ is divisible by $2$". I have the proof for converse and inverse similar to that given in comments. I have trouble only with the proof that integer not divisible by $2$ or $3$ is not divisible by $6$.
As I review my proof for inverse statement, I'm not sure of it as well. "For all integers $n$, if $n$ is not divisible by $6$, $n$ is not divisible by $3$ or $n$ is not divisible by $2$."
$n = 6x$ where $x$ is not an integer
$n = 2\cdot 3\cdot x$
$n/2 = 3x$ and $n/3 = 2x$ where $2x$ or $3x$ is not an integer,
so $n$ is not divisible by $2$ or $3$