Number Theory
The Number Theory is a wonderful part of mathematics which studies how to solve various problems using properties that different numbers possess.
Motivation
As a motivation for studying, the following example might be good:
Is there a solution of for some integers , ?
Aaaand ... No there is no solution due to the fact that both sides can't be at the same time:
Let us take two cases:
- , then when we have , then is as well even,. Now, adding . Finally, results in , which is always .
- , then
So the LHS is always odd. Now, considering LHS, we can do a similar analysis:
- , then
- , then
RHS is always . Here we arrive at a contradiction ⚡️ , which proves, that there is no solution to the given equation.
This example reveals that by knowing how even and odd numbers react to adding them or raising to some power (in a sense knowing some theory behind these numbers), we can prove that there is no solution for a given equation. The example above is shown informally and serves rather as an intuition and motivation.
References
The following are some references to problem sets which were quite useful to get more practice with number theory. I think some of them were super useful during the exam preparation. In this chapter practice and experience really is the way to go:
-
250 Problems in elementary number theory - Sierpinski (1970) (opens in a new tab): I would recommend looking at some problems from here and spending some time thinking about them. Obviously some parts of the problem set are not solvable with the knowledge which is relevant for this course (such as part 5 about diophantine equations). However part 1 and 2 are pretty interesting and it turns out that there are some problems in this set which actually occured in exactly like this in old exams - so the style of the exercises matches pretty good.
-
MATH 312 An Introduction to number theory: problem sets - University of British Colombia (opens in a new tab): Very nice problem set with interesting exercises. Some of them are a bit out of scope, but the first sections definitly provide good practice to get faster with computations or get an intuition for core proof strategies.
-
Number Theory Document - artofproblemsolving.com (opens in a new tab)