Suppose we have a basic statement that could easily be proved directly. For example,
Prove that if n is an even integer, then 7n-9 is an odd integer.
This could be proven by saying that n = 2k for some k and stating that 7n-9 = 7(2k)-9 = 14k-9 = 2(7k-5)+1, which is odd.
However, how would you prove something like this by contrapositive? Is it even possible?