I’ve started doing an intro to number theory, and one of the cool things about it is that it examines some simple questions with complicated answers. Here’s a quick example:
Show that
is even, for any given integer n.
And here’s the proof: we can easily see that
. Since either
or
must be even, and the product of an even number with any other number is even, their product must also be even.
This sort of problem has a property similar to many geometry problems, which is that the original statement is easily comprehensible to people without a mathematical background. In this case, the solution also is widely accessible. There are some more complex proofs, though, and I’ve put one below the fold if you’re interested.
It is impossible to pick two integers a and b greater than two such that
divides evenly into
.
This is what I mean: I think this is a statement that is easily understood by anyone who remembers any 8th-grade math. Finding a proof of this, though, is trickier. We use an iterative approach, manipulating the expression until we get results.
First of all, for the sake of brevity, I’m going to use a bit of shorthand. When I say
what I mean is “x divides evenly into y”. This is the same as saying
for some integer value of p. The opposite of this is
. Now the proof itself.
Proof. Let a and b be any (not necessarily different) integers greater than 2.
Suppose for the time being that
. We are going to accept this assumption and show that it leads to a contradiction. This will prove that the assumption is false.
Now,

Since we’ve assumed that
divides evenly into
, we must be able to subtract any multiple of the first from the second, and the result will still be divisible by the first (if this is not obvious, try it with some integers and you’ll see why it works). So we can subtract
from the above expression, and it should still be divisible by
.
Here, we’ve shown that if
then
.
Now, we have three possible cases:

In this case, we have
. We can do the same thing as above, where we subtract a multiple of the first number, to get:


This means that
is a factor of 2, namely either 1 or 2. Thus
or
. 3 is impossible if
is an integer, and 2 is only possible if
, but we know that
so this is impossible.

Since
, the second term must be equal to or greater than the first. We can’t have
if
. So this gives us:


Now since
, this means
and therefore
. But we divide the last line by two to get:

Note that this difference cannot be zero, since the exponents are not equal. If both
and
are greater than 0 (and not equal), then their difference will be a multiple of 2. But it clearly is not. So one of the two must be less than or equal to 0. Which means either
or
is less than or equal to 1. It can’t be
, because we know it’s greater than 2. And it can’t be
because we already determined that it’s greater than 2. So we have another impossibility.

This is the only possibility left, therefore it must be true (if our initial assumption is true).
Now we have
, and we know that
, since it’s greater than
. Thus, we can plug
into this whole process, in place of
.
Note that
is smaller than
since
is positive. So when we wind up at this same step, with a result of
, we’re dealing with an even smaller number. We keep going, and eventually we get a number
that is smaller than or equal to
(I’m not going to prove that this is inevitable, but you should be able to convince yourself of this). This leads us to possibility 1 or 2, above, which is a contradiction.
Now the contradiction cascades back through the proof. Since a contradiction is generated in one of those three options, the conclusion that
must be false, therefore it cannot be the case that
. Thus it cannot be true that
and so on, back through the iterations of the proof. Thus it cannot be true that
, therefore it cannot be true that
. This was our initial assumption, therefore we have proved the opposite.
Now, the final step is to generalize the whole thing. Sure, this may work for some choice of
and
, but is this always true? Well, the proof does not depend on the values of the variables, except for the restriction that they both be greater than 2. So regardless of what values you put in, the original statement (in blockquote) holds. 
One final thing: why do we require that
and
be greater than 2? Because you can find counterexamples otherwise. For instance, if
, then the statement is false. And if
then the statement is always false.
Anyway, I hope I haven’t bored you too much. I find this sort of work very interesting, and this is just the basic groundwork of the field of Number Theory. Some of the more complicated theorems to do with, for instance, prime numbers, are very deep. Hopefully I’ll succeed in getting to work on this as a research project over the summer, and I can write more about it.
is even, for any given integer n.
