I have a problem here hope you will help me.
Let a be an integer. If $a^2-3$ is odd then $3a+2$ is even.
I am asked to prove this by contradiction.
Example:
Proposition
For all integers $n$, if $n3 + 5$ is odd then n is even.
Proof.
Let $n$ be any integer and suppose, for the sake of contradiction, that $n 3 + 5$ and $n$ are both odd. In this case integers $j$ and $k$ exist such that $n 3 + 5 = 2k + 1$ and $n = 2j + 1$. Substituting for $n$ we have $$2k + 1 = n 3 + 5 2k + 1 = (2j + 1)3 + 5 2k + 1 = 8j 3 + 3(2j) 2 (1) + 3(2j)(1)2 + 13 + 5 2k = 8j 3 + 12j 2 + 6j + 5$$ We found $2k = 8j 3 + 12j 2 + 6j + 5$. Dividing by $2$ and rearranging we have $k − 4j 3 − 6j 2 − 3j = 5 2$ . This, however, is impossible: $5/2$ is a non-integer rational number, while $k − 4j 3 − 6j 2 − 3j$ is an integer by the closure properties for integers. Therefore, it must be the case that our assumption that when $n 3 + 5$ is odd then $n$ is odd is false, so $n$ must be even.