Proving Existentials A proof of a statement of the form x P(x) is called an existence proof. If the proof demonstrates how to actually find or construct.

Slides:



Advertisements
Similar presentations
Discrete Mathematics Lecture 3
Advertisements

With examples from Number Theory
Discrete Math Methods of proof 1.
Elementary Number Theory and Methods of Proof
2009/91 Methods of Proof (§1.7) Methods of mathematical argument (proof methods) can be formalized in terms of rules of logical inference. Mathematical.
CSE115/ENGR160 Discrete Mathematics 02/07/12
CSE115/ENGR160 Discrete Mathematics 01/31/12 Ming-Hsuan Yang UC Merced 1.
First Order Logic (chapter 2 of the book) Lecture 3: Sep 14.
Lecture , 3.1 Methods of Proof. Last time in 1.5 To prove theorems we use rules of inference such as: p, p  q, therefore, q NOT q, p  q, therefore.
First Order Logic. This Lecture Last time we talked about propositional logic, a logic on simple statements. This time we will talk about first order.
CS2013 Maths for Computing Science Proof (part b) Adam Wyner University of Aberdeen Computing Science.
CS 2210 (22C:019) Discrete Structures Logic and Proof Spring 2015 Sukumar Ghosh.
1 Basic Proof Methods Rosen 6 th ed., § Nature & Importance of Proofs In mathematics, a proof is:In mathematics, a proof is: –A sequence of.
C OURSE : D ISCRETE STRUCTURE CODE : ICS 252 Lecturer: Shamiel Hashim 1 lecturer:Shamiel Hashim second semester Prepared by: amani Omer.
Based on Rosen, Discrete Mathematics & Its Applications, 5e Prepared by (c) Michael P. Frank Modified by (c) Haluk Bingöl 1/18 Module.
Methods of Proof & Proof Strategies
Introduction to Proofs
MATH 224 – Discrete Mathematics
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.
10/17/2015 Prepared by Dr.Saad Alabbad1 CS100 : Discrete Structures Proof Techniques(1) Dr.Saad Alabbad Department of Computer Science
1 Sections 1.5 & 3.1 Methods of Proof / Proof Strategy.
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.
First Order Logic Lecture 2: Sep 9. This Lecture Last time we talked about propositional logic, a logic on simple statements. This time we will talk about.
Chap 3 –A theorem is a statement that can be shown to be true –A proof is a sequence of statements to show that a theorem is true –Axioms: statements which.
4.1 CompSci 102© Michael Frank Today’s topics Proof techniquesProof techniques – –Indirect, by cases, and direct – –Rules of logical inference – –Correct.
First Order Logic Lecture 3: Sep 13 (chapter 2 of the book)
Copyright © Curt Hill Proofs An Introduction.
Today’s topics Proof techniques Reading: Section 1.5 Upcoming
Module #1 - Logic Based on Rosen, Discrete Mathematics & Its Applications. Prepared by (c) , Michael P. Frank. Modified By Mingwu Chen 1 Module.
CS104:Discrete Structures Chapter 2: Proof Techniques.
Week 3 - Monday.  What did we talk about last time?  Predicate logic  Multiple quantifiers  Negating multiple quantifiers  Arguments with quantified.
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.
Section 1.8. Proof by Cases Example: Let b = max{a, b} = a if a ≥ b, otherwise b = max{a, b} = b. Show that for all real numbers a, b, c
Methods of Proof Lecture 4: Sep 20 (chapter 3 of the book, except 3.5 and 3.8)
Nature & Importance of Proofs In mathematics, a proof is: –a correct (well-reasoned, logically valid) and complete (clear, detailed) argument that rigorously.
Dr Nazir A. Zafar Advanced Algorithms Analysis and Design Advanced Algorithms Analysis and Design By Dr. Nazir Ahmad Zafar.
Proof And Strategies Chapter 2. Lecturer: Amani Mahajoub Omer Department of Computer Science and Software Engineering Discrete Structures Definition Discrete.
Hubert Chan (Chapters 1.6, 1.7, 4.1)
The Foundations: Logic and Proofs
CS 2210:0001 Discrete Structures Logic and Proof
CSE15 Discrete Mathematics 02/01/17
CSE15 Discrete Mathematics 02/08/17
Argument An argument is a sequence of statements.
COT 3100, Spring 2001 Applications of Discrete Structures
Advanced Algorithms Analysis and Design
Methods of Proof CS 202 Epp, chapter 3.
Predicate Calculus Validity
Proof Techniques.
Hubert Chan (Chapters 1.6, 1.7, 4.1)
Discrete Mathematics and its Applications
Module #10: Proof Strategies
The Foundations: Logic and Proofs
Discrete Mathematics and its Applications
Mathematical Reasoning
Discrete Mathematics and its Applications
CS 220: Discrete Structures and their Applications
First Order Logic Rosen Lecture 3: Sept 11, 12.
MA/CSSE 474 More Math Review Theory of Computation
Module #2: Basic Proof Methods
Module #10: Proof Strategies
Discrete Mathematics and its Applications
September 9, 2004 Prof. Marie desJardins (for Prof. Matt Gaston)
This Lecture Substitution model
Advanced Analysis of Algorithms
CPSC 121: Models of Computation
Foundations of Discrete Mathematics
Mathematical Reasoning
Discrete Mathematics and its Applications
Introduction to Proofs
Module #2: Basic Proof Methods
Presentation transcript:

