Show that if n is an odd integer, then $n^2$ is odd.
Often in mathematics, when we are given only two strict possibilities for a claim, we can "guess" or assume one possibility, and try to arrive at an obvious contradiction (given that assumption). This is often called "proof by contradiction", and is prevalent in real analysis/proof based math.
The proof is as follows.
We assume the wrong case, that is, assume given a number $n\in \mathbb{Z}$, that its mapping $n^2$ is even.
That is, $n = (2a+1)$ such that $a\in\mathbb{N} \Rightarrow n^2=(2a+1)^2=(2a+1)(2a+1)=4a^2+4a+1 = 4a(a+1)+1.$
We note $4a(a+1)$ is even, seeing that a natural number multiplied by an even natural number yields an even number. If we add one to this, it yields an odd number.
What does this mean? Well we assumed that given an odd number $n$, that $n^2$ was even, but we just algebraically proved it must be odd! So by contradiction, $n^2$ must be odd.
This is redundant though, as you can set n to be odd and take it's square, which immediately proves this result. The above method should instead be applied when you're asked to prove $n$ is odd, given $n^2$ being odd.