18.781 - Theory of Numbers, Spring 2012: Introduction, Diophantine Equations, Divisibility, GCD
18.781 - Theory of Numbers, Spring 2012: Introduction, Diophantine Equations, Divisibility, GCD
Lecture 1
Introduction, Diophantine Equations, Divisibility, GCD
Introduction - First, what is number theory? At the most basic level, its the
study of the properties of the integers Z = {. . . , 2, 1, 0, 1, 2, . . . } or the natural numbers N = {0, 1, 2, . . . }. A few reasons to study number theory:
1. In some ways the most basic piece of mathematics, for you can build
everything else from natural numbers.
negation
division
N Z Q R C
From there you can get to calculus, topology, etc.
God made the integers, all the rest is the work of man.
Leopold Kronecker (1823-1891)
2. Some of the most elegant mathematics!
Mathematics is the queen of sciences and number theory is the
queen of mathematics. She often condescends to render service
to astronomy and other natural sciences, but in all relations she
is entitled to the first rank.
Carl Friedrich Gauss (1777-1855)
Number theory uses techniques from algebra, analysis, geometry and
topology, logic and computer science, and often drives development in
these fields.
3. Has some great applications - eg., RSA public key cryptography, construction of expander graphs, coding theory, etc.
4. Its a great place to learn how to read and write proofs
5. Its a rich source of conjecture which are easy to state and VERY hard to
prove
Diophantine Equations - Given some equation, look for integer solutions.
Eg. The Pythagorean Theorem
a2 + b2 = c2
results in triples (3, 4, 5), (5, 12, 13), (7, 24, 25), (8, 15, 17), etc. This can also be
generalized to Fermats Last Theorem,
an + bn = cn
or to the open question of the existence of a perfect cuboid, where a2 + b2 +
c2 , a2 + b2 , a2 + c2 , and b2 + c2 are all squares, with integer a, b, c.
Basic Properties of N
1. Successor Operation - Fundamental operation for natural numbers:
s(n) = n + 1
Addition then becomes repeated applications of successor, multiplication is repeated addition
2. Principle of Mathematical Induction (PMI) - For property p(n) true or
false, if 1. p(1) true and 2. p(n) p(n + 1), then p(n) true for all natural
numbers
3. Well Ordering Principle (WOP) - Every nonempty subset of natural numbers has a smallest element
PMI and WOP are equivalent - each follows from the other
4. Divisibility - Say a|b if b = ax for a, b, x Z and a 6= 0
(a) n N, n|0
(b) a|b, b|c = a|c
(c) a|b, a|c = a|bx + cy x, y Z
Theorem 1 (Division with Remainder). Given a, b Z with a > 0, q, r Z such
that b = aq + r, 0 r < a
2
Corollary 4. If c|ab and (c, a) = 1, then c|b
Proof.
(a, c) = 1 1 = ax + cy
b = abx + bcy
c|ab, c|bc c|(abx + bcy) = b
MIT OpenCourseWare
http://ocw.mit.edu
For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.