39
Some History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department of Mathematics Colorado College Fall, 2009 Sunil Chetty Diophantine Equations

Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

  • Upload
    dodan

  • View
    215

  • Download
    1

Embed Size (px)

Citation preview

Page 1: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Exploring Number Theory via DiophantineEquations

Sunil Chetty

Department of MathematicsColorado College

Fall, 2009

Sunil Chetty Diophantine Equations

Page 2: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Outline

Some History

First ExamplesLinear Diophantine EquationsPythagorean Triples

Pell’s EquationIntroduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Elliptic CurvesEarly WorkFermat’s Last Theorem

Sunil Chetty Diophantine Equations

Page 3: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

DiophantusDiophantine equations are named after the Greekmathematician Diophantus, c. 250, of Alexandria. In hisArithmetica, a treatise of several books, he studies some 200equations in two or more variables with the restriction that thesolutions be rational numbers.

(1570) Bombelli included translated parts in his Algebra.(1575) Holzmann (a.k.a. Xylander) attempted a completed

translation.(1593) Viète reproduced a large part in his Zetetica.(1621) Bachet published Diophantus’ text in Greek, as well as a

Latin translation with commentary.

Sunil Chetty Diophantine Equations

Page 4: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Fermat, Euler, and GaussWeil, in his book Number Theory, remarks that the birth ofmodern number theory happens on two occassions.

... by 1636, as we learn from his correspondence,[Fermat] had not only studied [Bachet] but was alreadydeveloping ideas of his own... In 1729... Euler reportsthat he has “just been reading Fermat” and that he hasbeen greatly impressed by Fermat’s assertion thatevery integer is a sum of four squares...

In 1801, Gauss’ Disquisitiones Arithmeticae marked theculmination of the work of Fermat, Euler, and others. Gaussalso introduces fundamental concepts such as congruencesand generalized integers.

Sunil Chetty Diophantine Equations

Page 5: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Hilbert

In 1900, with the long history of mathematicians working onvarious Diophatine equations, David Hilbert challenged themathematical community to find an algorithm which woulddetermine, given a Diophantine equation, whether or not thereis a solution in the integers.

Theorem (Davis-Putnam-Robinson, Matijasevic̆)There is no such algorithm.

This theorem, in some sense, forces us to attack Diophantineequations in a more reserved manner, but also ensures thatthere is still work to do.

Sunil Chetty Diophantine Equations

Page 6: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Linear Diophantine EquationsPythagorean Triples

An Example

Suppose there is a piggy bank which contains only quarters,dimes, and nickels, with a total value of $10. Can we determineexactly how many of each coin is inside?

A model we could use for answering this question is a “linearDiophantine equation”

25x + 10y + 5z = 1000,

with x representing the number of quarters, y the dimes, and zthe nickels.

Sunil Chetty Diophantine Equations

Page 7: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Linear Diophantine EquationsPythagorean Triples

Two-Variable Linear Diophantine Equations

A linear Diophantine equation in two variables is of the form

ax + by + c = 0 or ax + by = c,

with a, b, and c integers, and for which the variables x and y canonly have integer values.

QuestionCan we determine when such an equation has a solution?

ExampleConsider 30x + 14y = 1.We can rewrite this as 2(15x + 7y) = 1, so the left side is alwayseven and the right side is never even.

Sunil Chetty Diophantine Equations

Page 8: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Linear Diophantine EquationsPythagorean Triples

Greatest Common DivisorThe greatest common divisor, or GCD, of two integers a andb is the largest positive integer which divides both a and b. Wedenote it by (a, b).

ExampleLet a = 30 and b = 14. Since

30 = 2 · 15 = 2 · 3 · 5 and 14 = 2 · 7,

the common divisors are ±1 and ±2. So (30, 14) = 2.

We can express the GCD as a “linear combination”:

2 = 30− 28 = 30(1) + 14(−2).

Sunil Chetty Diophantine Equations

Page 9: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Linear Diophantine EquationsPythagorean Triples

Existence of a Solution

In the example 30x + 14y = 1, the GCD of 30 and 14 does notdivide 1 and the equation has no solutions.

Consider 30x + 14y = 6. With x = 1 and y = −2, we saw

30(1) + 14(−2) = 2.

