Direct Proof and Counterexample I

Slides:



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

Discrete Mathematics Lecture 3
1 In this lecture  Number Theory ● Rational numbers ● Divisibility  Proofs ● Direct proofs (cont.) ● Common mistakes in proofs ● Disproof by counterexample.
3.3 Divisibility Definition If n and d are integers, then n is divisible by d if, and only if, n = dk for some integer k. d | n  There exists an integer.
Elementary Number Theory and Methods of Proof
Direct Proof and Counterexample II Lecture 12 Section 3.2 Thu, Feb 9, 2006.
Math 2 Geometry Based on Elementary Geometry, 3 rd ed, by Alexander & Koeberlein 4.2 The Parallelogram and Kite.
EXAMPLE 3 Use properties of equality
CS 2210 (22C:019) Discrete Structures Logic and Proof Spring 2015 Sukumar Ghosh.
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.
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.
Prep Math Competition, Lec. 1Peter Burkhardt1 Number Theory Lecture 1 Divisibility and Modular Arithmetic (Congruences)
Chapter 5 Existence and Proof by contradiction
EXAMPLE 3 Use properties of equality Prove this property of midpoints: If you know that M is the midpoint of AB,prove that AB is two times AM and AM is.
2-3: Proving Theorems. Reasons used in Proofs Given information Definitions Postulates (Algebraic Properties included) Theorems that have already been.
22C:19 Discrete Structures Logic and Proof Fall 2014 Sukumar Ghosh.
Holt McDougal Geometry 4-Ext Proving Constructions Valid 4-Ext Proving Constructions Valid Holt Geometry Lesson Presentation Lesson Presentation Holt McDougal.
Direct Proof and Counterexample I Lecture 12 Section 3.1 Tue, Feb 6, 2007.
Lesson 2.7 Transitive and Substitution Properties Objective: After studying this lesson you will be able to apply the transitive properties of segments.
Triangle Congruences SSS SAS AAS ASA HL.
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.
Week 3 - Monday.  What did we talk about last time?  Predicate logic  Multiple quantifiers  Negating multiple quantifiers  Arguments with quantified.
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.
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
Discrete Mathematics Lecture 3 (and 4)
Section 3.4 Beyond CPCTC.
3.1 Indirect Proof and Parallel Postulate
Chapter 4 (Part 1): Induction & Recursion
2.5 Postulates and Paragraph Proofs
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
If-Then Statements; Converses
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
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
4-5 Proving Congruence Included side: the side between the 2 angles used. AB is the included side between angles A and B. BC is the included side between.
Intermediate Value Theorem
Lecture 43 Section 10.1 Wed, Apr 6, 2005
4.1 Detours and Midpoints Objective:
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
Lecture 5 Number Theory & Proof Methods
G6 - Deductive Reasoning
Clements MAΘ October 30th, 2014
CPCTC and Circles Advanced Geometry 3.3.
Presentation transcript:

Direct Proof and Counterexample I Lecture 12 Section 3.1 Mon, Jan 31, 2005

Proving Existential Statements Proofs of existential statements are often called existence proofs. Two types of existence proofs Constructive 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.