Mathematical Problems & Inquiry in Mathematics AME Tenth Anniversary Meeting May 29 2004 A/P Peter Pang Department of Mathematics and University Scholars.

Slides:



Advertisements
Similar presentations
Lecture 3 – February 17, 2003.
Advertisements

With examples from Number Theory
Introduction to Proofs
COUNTING AND PROBABILITY
Having Proofs for Incorrectness
CSE115/ENGR160 Discrete Mathematics 03/15/12
Copyright © Cengage Learning. All rights reserved.
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.
CSE115/ENGR160 Discrete Mathematics 01/31/12 Ming-Hsuan Yang UC Merced 1.
CSE115/ENGR160 Discrete Mathematics 02/01/11
Logic: Connectives AND OR NOT P Q (P ^ Q) T F P Q (P v Q) T F P ~P T F
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.
CMSC 250 Discrete Structures Number Theory. 20 June 2007Number Theory2 Exactly one car in the plant has color H( a ) := “ a has color”  x  Cars –H(
Congruence of Integers
1 Inference Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong.
Copyright © Zeph Grunschlag,
1 Indirect Argument: Contradiction and Contraposition.
Methods of Proof Lecture 4: Sep 16 (chapter 3 of the book)
More on Pythagorean Triples (1/29) First, some True-False Questions (please click A for True and B for False): (9, 14, 17) is a Pythagorean triple. (9,
Fermat’s Last Theorem Samina Saleem Math5400. Introduction The Problem The seventeenth century mathematician Pierre de Fermat created the Last Theorem.
ELEMENTARY NUMBER THEORY AND METHODS OF PROOF
Peter Lam Discrete Math CS.  Sometimes Referred to Clock Arithmetic  Remainder is Used as Part of Value ◦ i.e Clocks  24 Hours in a Day However, Time.
Introduction to Proofs
Mathematics Review Exponents Logarithms Series Modular arithmetic Proofs.
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.
Conditional Statements CS 2312, Discrete Structures II Poorvi L. Vora, GW.
CS 173, Lecture B August 27, 2015 Tandy Warnow. Proofs You want to prove that some statement A is true. You can try to prove it directly, or you can prove.
Chapter 5 Factoring and Algebraic Fractions
CSci 2011 Discrete Mathematics Lecture 6
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.
Chinese Remainder Theorem Dec 29 Picture from ………………………
Mathematics.
PSAT MATHEMATICS 9-A Basic Arithmetic Concepts. Set A collection of “things” that have been grouped together in some way. “things” – elements or members.
Chapter 6: The Real Numbers and Their Representations.
Great Theoretical Ideas in Computer Science.
CS104:Discrete Structures Chapter 2: Proof Techniques.
Introduction to Proofs
1 CMSC 250 Chapter 3, Number Theory. 2 CMSC 250 Introductory number theory l A good proof should have: –a statement of what is to be proven –"Proof:"
Great Theoretical Ideas in Computer Science.
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.
Mathematical Proof A domino and chessboard problem.
Methods of Proof Lecture 4: Sep 20 (chapter 3 of the book, except 3.5 and 3.8)
CS 173, Lecture B August 27, 2015 Tandy Warnow. Proofs You want to prove that some statement A is true. You can try to prove it directly, or you can prove.
Section 1.7. Section Summary Mathematical Proofs Forms of Theorems Direct Proofs Indirect Proofs Proof of the Contrapositive Proof by Contradiction.
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.
Dr Nazir A. Zafar Advanced Algorithms Analysis and Design Advanced Algorithms Analysis and Design By Dr. Nazir Ahmad Zafar.
Axioms and Theorems. Remember syllogisms? The Socrates Syllogism All human beings are mortal Socrates is a human being Therefore Socrates is mortal premises.
Hubert Chan (Chapters 1.6, 1.7, 4.1)
The Relation Induced by a Partition
The Foundations: Logic and Proofs
CSE15 Discrete Mathematics 02/08/17
Argument An argument is a sequence of statements.
“n = 2 is great, but the fun starts at n = 3”- Math
Great Theoretical Ideas in Computer Science
Indirect Argument: Two Classical Theorems
Hubert Chan (Chapters 1.6, 1.7, 4.1)
321 Section, 2-7 Natalie Linnell.
The Foundations: Logic and Proofs
Great Theoretical Ideas in Computer Science
CS 220: Discrete Structures and their Applications
Great Theoretical Ideas in Computer Science
Methods of Proof Rosen 1.7, 1.8 Lecture 4: Sept 24, 25.
Elementary Number Theory & Proofs
Direct Proof and Counterexample I
Examples of Mathematical Proof
Clements MAΘ October 30th, 2014
5.6 Inequalities in Two Triangles and Indirect Proof
Proof: [We take the negation and suppose it to be true.]
Methods of Proof Rosen 1.7, 1.8 Lecture 4: Sept, 2019.
Presentation transcript:

Mathematical Problems & Inquiry in Mathematics AME Tenth Anniversary Meeting May A/P Peter Pang Department of Mathematics and University Scholars Programme, NUS

Four Important Concepts Specificity Generality Specialization Generalization

DF37  Each card has a number on one side and a letter on the other.  Claim: “If a card has ‘D’ on one side, then it has a ‘3’ on the other.”  Which cards do you need to turn over to find out if this is true?

 You are a bouncer in a bar. You must make sure that there are no under-age (below 21) drinkers.  There are 4 customers (A—D) in the bar. You know what 2 of them are drinking and you know the age of the other 2. Customer A is drinking beer Customer B is drinking coke Customer C is 25 years old Customer D is 16 years old  Which of the 4 customers do you need to check to do your job?

What is a maths problem?  One (possibly the most?) important aspect of inquiry in mathematics is to find a problem  One important quality of a maths problem has to do with the notions of specificity and generality  Consider the following problems: If x = 2 and y = 4, show that x + y = 6 If x is even and y is even, show that x + y is even

 Define “even”  A number is even is it is two times a natural number; equivalently, an even number is divisible by 2, i.e., when divided by 2, the remainder is 0.  x is even if x = 2n for some natural number n  Let x = 2n and y = 2m where n and m are natural numbers  x + y = 2n + 2m = 2(n+m)  As n and m are natural numbers, so is n + m. This shows that x + y is even.

Can this be generalized?  If x is a multiple of 3 and y is a multiple of 3, then so is x + y.  If x and y are multiples of p, then so is x + y.  If x is odd and y is odd, is x + y odd?  The number x is odd if, when divided by 2, the remainder is 1. We denote this by x = 1 (mod 2).  If x = 1 (mod 2) and y = 1 (mod 2), is x + y = 1 (mod 2)?

 If x = 1 (mod 2) and y = 1 (mod 2), then x + y = (mod 2) = 2 (mod 2) = 0 (mod 2)  This means that x + y is even.  If x = p (mod r) and y = q (mod r), where p, q, r are natural numbers, then x + y = p + q (mod r)

Tension between Specificity and Generality  Generality is often accompanied by loss of context (i.e., abstractness)

DF373 C2516B D 21B D73D

Comparison with other disciplines  Literature  Science  Social science

A less trivial example  x 2 + y 2 = z 2 has an infinite number of positive integer solutions x = u 2 – v 2 y = 2uv z = u 2 + v 2  This result is believed to be due to Pythagoras  What about powers higher than 2?

Fermat’s Last Theorem  x n + y n = z n has no integer solution when n > 2  Observation #1 (specialize to prime powers):  It suffices to look at powers n that are prime  Suppose there is a solution (x, y, z) for n = p x q, where p is prime. Then x pq + y pq = z pq (x q ) p + (y q ) p = (z q ) p  Thus, (x q, y q, z q ) would be an integer solution for the power p.

 Very important note:  If you have a solution for the power pq, then you have a solution for the power p (and q)  However, if you have a solution for the power p, it does not mean that you have a solution for the power pq  (x q ) p + (y q ) p = (z q ) p

 Observation #2 (specialize to “primitive solutions”)  It suffices to look at solutions that are pairwise relatively prime, i.e., between any two of the three numbers x, y and z there are no common factors other than 1  For example, suppose x and y have a common factor of 2. Then, as x n + y n = z n, z will also have a factor of 2. Thus I can divide the equation through by the common factor 2.

 Observation #3 (generalize to rational solutions)  Instead of asking for integer solutions, the problem can be equivalently stated by asking for rational solutions x = a/b y = c/d z = e/f (a/b) p + (c/d) p = (e/f) p  Put the three fractions under a common denominator g (a’/g) p + (c’/g) p = (e’/g) p a’ p + c’ p = e’ p

A special case : n = 4  To show that x 4 + y 4 = z 4 has no integer solution  Strategy: Proof by contradiction  Suppose there were a solution. Will show that this supposition will lead to a logical contradiction, i.e., something will go wrong.  As a result, the supposition cannot be correct, and hence its opposite is correct.

 The solution for n = 4 uses the very interesting idea of “infinite descent”  Suppose there were a solution (x, y, z), i.e., x 4 + y 4 = z 4  Write z 2 = w. Then x 4 + y 4 = w 2 or (x 2 ) 2 + (y 2 ) 2 = w 2  By Pythagoras x 2 = u 2 – v 2, y 2 = 2uv, w = u 2 + v 2  From this, we get x 2 + u 2 = v 2

 Again by Pythagoras, x = s 2 – t 2 u = 2stv = s 2 + t 2  Recalling that y = 2uv, we have y 2 = 2(2st)(s 2 + t 2 )  and hence (y/2) 2 = st(s 2 + t 2 )  Note that s, t and s 2 + t 2 are relatively prime.  As their product is a perfect square, so must each individual factor (s, t and s 2 + t 2 ).

 This means that s = x 1 2 t = y 1 2 s 2 + t 2 = w 1 2 and hence x y 1 4 = w 1 2  Finally, note that x 1 < xy 1 < yw 1 < w  This leads to infinite descent, which is not possible as we are dealing with positive integers.

Conclusions