Since 6 = 2 · 3, when we try x = 3, and y = −2 · 3 = −6:

30(3) + 14(−6) = 3( 30(1) + 14(−2) ) = 3(2) = 6.

TheoremFor ax + by = c, there is a solution when c is divisible by (a, b),otherwise there are none.

Sunil Chetty Diophantine Equations

Page 10: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Linear Diophantine EquationsPythagorean Triples

All Solutions

We have explored when a solution exists, but in number theorywe would like to understand all solutions.

We continue with 30x + 14y = 6, and the solution x = 3, y = −6above. Suppose u and v give another solution.

30u + 14v = 30(3) + 14(−6)⇒ 30(u− 3) = 14(−6− v)⇒ 15(u− 3) = 7(−6− v)

This forces, for some integer k,

u = 3− 7k and v = −6 + 15k,

so our one explicit solution tells us how to get all the others.

Sunil Chetty Diophantine Equations

Page 11: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Linear Diophantine EquationsPythagorean Triples

Pythagorean Triples

A familiar non-linear Diophantine equation is x2 + y2 = z2.

We see (3, 4, 5), (6, 8, 10), and (5, 12, 13) all satisfy the equation.

QuestionsAre we in a situation as above? Does one solution produceothers in a simple way? All others?

If (x, y, z) is Pythagorean, then so is (kx, ky, kz) since

(kx)2 + (ky)2 = k2(x2 + y2) = k2z2 = (kz)2.

So, (3, 4, 5) produces (6, 8, 10), (9, 12, 15), . . . , (51, 68, 85), . . .

Sunil Chetty Diophantine Equations

Page 12: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Linear Diophantine EquationsPythagorean Triples

Primitive Solutions

Let (x, y, z) be Pythagorean, with (x, y) = (x, z) = (y, z) = 1.(We may assume x, z are odd and y is even.)

Factoring, we get y2 = z2 − x2 = (z + x)(z− x), and since y iseven, ( y

2

)2=

(z + x

2

) (z− x

2

).

Since (x, z) = 1, the terms on the right have no common factors.With a little algebra we get, for some integers r and s,

z + x = 2r2, z− x = 2s2, and y = 2rs.

Sunil Chetty Diophantine Equations

Page 13: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Linear Diophantine EquationsPythagorean Triples

Gaussian Integers

Recall all complex numbers can be written as a + ib, where aand b are real numbers and i :=

√−1. If we only allow integer

values for a and b we have the set Z[i] of “Gaussian integers.”

FactZ[i] enjoys the property of unique factorization into “primes”.

In Z[i], we can factor z2 = x2 + y2 = (x + iy)(x− iy), and thenunique factorization leads to

x + iy = (r + si)2 = (r2 − s2) + i(2rs).

Sunil Chetty Diophantine Equations

Page 14: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Pell’s Equation

Let d be an integer. A Pell equation is one of the form

x2 − dy2 = ±1.

In 1657, Fermat challenged the English mathematicians of thetime to solve x2 − dy2 = 1 for general d, and if failing that to atleast try x2− 61y2 = 1 and x2− 109y2 = 1, where he chose smallcoefficients “pour ne vous donner pas trop de peine” (so youdon’t have too much work).

d 60 61 62 108 109 110x 31 1766319049 63 1351 158070671986249 21y 4 226153980 8 130 15140424455100 2

Sunil Chetty Diophantine Equations

Page 15: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Simple Cases

With any Pell equation x2 − dy2 = 1, there are the trivialsolutions x = ±1, y = 0, and possibly x = 0, y = ±1.

Suppose d = −1. Then there can be no non-trivial solutionssince

x2 − (−1)y2 = x2 + y2 ≥ 1.

Now suppose d = 4 (a perfect square). Then

x2 − 4y2 = x2 − (22)y2 = x2 − (2y)2

= (x− 2y)(x + 2y) = 1.

Sunil Chetty Diophantine Equations

Page 16: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Remaining Cases

From now on we assume d > 0 and is not a perfect square.

FactIf d > 0 is not a perfect square then

√d is irrational.

Notice that for x, y > 0

x2 − dy2 = 1⇒(

xy

)2

= d +1y2 ≈ d.

So, xy is a rational number which approximates

