The claim is true
Proof by contrapositive.
The conditional "if P, then Q" has the contrapositive "if not Q, then not P".
We negate each part and swap them.
An example would be "if it rains, then it's wet outside" has the contrapositive "if it's not wet outside, then it's not raining".
The conditional
has the contrapositive form

We can rewrite that to

Assume n is even. This would mean n = 2k for some integer k.

Therefore, if n is even, then
is odd.
This wraps up the contrapositive proof. This is because the original conditional and the contrapositive form have the same truth value. If one is true then both are true.
-----------------------------
Another Proof:
Let
be an even integer.

Subtract 1 from both sides to get
which is odd. The 2m is even and 2m-1 is odd.
If n was even, then
which shows that
is also even.
But this contradicts the
being odd.
Therefore n must be odd when
is even.