Provide a counterexample to show that the following is not true:
If $a$, $b$, and $c$ are integers for which $a|(b + c)$, then $a|b$ and $a|c$.
My Solution
To find a counterexample, I first find the contrapositive of the entire implication by negating the statement:
NOT [If a, b, and c are integers for which a|(b + c), then a|b and a|c].
$\equiv$ If $a$, $b$, and $c$ are integers for which $a$ does not divide $b$ and $c$, then $a$ does not divide $b + c$.
Since I am attempting to find the contrapositive, I (1) applied negation to each of the 'something that happens' of the statement (added NOT) and swapped $A \implies B$ to $\neg B \implies \neg A$.
It seems that I must have done something incorrectly. For instance, take $a = 2$, $b = 3$, and $c = 9$.
I would greatly appreciate it if people could please take the time to explain the error in my reasoning and what the correct reasoning should be.
EDIT
It seems that I confused contrapositive with negation. It is important to remember that these are two independent concepts. Unfortunately, this was an incorrect situation to use contrapositives.