Numbers Theory - MIT, Lecture notes of Number Theory

Theory of numbers taught by prof. Abhinav kumar in define interoduction, diophantine equations and divisibilty and GCD.

Typology: Lecture notes

2021/2022

Uploaded on 03/31/2022

alpana
alpana 🇺🇸

4.9

(13)

249 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
18.781 - Theory of Numbers, Spring 2012
Massachusetts Institute of Technology
taught by Prof. Abhinav Kumar
Lecture 1
Introduction, Diophantine Equations, Divisibility, GCD
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:
1.
In some ways the most basic piece of mathematics, for you can build
everything else from natural numbers.
negation division real analysis, Dedekind cuts
N Z Q R
1C
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.
1
pf3
pf4
pf5

Partial preview of the text

Download Numbers Theory - MIT and more Lecture notes Number Theory in PDF only on Docsity!

18.781 - Theory of Numbers, Spring 2012

Massachusetts Institute of Technology

taught by Prof. Abhinav Kumar

Lecture 1

Introduction, Diophantine Equations, Divisibility, GCD

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:

  1. In some ways the most basic piece of mathematics, for you can build everything else from natural numbers.

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)

  1. 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.

  1. Has some great applications - eg., RSA public key cryptography, construc- tion of expander graphs, coding theory, etc.
  2. It’s a great place to learn how to read and write proofs
  3. It’s 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

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

  1. Successor Operation - Fundamental operation for natural numbers:

s(n) = n + 1

  • Addition then becomes repeated applications of successor, multipli- cation is repeated addition
  1. 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
  2. Well Ordering Principle (WOP) - Every nonempty subset of natural num- bers has a smallest element
  • PMI and WOP are equivalent - each follows from the other
  1. Divisibility - Say a|b if b = ax for a, b, x ∈ Z and a = 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

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

1 8.781 Theory of Numbers

Spring 201 2

For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.