Lesson Proving an equation has no integer solutions
Algebra
->
Divisibility and Prime Numbers
-> Lesson Proving an equation has no integer solutions
Log On
Algebra: Divisibility and Prime Numbers
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Proving an equation has no integer solutions'
This Lesson (Proving an equation has no integer solutions)
was created by by
ikleyn(52780)
:
View Source
,
Show
About ikleyn
:
<H2>Proving an equation has no integer solutions</H2> <H3>Problem 1</H3>Prove that the equation {{{2x^4}}} + {{{2y^4}}} = {{{z^4}}} has no solutions in integer numbers. <B>Solution</B> I will prove it in 3 (three) steps. <U>Step 1</U>. <U>Lemma</U> <pre> <U>STATEMENT</U>: If {{{x^4}}} + {{{y^4}}} = {{{8z^4}}} where x, y and z are integer numbers, then both x and y are even numbers. <U>PROOF of the statement</U>. For the proof, present x = 8m + i, y = 8n + j, where 0 <= i <=7, 0 <= j <= 7. Then write {{{x^4}}} + {{{y^4}}} = {{{(8m+i)^4}}} + {{{(8n+j)^4}}} = (use the binomial formula) = (sum of the terms multiple of 8) + {{{i^4}}} + {{{j^4}}}. Below I prepared a rectangular table containing the numbers {{{i^4 + j^4}}} mod 8 with two entries {{{i^4}}} and {{{j^4}}} The table has two entries columns at the left and two entries rows at the top: 1 2 3 4 5 6 7 <<< j i i^4 mod 8 1 0 1 0 1 0 1 <<< j^4 mod 8 1 1 2 1 2 1 2 1 2 2 0 1 0 1 0 1 0 1 3 1 2 1 2 1 2 1 2 4 0 1 0 1 0 1 0 1 5 1 2 1 2 1 2 1 2 6 0 1 0 1 0 1 0 1 7 1 2 1 2 1 2 1 2 The most left column simply lists the numbers (remainders) i = 1, 2, 3, 4, 5 , 6, 7 (mod 8). The next column contains the number (remainders) {{{i^4}}} mod 8. The most upper row lists the numbers (remainders) j = 1, 2, 3, 4, 5 , 6, 7 (mod 8). The second row contains the number (remainders) {{{j^4}}} mod 8. The table itself contains, as I just said, the sums {{{i^4 + j^4}}} mod 8. From the table you can see that {{{i^4 + j^4}}} is multiple of 8 if and only if BOTH i and j are EVEN numbers. (Then and only then we have 0 (zero) in the Table). Thus the lemma is proved. </pre> <U>Step 2</U>. <U>(To warm your mind)</U> <pre> Let integer numbers x, y and z are the solution to the given equation: {{{2x^4}}} + {{{2y^4 }}}= {{{z^4}}}. Then the left side is an even number. Hence, right side is an even number. Then {{{z^4}}} is an even number. It implies that z itself is an even number: z = {{{2*z[1]}}}, where {{{z[1]}}} is integer. Then the given equation can be written in the form {{{2x^4}}} + {{{2y^4}}} = {{{2^4*z[1]^4}}}. Reduce/(cancel) the factor 2 in both sides. You will get {{{x^4}}} + {{{y^4}}} = {{{8*z[1]^4}}}. Now, according to the lemma, both x and y are even numbers. This chain of arguments opens the way for the "infinite descent" method. (The method is attributed to Pierre Fermat and was used by Leonard Euler). </pre> <U>Step 3</U>. (Formal proof) <pre> Let assume that equation {{{2x^4}}} + {{{2y^4 }}}= {{{z^4}}} (1) has the solution in integer numbers and let the triple (x,y,z) be the solution. It is clear that if all three numbers x, y and z are even, we can cancel all the three numbers by this common divisor 2, and the new triple also will be the solution to the same equation. We will cancel this common divisor 2 as many times as possible. Finally, we can assume that we got (we have) the triple, in which NO MORE THAN ONE member of "x" and "y" is multiple of 2. (If BOTH "x" AND "y" ARE multiples of 2, then obviously the third number z is also multiple of 2 - the case which we just EXCLUDED). OK. So, let us assume first that no one of the three terms x, y, z is multiple of 2. In the equation (1), the left side is an even number. Hence, right side is an even number. Then {{{z^4}}} is an even number. It implies that z itself is an even number: z = {{{2*z[1]}}}, where {{{z[1]}}} is integer. Then the given equation can be written in the form {{{2x^4}}} + {{{2y^4}}} = {{{2^4*z[1]^4}}}. Reduce/(cancel) the factor 2 in both sides. You will get {{{x^4}}} + {{{y^4}}} = {{{8*z[1]^4}}}. But the LEMMA IMPLIES that BOTH x and y are even numbers. <U>CONTRADICTION</U>. OK. So, let us assume next that only one of the two terms "x" and "y" is multiple of 2. In the equation (1), the left side is an even number. Hence, right side is an even number. Then {{{z^4}}} is an even number. It implies that z itself is an even number: z = {{{2*z[1]}}}, where {{{z[1]}}} is integer. Then the given equation can be written in the form {{{2x^4}}} + {{{2y^4}}} = {{{2^4*z[1]^4}}}. Reduce/(cancel) the factor 2 in both sides. You will get {{{x^4}}} + {{{y^4}}} = {{{8*z[1]^4}}}. But the LEMMA IMPLIES that BOTH x and y are even numbers. <U>CONTRADICTION</U>. </pre> These contradictions prove that our starting assumption that the given equation has the solutions in integer numbers <U>was wrong</U>. The proof is completed and the problem is solved. My other lessons in this site on miscellaneous problems on divisibility of integer numbers are - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Light-flashes-on-a-Christmas-tree-and--a-Least-Common-Multiple.lesson>Light flashes on a Christmas tree and a Least Common Multiple</A> - <A HREF=http://www.algebra.com/algebra/homework/divisibility/lessons/The-number-that-leaves-a-remainder-1-when-divided-by-2-by-3-by-4-by-5-and-so-on-until-9.lesson>The number that leaves a remainder 1 when divided by 2, by 3, by 4, by 5 and so on until 9</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/The-number-rem4-mod7-rem5-mod8-and-rem6-mod9.lesson>The number which gives remainder 4 when divided by 7, remainder 5 when divided by 8 and remainder 6 when divided by 9</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/Introductory-problems-on-divisibility-numbers.lesson>Introductory problems on divisibility of integer numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Finding-Greatest-Common-Divisor-of-integer-numbers.lesson>Finding Greatest Common Divisor of integer numbers</A> - <A HREF=http://www.algebra.com/algebra/homework/divisibility/lessons/Relativity-prime-numbers-help-to-solve-the-problem.lesson>Relatively prime numbers help to solve the problem</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Quadratic-polynomial-with-odd-integer-coefs-can-not-have-a-rational-root.lesson>Quadratic polynomial with odd integer coefficients can not have a rational root</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Composite-number-of-the-form-%284n%2B3%29-must--have-a-prime-divisor-of-the-form-%284n%2B3%29.lesson>Composite number of the form (4n+3) must have a prime divisor of the form (4n+3)</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Problems-on-divisors-of-a-given-number.lesson>Problems on divisors of a given number</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/How-many-three-digit-numbers-are-multiples-of-both-5-and-7.lesson>How many three-digit numbers are multiples of both 5 and 7?</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/How-many-3-digit-numbers-are-not-dvsbl-by-2-not-dvsbl-by-3-notdvsbl-by-either-2-or-3.lesson>How many 3-digit numbers are not divisible by 2; not divisible by 3; not divisible by either 2 or 3</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/How-many-integer-numbers-in-the-range-1-300-are-divisible-by.lesson>How many integer numbers in the range 1-300 are divisible by at least one of the integers 4, 6 and 15 ?</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Find-the-remainder-of-division.lesson>Find the remainder of division </A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Why-3%5En%2B7%5En-2-is-divisible-by-8-for-all-positive-integer-n.lesson>Why 3^n + 7^n - 2 is divisible by 8 for all positive integer n ?</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/What-is--the-last-digit-of-the-number-a%5En.lesson>What is the last digit of the number a^n ?</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Find-the-last-three-digits-of-these-numbers.lesson>Find the last three digits of these numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Find-the-two-last-digits-of-the-number-3%5E123%2B7%5E123%2B9%5E123.lesson>Find the last two digits of the number 3^123 + 7^123 + 9^123</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/Find-the-last-two-digits-of-%281%21-%2B-2%21-%2B-3%21-%2B-%2B-2024%21%29%5E2024.lesson>Find the last two digits of (1! + 2! + 3! + ... + 2024!)^2024</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Find-n-th-term-of-a-sequence.lesson>Find n-th term of a sequence</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Solving-one-Diofantine-equation.lesson>Solving Diophantine equations</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Determine-the-number-of-integer-solutions-to-equation-n%5E2%2B18n%2B3=m%5E2.lesson>How many integers of the form n^2 + 18n + 13 are perfect squares</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Miscellaneous-problems-on-divisibility-numbers.lesson>Miscellaneous problems on divisibility numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Find-the-sum-of-digits-of-integer-numbers.lesson>Find the sum of digits of integer numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Two-digit-numbers-with-digit-9.lesson>Two-digit numbers with digit "9"</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Find-a-triangle-with-integer-side-lengths-and-integer-area.lesson>Find a triangle with integer side lengths and integer area</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Math-circle-level-problem-on-the-hundred-handed-monster-Briareus.lesson>Math circle level problem on the hundred-handed monster Briareus</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Math-Citcle-level-problem-on-lockers-and-divisors.lesson>Math Circle level problem on lockers and divisors of integer numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Nice-entertaiment-problem-What-numbers-John-is-thinking-about.lesson>Nice entertainment problems related to divisibility property</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Solving-problems-on-modular-arithmetic.lesson>Solving problems on modular arithmetic</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/Using-the-little-Fermat-theorem-to-solve-a-problem-on-modular-arithmetic.lesson#google_vignette>Using the little Fermat's theorem to solve a problem on modular arithmetic</A> - <A HREF=https://www.algebra.com/algebra/homework/divisibility/lessons/OVERVIEW-of-miscellanious-solved-problems-on-divisibility-of-numbers.lesson>OVERVIEW of miscellaneous solved problems on divisibility of integer numbers</A>