√d.

Sunil Chetty Diophantine Equations

Page 17: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Approximating Irrational NumbersLet x be an irrational number. We define a sequence of integers{a0, a1, a2, . . .} as follows.

I Set a0 to be the largest integer < x, and x1 = 1/(x− a0).Note that x1 is irrational and x1 > 1.

I Set a1 to be the largest integer < x1, and x2 = 1/(x1 − a1).. . .

I Set ai to be the largest integer < xi, and xi+1 = 1/(xi − ai).

This gives a sequence of rational approximations to x

p0

q0= a0,

p1

q1= a0 +

1a1,

p2

q2= a0 +

1a1 + 1

a2

, . . .

Sunil Chetty Diophantine Equations

Page 18: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

An Example

Consider x =√

2.I First, 1 < x < 2, so a0 = 1 and x1 = 1/(

√2− 1) =

√2 + 1.

I Next, 2 < x1 < 3, so a1 = 2 and thenx2 = 1

(√

2+1)−2= 1√

2−1=√

2 + 1.

I Since x2 = x1, the process repeats and our sequence is{1, 2, 2, 2, . . .}.

The sequence of rational approximations is then

p0

q0= 1,

p1

q1= 1 +

12

=32,

p2

q2= 1 +

12 + 1

2

=75, . . .

Sunil Chetty Diophantine Equations

Page 19: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Applications to Pell’s Equation

TheoremIf

∣∣∣√2− pq

∣∣∣ < 12q2 then p

q is one of the continued fraction rational

approximations of√

2.

What if we know x, y > 0 is a solution to x2 − 2y2 = 1?

Example: d = 2Let x = 17, y = 12:

I 172 − 2 · 122 = 289− 2 · 144 = 289− 288 = 1.

I

∣∣∣√2− 1712

∣∣∣ ≈ .002453 < .003472 ≈ 12·122 .

Sunil Chetty Diophantine Equations

Page 20: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Generating New SolutionsIf we allow ourselves to work with

√d, we have

x2 − dy2 = (x + y√

d)(x− y√

d)

and multiplication formula

(x± y√

d)(u± v√

d) = (xu + dyv)± (xv + uy)√

d.

With these, if x2 − dy2 = 1 and u2 − dv2 = 1 then

1 = (x2 − dy2)(u− dv2)= (x−

√dy)(x +

√dy)(u−

√dv)(u +

√dv)

= (x−√

dy)(u−√

dv)(x +√

dy)(u +√

dv)= (xu + dyv)2 − d(xv + uy)2.

Sunil Chetty Diophantine Equations

Page 21: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

An Example

Now, from one solution with x > 0 and y > 0, we have infinitelymany solutions

xn + yn√

d = (x + y√

d)n, for n ≥ 1.

Example: d = 2We see that x = 3, y = 2 is a solution to x2 − 2y2 = 1.

I (3 + 2√

2)2 = 17 + 12√

2.I (3 + 2

√2)3 = 99 + 70

√2.

I (3 + 2√

2)4 = 577 + 408√

2.I (3 + 2

√2)5 = 3363 + 2378

√2.

Sunil Chetty Diophantine Equations

Page 22: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

A Complete Solution

Theorem (Lagrange, 1768)There exists a positive integer solution x1, y1 to the Pell equationx2 − dy2 = 1 such that all other positive integer solutions xn, yn

are derived from it via the power rule

xn + yn√

d = (x1 + y1√

d)n, for n ≥ 1.

Note: It not quite as simple to describe the solutions of

x2 − dy2 = −1,

but they will still come from the rational approximation processdescribed above.

Sunil Chetty Diophantine Equations

Page 23: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Polygonal NumbersThe d-gonal numbers are partial sums of the arithmeticprogression with initial term 1 and common difference d − 2.

Tn = 1 + 2 + · · ·+ n = n(n+1)2

Sn = 1 + 3 + · · ·+ (2n− 1) = n2

Pn = 1 + 4 + · · ·+ (3n− 2) = 3n2−n2

Sunil Chetty Diophantine Equations

Page 24: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Triangular-Square NumbersA triangular-square number: Tm = Sn for some m and n.

QuestionAre there any triangular-square numbers besides 1?

By the formulae above

