Direct Proof and Counterexample I

Slides:



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

Honors Geometry Section 4.6 (1) Conditions for Special Quadrilaterals
1 In this lecture  Number Theory ● Rational numbers ● Divisibility  Proofs ● Direct proofs (cont.) ● Common mistakes in proofs ● Disproof by counterexample.
Direct Proof and Counterexample II Lecture 12 Section 3.2 Thu, Feb 9, 2006.
Section 5.5 – The Real Zeros of a Rational Function
Math 2 Geometry Based on Elementary Geometry, 3 rd ed, by Alexander & Koeberlein 4.2 The Parallelogram and Kite.
CS 2210 (22C:019) Discrete Structures Logic and Proof Spring 2015 Sukumar Ghosh.
Geometry Ch 1.1 Notes Conjecture – is an unproven statement that is based on observation Inductive Reasoning – is a process used to make conjectures by.
Chapter 4 Lines in the Plane
Continuity ( Section 1.8) Alex Karassev. Definition A function f is continuous at a number a if Thus, we can use direct substitution to compute the limit.
1 Methods of Proof CS/APMA 202 Epp, chapter 3 Aaron Bloomfield.
Section 1.8. Section Summary Proof by Cases Existence Proofs Constructive Nonconstructive Disproof by Counterexample Nonexistence Proofs Uniqueness Proofs.
Mathematical Arguments and Triangle Geometry
Polygons – Parallelograms A polygon with four sides is called a quadrilateral. A special type of quadrilateral is called a parallelogram.
Chapter 5 Existence and Proof by contradiction
Vocab. Check How did you do?
22C:19 Discrete Structures Logic and Proof Fall 2014 Sukumar Ghosh.
Direct Proof and Counterexample I Lecture 12 Section 3.1 Tue, Feb 6, 2007.
Ch 5.6.  We will look at the properties of the Hinge Theorem.  Learn a new kind of proof.
Reasoning, Conditionals, and Postulates Sections 2-1, 2-3, 2-5.
What is an Isosceles Triangle? A triangle with at least two congruent sides.
Direct Proof and Counterexample I Lecture 11 Section 3.1 Fri, Jan 28, 2005.
Lesson 1.6 Paragraph Proofs Objective: Write paragraph proofs.
Draw a Logical Conclusion:  If you are a lefty then you struggle to use a can opener.  If you like math then you must be smart.  If you are smart then.
Geometry Math 2. Proofs Lines and Angles Proofs.
Section 3.4 Beyond CPCTC. Median A median of a triangle is a line segment drawn from any vertex of the triangle to the midpoint of the opposite side.
The proofs of the Early Greeks 2800 B.C. – 450 B.C.
The Foundations: Logic and Proofs
CS 2210:0001 Discrete Structures Logic and Proof
Isosceles and Equilateral Triangles
5.4 Isosceles and Equilateral Triangles
3.4 Beyond CPCTC Objective:
Section 3.4 Beyond CPCTC.
3.1 Indirect Proof and Parallel Postulate
Chapter 4 (Part 1): Induction & Recursion
“n = 2 is great, but the fun starts at n = 3”- Math
Direct Proof and Counterexample II
Indirect Argument: Two Classical Theorems
Other Methods of Proving Triangles Congruent
Methods of Proof CS 202 Epp, chapter 3.
321 Section, 2-7 Natalie Linnell.
Algebraic and Geometric Proofs
Polygons – Parallelograms
If-Then Statements; Converses
Check It Out! Example 1 Write an indirect proof that a triangle cannot have two right angles. Step 1 Identify the conjecture to be proven. Given: A triangle’s.
Starter(s): Find one counterexample to show that each conjecture is false. All vehicles on the highway have exactly four wheels. 2. All states in the United.
Chapter 9 Right Triangles and Trigonometry
Chapter 9 Right Triangles and Trigonometry
Direct Proof and Counterexample I
Direct Proof and Counterexample III
Lesson: 6.3 Tests for Parallelograms Objectives:
Direct Proof and Counterexample IV
Lesson 7.6 Parallelograms pp
Section 3.4 Beyond CPCTC.
4.6 Isosceles Triangles Theorem 4.9 Isosceles Triangle Theorem
Direct Proof and Counterexample II
CS 220: Discrete Structures and their Applications
Direct Proof and Counterexample III
Intermediate Value Theorem
Intermediate Value Theorem
Lecture 43 Section 10.1 Wed, Apr 6, 2005
Counting Elements of Disjoint Sets: The Addition Rule
Continuity Alex Karassev.
Direct Proof and Counterexample I
Prove Triangles Congruent by SAS
5.3 Congruent Triangles & Proof
Direct Proof and Counterexample IV
G2b Parallelograms.
Lecture 5 Number Theory & Proof Methods
CPCTC and Circles Advanced Geometry 3.3.
Presentation transcript:

Direct Proof and Counterexample I Lecture 12 Section 3.1 Wed, Feb 8, 2006

Proving Existential Statements Proofs of existential statements are often called existence proofs. Two types of existence proofs Constructive (a la Euclid) Construct the object. Prove that it has the necessary properties. Non-constructive Argue indirectly that the object must exist.

Example: Constructive Proof Theorem: Given a segment AB, there is a midpoint M of AB. Proof: Draw circle A. Draw circle B. Form ABC. Bisect ACB, producing M. C A B M

Justification Argue by SAS that triangles ACM and BCM are congruent and that AM = MB. C A B M

Example: Constructive Proof Theorem: The equation x2 – 7y2 = 1. has a solution in positive integers. Proof: Let x = 8 and y = 3. Then 82 – 732 = 64 – 63 = 1.

Example: Constructive Proof Theorem: The equation x2 – 67y2 = 1. has a solution in positive integers. Proof: ?

Example: Constructive Proof Theorem: If N is a square-free positive integer, then the equation x2 – Ny2 = 1. has a solution in positive integers.

Example: Non-Constructive Proof Theorem: There exists x  R such that x5 – 3x + 1 = 0. Proof: Let f(x) = x5 – 3x + 1. f(1) = –1 < 0 and f(2) = 27 > 0. f(x) is a continuous function. By the Intermediate Value Theorem, there exists x  [1, 2] such that f(x) = 0.

Disproving Universal Statements Construct an instance for which the statement is false. Also called proof by counterexample.

Example: Proof by Counterexample Disprove the conjecture (Fermat): All integers of the form 22n + 1, for n  1, are prime. (Dis)proof: Let n = 5. 225 + 1 = 4294967297. 4294967297 = 6416700417.

Example: Proof by Counterexample Disprove the statement: If a function is continuous at a point, then it is differentiable at that point. (Dis)proof: Let f(x) = |x| and consider the point x = 0. f(x) is continuous at 0. f(x) is not differentiable at 0.

Disproving Existential Statements These can be among the most difficult of all proofs. Fermat’s Last Theorem is a famous example: There is no solution in positive integers of the equation xn + yn = zn when n > 2.

Example: Disproving an Existential Statement Theorem: There is no solution in integers to the equation x2 – y2 = 101010 + 2. Proof: A perfect square divided by 4 has remainder 0 or 1. Therefore, x2 – y2 divided by 4 has remainder 0, 1, or 3.

Example: Disproving an Existential Statement However, 101010 + 2 divided by 4 has remainder 2. Therefore, x2 – y2  101010 + 2 for any integers x and y.

Example: Disproving an Existential Statement The standard 8 x 8 checkerboard, with two opposite corners removed, cannot be covered with 1 x 2 and 2 x 1 rectangles.

Example: Disproving an Existential Statement The standard 8 x 8 checkerboard, with two opposite corners removed, cannot be covered with 1 x 2 and 2 x 1 rectangles.