Proving Existentials A proof of a statement of the form x P(x) is called an existence proof. If the proof demonstrates how to actually find or construct a specific element a such that P(a) is true, then it is a constructive proof. Otherwise, it is nonconstructive. 11/24/2018 (c)2001-2003, Michael P. Frank

Constructive Existence Proof Theorem: There exists a positive integer n that is the sum of two perfect cubes in two different ways: equal to j3 + k3 and l3 + m3 where j, k, l, m are positive integers, and {j,k} ≠ {l,m} Proof: Consider n = 1729, j = 9, k = 10, l = 1, m = 12. Now just check that the equalities hold. 11/24/2018 (c)2001-2003, Michael P. Frank

Another Constructive Existence Proof Theorem: For any integer n>0, there exists a sequence of n consecutive composite integers. Same statement in predicate logic: n>0 x i (1in)(x+i is composite) Proof follows on next slide… 11/24/2018 (c)2001-2003, Michael P. Frank

Discrete Mathematics and its Applications 11/24/2018 The proof... Given n>0, let x = (n + 1)! + 1. Let i  1 and i  n, and consider x+i. Note x+i = (n + 1)! + (i + 1). Note (i+1)|(n+1)!, since 2  i+1  n+1. Also (i+1)|(i+1). So, (i+1)|(x+i).  x+i is composite.  n x 1in : x+i is composite. Q.E.D. Need number theory for this example. At least, need the definitions of factorial “!”, and divides notation “|”. 11/24/2018 (c)2001-2003, Michael P. Frank (c)2001-2002, Michael P. Frank

Nonconstructive Existence Proof Theorem: “There are infinitely many prime numbers.” Any finite set of numbers must contain a maximal element, so we can prove the theorem if we can just show that there is no largest prime number. I.e., show that for any prime number, there is a larger number that is also prime. More generally: For any number,  a larger prime. Formally: Show n p>n : p is prime. 11/24/2018 (c)2001-2003, Michael P. Frank

The proof, using proof by cases... Given n>0, prove there is a prime p>n. Consider x = n!+1. Since x>1, we know (x is prime)(x is composite). Case 1: x is prime. Obviously x>n, so let p=x and we’re done. Case 2: x has a prime factor p. But if pn, then p mod x = 1. So p>n, and we’re done. 11/24/2018 (c)2001-2003, Michael P. Frank

The Halting Problem (Turing‘36) The halting problem was the first mathematical function proven to have no algorithm that computes it! We say, it is uncomputable. The desired function is Halts(P,I) :≡ the truth value of this statement: “Program P, given input I, eventually terminates.” Theorem: Halts is uncomputable! I.e., There does not exist any algorithm A that computes Halts correctly for all possible inputs. Its proof is thus a non-existence proof. Corollary: General impossibility of predictive analysis of arbitrary computer programs. Alan Turing 1912-1954 11/24/2018 (c)2001-2003, Michael P. Frank

Discrete Mathematics and its Applications 11/24/2018 The Proof Given any arbitrary program H(P,I), Consider algorithm Breaker, defined as: procedure Breaker(P: a program) halts := H(P,P) if halts then while T begin end Note that Breaker(Breaker) halts iff H(Breaker,Breaker) = F. So H does not compute the function Halts! Breaker makes a liar out of H, by doing the opposite of whatever H predicts. Need algorithms first for this example. 11/24/2018 (c)2001-2003, Michael P. Frank (c)2001-2002, Michael P. Frank

Discrete Mathematics and its Applications 11/24/2018 Limits on Proofs Some very simple statements of number theory haven’t been proved or disproved! E.g. Goldbach’s conjecture: Every integer n≥2 is exactly the average of some two primes. n≥2  primes p,q: n=(p+q)/2. There are true statements of number theory (or any sufficiently powerful system) that can never be proved (or disproved) (Gödel). We discussed Goldbach’s conjecture and Goedel’’s theorem earlier in Module 1. 11/24/2018 (c)2001-2003, Michael P. Frank (c)2001-2002, Michael P. Frank

More Proof Examples Quiz question 1a: Is this argument correct or incorrect? “All TAs compose easy quizzes. Ramesh is a TA. Therefore, Ramesh composes easy quizzes.” First, separate the premises from conclusions: Premise #1: All TAs compose easy quizzes. Premise #2: Ramesh is a TA. Conclusion: Ramesh composes easy quizzes. 11/24/2018 (c)2001-2003, Michael P. Frank