Tm = Snm2+m

2 = n2

m2 + m = 2n2(m + 1

2

)2 − 14 = 2n2

(2m + 1)2 − 1 = 2(2n)2

(2m + 1)2 − 2(2n)2 = 1.

Sunil Chetty Diophantine Equations

Page 25: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Triangular-Square NumbersSo, the question is reduced to solving x2 − 2y2 = 1 with x, y > 0and x odd, y even.

It turns out that to satisfy this equation, x must be odd and ymust be even.

x 3 17 99 577 3363 19601y 2 12 70 408 2378 13860

m = (x− 1)/2 1 8 49 288 1681 9800n = y/2 1 6 35 204 1189 6930Tm = Sn 1 36 1225 41616 1413721 48024900

Note T49 = S35 = 1225 means 1 + 2 + · · ·+ 49 = 35 · 35.(These numbers are Sloane’s A001110.)

Sunil Chetty Diophantine Equations

Page 26: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Square-Pentagonal NumbersA square-pentagonal number: Sm = Pn for some m and n.

QuestionAre there any square-pentagonal numbers besides 1?

By the formulae above

Sm = Pn

m2 = 3n2−n2

2m2 = 3n2 − n

2m2 = 3((

n− 16

)2 − 136

)6(2m)2 = (6n− 1)2 − 1

(6n− 1)2 − 6(2m)2 = 1.

Sunil Chetty Diophantine Equations

Page 27: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Square-Pentagonal Numbers

This time the problem is reduced to solving x2 − 6y2 = 1, withx, y > 0, x = 6n− 1, and y even.

In x2 − 6y2 = 1, y is always even, x = 6n± 1, but not necessarilyx = 6n− 1.

x 5 49 485 4801 47525 470449y 2 20 198 1960 19402 192060m 1 99 9701n 1 81 7921

Sm = Pn 1 9801 94109401

(These numbers are Sloane’s A036353.)

Sunil Chetty Diophantine Equations

Page 28: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Pythagorean Triples againAre there other Pythagorean triples like (3, 4, 5), i.e. withconsecutive numbers in the first two variables?

We want to solve m2 + (m + 1)2 = n2.

Notice that here, n must be odd.

2m2 + 2m + 1 = n2

2(m2 + m) + 1 = n2

2((

m + 12

)2 − 14

)− 1 = n2

(2m + 1)2 + 1 = 2n2

(2m + 1)2 − 2n2 = −1

Sunil Chetty Diophantine Equations

Page 29: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Pythagorean Triples again

m2 + (m + 1)2 = n2 ⇔ (2m + 1)2 − 2n2 = −1.

So, we need to understand solutions to x2 − 2y2 = −1. It turnsout x and y must be odd, so our condition on n is automatic.

x 1 7 41 239 1393 8119y 1 5 29 169 985 5741

m = (x− 1)/2 0 3 20 119 696 4059n = y 1 5 29 169 985 5741

32 + 42 = 52, 202 + 212 = 292, 1192 + 1202 = 1692.

Sunil Chetty Diophantine Equations

Page 30: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Introduction to Pell’s EquationContinued FractionsElementary Problems and Pell’s Equation

Pythagorean Triples againAre there Pythagorean triples with consecutive numbers in thelast two variables?

We want m2 + n2 = (n + 1)2, which is equivalent to m2 = 2n + 1.So, m needs to be odd, i.e. m = 2k + 1. This makes

n = (m2 − 1)/2 = 2k2 + 2k.

k 1 2 3 4 5 62k + 1 3 5 7 9 11 13

2k2 + 2k 4 12 24 40 60 842k2 + 2k + 1 5 13 25 41 61 85

This has nothing to do with Pell’s equation.

Sunil Chetty Diophantine Equations

Page 31: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Early WorkFermat’s Last Theorem

An Example

In the 17th century, Bachet and Fermat studied the equationy2 = x3 − 2. We will see that this equation has a finite number ofsolutions in the integers.

We can start by simple trial-and-error:I x = 1: 13 − 2 = 1− 2 = −1, no possible (real) y.

I x = 2: 23 − 2 = 8− 2 = 6, no possible (integer) y.

I x = 3: 33 − 2 = 27− 2 = 25 = 52, so y = ±5 works.

