



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Theory of numbers taught by prof. Abhinav kumar in define interoduction, diophantine equations and divisibilty and GCD.
Typology: Lecture notes
1 / 5
This page cannot be seen from the preview
Don't miss anything!




Introduction - First, what is number theory? At the most basic level, it’s the study of the properties of the integers Z = {... , − 2 , − 1 , 0 , 1 , 2 ,... } or the natu- ral numbers N = { 0 , 1 , 2 ,... }. A few reasons to study number theory:
negation (^) division real analysis, Dedekind cuts √ N −−−−−→ Z −−−−→ Q −−−−−−−−−−−−−−−→ R −− − −→ 1 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)
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.
Diophantine Equations - Given some equation, look for integer solutions.
Eg. The Pythagorean Theorem
a^2 + b^2 = c^2
results in triples (3, 4, 5), (5, 12, 13), (7, 24, 25), (8, 15, 17), etc. This can also be generalized to Fermat’s Last Theorem,
an^ + bn^ = cn
or to the open question of the existence of a perfect cuboid, where a^2 + b^2 + c^2 , a^2 + b^2 , a^2 + c^2 , and b^2 + c^2 are all squares, with integer a, b, c.
Basic Properties of N
s(n) = n + 1
(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
Corollary 3. If (a, m) = 1 and (b, m) = 1, then (ab, m) = 1
Proof.
1 = ax + my, ax = 1 − my 1 = bx′^ + my′, bx′^ = 1 − my′ abxx′^ = (1 − my)(1 − my′) = 1 − my − my′^ + m^2 yy′ = 1 + m(−y − y′^ + myy′) 1 = ab(xx′) + m(y + y′^ − myy′)
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
Spring 201 2
For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.