Answer Next, re-render the example in logic notation. Premise #1: All TAs compose easy quizzes. Let U.D. = all people Let T(x) :≡ “x is a TA” Let E(x) :≡ “x composes easy quizzes” Then Premise #1 says: x, T(x)→E(x) 11/24/2018 (c)2001-2003, Michael P. Frank

Answer cont… Premise #2: Ramesh is a TA. Let R :≡ Ramesh Then Premise #2 says: T(R) And the Conclusion says: E(R) The argument is correct, because it can be reduced to a sequence of applications of valid inference rules, as follows: 11/24/2018 (c)2001-2003, Michael P. Frank

The Proof in Gory Detail Statement How obtained x, T(x) → E(x) (Premise #1) T(Ramesh) → E(Ramesh) (Universal instantiation) T(Ramesh) (Premise #2) E(Ramesh) (Modus Ponens from statements #2 and #3) 11/24/2018 (c)2001-2003, Michael P. Frank

Another example Quiz question 2b: Correct or incorrect: At least one of the 280 students in the class is intelligent. Y is a student of this class. Therefore, Y is intelligent. First: Separate premises/conclusion, & translate to logic: Premises: (1) x InClass(x)  Intelligent(x) (2) InClass(Y) Conclusion: Intelligent(Y) 11/24/2018 (c)2001-2003, Michael P. Frank

Answer No, the argument is invalid; we can disprove it with a counter-example, as follows: Consider a case where there is only one intelligent student X in the class, and X≠Y. Then the premise x InClass(x)  Intelligent(x) is true, by existential generalization of InClass(X)  Intelligent(X) But the conclusion Intelligent(Y) is false, since X is the only intelligent student in the class, and Y≠X. Therefore, the premises do not imply the conclusion. 11/24/2018 (c)2001-2003, Michael P. Frank

Another Example Quiz question #2: Prove that the sum of a rational number and an irrational number is always irrational. First, you have to understand exactly what the question is asking you to prove: “For all real numbers x,y, if x is rational and y is irrational, then x+y is irrational.” x,y: Rational(x)  Irrational(y) → Irrational(x+y) 11/24/2018 (c)2001-2003, Michael P. Frank

Answer Next, think back to the definitions of the terms used in the statement of the theorem:  reals r: Rational(r) ↔  Integer(i)  Integer(j): r = i/j.  reals r: Irrational(r) ↔ ¬Rational(r) You almost always need the definitions of the terms in order to prove the theorem! Next, let’s go through one valid proof: 11/24/2018 (c)2001-2003, Michael P. Frank

What you might write Theorem: x,y: Rational(x)  Irrational(y) → Irrational(x+y) Proof: Let x, y be any rational and irrational numbers, respectively. … (universal generalization) Now, just from this, what do we know about x and y? You should think back to the definition of rational: … Since x is rational, we know (from the very definition of rational) that there must be some integers i and j such that x = i/j. So, let ix,jx be such integers … We give them unique names so we can refer to them later. 11/24/2018 (c)2001-2003, Michael P. Frank

What next? What do we know about y? Only that y is irrational: ¬ integers i,j: y = i/j. But, it’s difficult to see how to use a direct proof in this case. We could try indirect proof also, but in this case, it is a little simpler to just use proof by contradiction (very similar to indirect). So, what are we trying to show? Just that x+y is irrational. That is, ¬i,j: (x + y) = i/j. What happens if we hypothesize the negation of this statement? 11/24/2018 (c)2001-2003, Michael P. Frank

More writing… Suppose that x+y were not irrational. Then x+y would be rational, so  integers i,j: x+y = i/j. So, let is and js be any such integers where x+y = is/ js. Now, with all these things named, we can start seeing what happens when we put them together. So, we have that (ix/jx) + y = (is/js). Observe! We have enough information now that we can conclude something useful about y, by solving this equation for it. 11/24/2018 (c)2001-2003, Michael P. Frank

Finishing the proof. Solving that equation for y, we have: y = (is/js) – (ix/jx) = (isjx – ixjs)/(jsjx) Now, since the numerator and denominator of this expression are both integers, y is (by definition) rational. This contradicts the assumption that y was irrational. Therefore, our hypothesis that x+y is rational must be false, and so the theorem is proved. 11/24/2018 (c)2001-2003, Michael P. Frank

Example wrong answer 1 is rational. √2 is irrational. 1+√2 is irrational. Therefore, the sum of a rational number and an irrational number is irrational. (Direct proof.) Why does this answer desereve no credit? The student attempted to use an example to prove a universal statement. This is always invalid! Even as an example, it’s incomplete, because the student never even proved that 1+√2 is irrational! 11/24/2018 (c)2001-2003, Michael P. Frank