So far, (3,±5) are two integral solution of the equation.

Sunil Chetty Diophantine Equations

Page 32: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Early WorkFermat’s Last Theorem

Integral Solutions of y2 = x3 − 2

Recall: Z[i] consists of complex numbers x + iy, with x, yrestricted to the integers.

If we denote α =√−2, we can define a set Z[α] of complex

numbers of the form x + αy, again with x, y restricted to theintegers.

FactZ[α] also has the property of unique factorization into “primes.”

In Z[α], the equation y2 = x3 − 2 can be factored

(y + α)(y− α) = x3.

Sunil Chetty Diophantine Equations

Page 33: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Early WorkFermat’s Last Theorem

Integral Solutions of y2 = x3 − 2

From (y + α)(y− α) = x3 and unique factorization, one obtains

y + α = (u + αv)3, u, v integers.

Expanding the right-hand side and collecting terms gives

y = u3 − 6uv2 and 1 = 3u2 − 2v3

= v(3u2 − 2v2),

so it must be that u = v = 1.

Thus, the only integral solutions to y2 = x3 − 2 are (3,±5).

Sunil Chetty Diophantine Equations

Page 34: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Early WorkFermat’s Last Theorem

Elliptic Curves

The equation y2 = x3 − 2 is an example of an elliptic curve.

More generally, an elliptic curve is the set of solutions to anequation of the form

y2 = x3 + ax2 + bx + c.

For integral solutions there is a nice theorem.

Theorem (Siegel, 1926)If a, b, and c are integers, then there are only finitely manyintegral solutions to y2 = x3 + ax2 + bx + c.

Sunil Chetty Diophantine Equations

Page 35: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Early WorkFermat’s Last Theorem

Adding SolutionsFor elliptic curves, understanding all of the solutions in therational numbers is a much more complicated problem.

Sunil Chetty Diophantine Equations

Page 36: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Early WorkFermat’s Last Theorem

Mordell-Weil Theorem

In 1922, Mordell used Fermat’s idea of “descent” to prove

Theorem (Mordell, 1922)For y2 = x3 + ax2 + bx + c, with a, b, and c integers, there existsa finite set of rational solutions (x1, y1), . . . , (xr, yr) such that allother rational solutions can be obtained from these by repeatedapplication of the chord-tangent process.

ProblemThis proof only gives existence. Currently, there is no method togenerate this finite set, nor a way to determine just how manypoints (the rank) are needed in this finite set.

Sunil Chetty Diophantine Equations

Page 37: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Early WorkFermat’s Last Theorem

The Statement

In his copy of Bachet, Fermat stated:

Cubum autem in duos cubos,aut quadratoquadratum in duosquadratoquadratos, etgeneraliter nullam in infinitumultra quadratum potestatem induos eiusdem nominis fas estdividere cuius reidemonstrationem mirabilemsane detexi. Hanc marginisexiguitas non caperet.

It is impossible to separate acube into two cubes, or a fourthpower into two fourth powers, orin general, any power higherthan the second into two likepowers. I have discovered atruly marvellous proof of this,which this margin is too narrowto contain.

I.e., the equation xn + yn = zn has no integer solutions.

Sunil Chetty Diophantine Equations

Page 38: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Early WorkFermat’s Last Theorem

Frey, Ribet, and Wiles

In 1985, Frey suggested that one consider the elliptic curve

Ea,b,c : y2 = x(x− an)(x + bn)

where an + bn = cn. A conjecture of Taniyama and Shimurastates that such an elliptic curve should be “modular.”

Theorem (Ribet)Ea,b,c is not modular.

Theorem (Wiles-Taylor)Ea,b,c is modular.

So, assuming there exist integers a, b, c with an + bn = cn leadsto a contradiction by way of a strange elliptic curve.

Sunil Chetty Diophantine Equations

Page 39: Exploring Number Theory via Diophantine · PDF fileSome History First Examples Pell’s Equation Elliptic Curves Exploring Number Theory via Diophantine Equations Sunil Chetty Department

Some HistoryFirst ExamplesPell’s EquationElliptic Curves

Early WorkFermat’s Last Theorem

The End

Thank you for your attention.

Sunil Chetty Diophantine Equations