Prove that if $\forall a,b,c \in \Bbb Z$, if $a|b$ and $a \nmid c$ then $a \nmid (b+c)$.
My proof was:
Let's look at 2 cases: 1) Assume $a|b$ is true and a is even. That means for $k\in \Bbb Z$, $2k|b$ which means b has to be even. And for $2k \nmid c$, that means c has to be odd. So $a \nmid (2k+2k+1)$ -> $a\nmid (4k+1)$ -> $2k \nmid 2(2k)+1$. That means even + odd = odd, and even|odd. So true when a is even.
2) When a is odd, assume a|b and $a \nmid c$ is true. Let $k \in \Bbb Z$. $2k+1|b$ and $2k+1 \nmid c$. Now let $m \in \Bbb Z$. $m(2k+1) = b$ and $m(2k+1) \neq c$. That means $m(2k+1) \neq m(2k+1)$ which doesn't make sense so that means the hypothesis is false, and F -> T = T.
Since all cases are true, statement is true QED.
I got a 0/3 on this question, and I'm not sure why, the part in case 1 where I said "$2k \nmid c$, that means c has to be odd." was underlined but that's all the feedback I got.
HINT
As noticed $2k\nmid c \not \Rightarrow c$ is odd.
To prove the result, let us use proof by contradiction
$$a|(b+c)\implies b+c=ka.$$