Activity 1-13: Descent www.carom-maths.co.uk. This problem is due to Euler. Task: Show that the equation x 3 + 2y 3 + 4z 3 = 0 has the sole solution (0,

Slides:



Advertisements
Similar presentations
Introduction to Proofs
Advertisements

1 In this lecture  Number Theory ● Rational numbers ● Divisibility  Proofs ● Direct proofs (cont.) ● Common mistakes in proofs ● Disproof by counterexample.
Section 11 Direct Products and Finitely Generated Abelian Groups One purpose of this section is to show a way to use known groups as building blocks to.
Activity 1-16: The Distribution Of Prime Numbers
Sets, Combinatorics, Probability, and Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides.
Chapter Primes and Greatest Common Divisors ‒Primes ‒Greatest common divisors and least common multiples 1.
Basic properties of the integers
22C:19 Discrete Structures Logic and Proof Spring 2014 Sukumar Ghosh.
More Number Theory Proofs Rosen 1.5, 3.1. Prove or Disprove If m and n are even integers, then mn is divisible by 4. The sum of two odd integers is odd.
Induction Sections 41. and 4.2 of Rosen Fall 2008 CSCE 235 Introduction to Discrete Structures Course web-page: cse.unl.edu/~cse235 Questions:
Elementary Number Theory and Methods of Proof. Basic Definitions An integer n is an even number if there exists an integer k such that n = 2k. An integer.
Induction Sections 4.1 and 4.2 of Rosen Fall 2010
CSE115/ENGR160 Discrete Mathematics 01/31/12 Ming-Hsuan Yang UC Merced 1.
CSE115/ENGR160 Discrete Mathematics 02/01/11
Inverses and GCDs Supplementary Notes Prepared by Raymond Wong
Complexity1 Pratt’s Theorem Proved. Complexity2 Introduction So far, we’ve reduced proving PRIMES  NP to proving a number theory claim. This is our next.
1 Indirect Argument: Contradiction and Contraposition.
The essential quality of a proof is to compel belief.
Polygonal, Prime and Perfect Numbers
Methods of Proof Lecture 4: Sep 16 (chapter 3 of the book)
Pythagorean Triples Big Idea:.
Math 409/409G History of Mathematics Pythagorean Triples.
Euclid’s Classification of Pythagorean triples Integer solutions to x 2 +y 2 =z 2. These give right triangles with integer sides. Examples (2n+1,2n 2 +2n,2n.
Fermat’s Last Theorem Samina Saleem Math5400. Introduction The Problem The seventeenth century mathematician Pierre de Fermat created the Last Theorem.
Forms of a Quadratic Equation
CS 2210 (22C:019) Discrete Structures Logic and Proof Spring 2015 Sukumar Ghosh.
Activity 2-17 : The ABC Conjecture
Methods of Proof & Proof Strategies
Chapter 4: Elementary Number Theory and Methods of Proof 4.2 Direct Proof and Counter Example II: Rational Numbers 1 Such, then, is the whole art of convincing.
Module :MA3036NI Cryptography and Number Theory Lecture Week 7
Benchmark 40 I can find the missing side of a right triangle using the Pythagorean Theorem.
Pythagorean Triples (1/24) Pythagorean Theorem. A triangle with sides of length a, b and c is a right triangle if and only if a 2 + b 2 = c 2. As number.
1 Methods of Proof CS/APMA 202 Epp, chapter 3 Aaron Bloomfield.
Methods of Proof. This Lecture Now we have learnt the basics in logic. We are going to apply the logical rules in proving mathematical theorems. Direct.
Activity 2-17: Zeroes of a Recurrence Relation
1 Introduction to Abstract Mathematics Chapter 3: Elementary Number Theory and Methods of Proofs Instructor: Hayk Melikya Direct.
Activity 2-2: Mapping a set to itself
Chapter 11 The Number Theory Revival
Chapter 5 Existence and Proof by contradiction
Methods of Proof Lecture 3: Sep 9. This Lecture Now we have learnt the basics in logic. We are going to apply the logical rules in proving mathematical.
Activity 1-7: The Overlapping Circles
Activity 2-12: Hikorski Triples
CSE 311: Foundations of Computing Fall 2014 Lecture 12: Primes, GCD.
Activity 2-15: Elliptic curves
Section 3.3: Mathematical Induction Mathematical induction is a proof technique that can be used to prove theorems of the form:  n  Z +,P(n) We have.
Activity 2-5: What are you implying?
Activity 1-8: Repunits 111, 11111, , are all repunits. They have received a lot of attention down the.
1 Section Congruences In short, a congruence relation is an equivalence relation on the carrier of an algebra such that the operations of the algebra.
Method of proofs.  Consider the statements: “Humans have two eyes”  It implies the “universal quantification”  If a is a Human then a has two eyes.
Direct Proof and Counterexample III
22C:19 Discrete Structures Logic and Proof Fall 2014 Sukumar Ghosh.
CS104:Discrete Structures Chapter 2: Proof Techniques.
Section 1.7. Definitions A theorem is a statement that can be shown to be true using: definitions other theorems axioms (statements which are given as.
NOVEMBER 3, 2008 Pythagorean Theorem and Special Right Triangles.
Activity 1-12 : Multiple-free sets
Methods of Proof Lecture 4: Sep 20 (chapter 3 of the book, except 3.5 and 3.8)
Infinite sets We say that a set A is infinite if a proper subset B exists of A such that there is a bijection It is easy to see that no set with a finite.
Direct Proof and Counterexample III Part 2 Lecture 16 Section 3.3 Tue, Feb 13, 2007.
Pythagorean Triples.
Direct Proof and Counterexample IV: Division into Cases and the Quotient-Remainder Theorem For each of the following values of n and d, find integers q.
“n = 2 is great, but the fun starts at n = 3”- Math
Activity 2-18: Cyclotomic polynomials
Predicate Calculus Validity
Study Guide State Fermat’s Last Theorem.
CS 220: Discrete Structures and their Applications
Zeroes of a Recurrence Relation
Direct Proof and Counterexample I
Activity 2-18: Cyclotomic polynomials
5.6 Inequalities in Two Triangles and Indirect Proof
Proving Right Triangles
Presentation transcript:

Activity 1-13: Descent

This problem is due to Euler. Task: Show that the equation x 3 + 2y 3 + 4z 3 = 0 has the sole solution (0, 0, 0) for integer x, y and z. Suppose we DO have a solution. We can see that x 3 is even, so x must be even. Say x = 2x’. Thus 8x’ 3 + 2y 3 + 4z 3 = 0, So 4x’ 3 + y 3 + 2z 3 = 0 Thus y = 2y’, and we have 4x’ 3 + 8y’ 3 + 2z 3 = 0, or 2x’ 3 + 4y’ 3 + z 3 = 0. Thus z = 2z’, and we have 2x’ 3 + 4y’ 3 + 8z’ 3 = 0, or x’ 3 + 2y’ 3 + 4z’ 3 = 0.

So as long as (x, y, z) is not (0, 0, 0), our solution (x, y, z) has led to a smaller solution (x’, y’, z’). We cannot go on like this indefinitely, since there are finitely many integers between x and 0. So the only possible values for (x, y, z) are (0, 0, 0). Neat? This is an example of the DESCENT method, as used by Pierre de Fermat and many other number theorists.

The technique of descent works like this: 2. assume we DO have a solution in integers. 1.to prove some number theoretical statement about integers has no solutions show that from this solution, we can derive a smaller one, also in integers. 4. we cannot continue this indefinitely, so no solution in integers can exist.

Theorem to prove by descent: If gcd(a, b) = 1, and ab = x 2, then a = y 2, b = z 2. Definition: gcd(x, y) = greatest common divisor of x and y Here is another example of this technique at work... So gcd(3, 4) = 1, while gcd(12, 18) = 6. This is sometimes called ‘the highest common factor of x and y’.

Suppose a, b provide a counterexample. a = 1  b = x 2, and this is NOT a counterexample, so a > 1. So a has a prime divisor p, and so p|x 2, and so p|x. Thus p 2 |x 2 = ab, and since a and b are coprime, p 2 |a. But that means that a’=a/p 2 and b’ = b provide a smaller counterexample. So by descent, no such counterexample can exist.

Theorem (not proved here) If (a, b, c) where a 2 + b 2 = c 2 are the integer sides of a right-angled triangle where gcd(a, b, c) = 1, then (a, b, c) = (m 2 - n 2, 2mn, m 2 + n 2 ) for some integers m and n. The integers m and n will be of opposite parity with gcd(m, n) = 1. Note that a is odd and b is even here. This gives a parametrisation for primitive Pythagorean Triples, that is, where gcd(a, b, c) = 1. For example, if (a, b, c) = (3, 4, 5), then m = 2, n = 1. Fermat’s Last Theorem is extremely tough to prove, BUT the special case for n = 4 can be proved by descent. To help with that, we will use this result:

To prove: x 4 + y 4 = z 4 has no solutions for integer x, y, z. In fact, we will prove slightly more than this: x 4 + y 4 = z 2 has no solutions for integer x, y, z. Let’s assume we DO have a solution where x 4 + y 4 = z 2 for integer x, y, z. Then clearly we can insist that gcd(x, y) = gcd(y, z) = gcd (z, x) = gcd (x, y, z) = 1. Fermat’s Last Theorem for n = 4

By our parametrisation of primitive Pythagorean triples, we now have x 2 = u 2 – v 2 (which is odd), y 2 = 2uv (which is even) and z = u 2 + v 2 (which is odd). So now we have that v 2 + x 2 = u 2, which gives us x = m 2 – n 2, v = 2mn, u = m 2 + n 2.

Now this means that y 2 = 4mnu, and so from our Result 1, m, n and u are all squares. Let’s say that m = p 2, n = q 2 and u = r 2. Thus our equation u = m 2 + n 2 becomes p 4 + q 4 = r 2.

And so we have another solution to our starting equation x 4 + y 4 = z 2 using smaller integers than in our original solution. So by descent, x 4 + y 4 = z 2 (and so x 4 + y 4 = z 4 ) has no solutions for integer x, y, z. We are done! We can use the descent method to prove the insolubility of similar equations, like x 4 + 2y 4 = z 4. In fact, x 4 + dy 4 = z 4 for any reasonably small d for which there are no nontrivial solutions will do, (although some are more difficult than others...)

With thanks to: Graham Everest, Shaun Stevens and Tom Ward. Carom is written by Jonny Griffiths,