So far we have learned about:

Slides:



Advertisements
Similar presentations
Inverses, Contrapositives, and Indirect Reasoning
Advertisements

With examples from Number Theory
Discrete Mathematics University of Jazeera College of Information Technology & Design Khulood Ghazal Mathematical Reasoning Methods of Proof.
Discrete Math Methods of proof 1.
Introduction to Proofs
PROOF BY CONTRADICTION
Chapter 3 Elementary Number Theory and Methods of Proof.
Proofs, Recursion and Analysis of Algorithms Mathematical Structures for Computer Science Chapter 2 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesProofs,
Axiomatic systems and Incidence Geometry
TR1413: Discrete Mathematics For Computer Science Lecture 3: Formal approach to propositional logic.
CSE115/ENGR160 Discrete Mathematics 01/31/12 Ming-Hsuan Yang UC Merced 1.
CSE115/ENGR160 Discrete Mathematics 02/01/11
Introduction to Proofs ch. 1.6, pg. 87,93 Muhammad Arief download dari
2.1 Demonstrative Geometry Proofs (page 46)
Introduction to Proofs Goals 1.Introduce notion of proof & basic proof methods. 2.Distinguish between correct & incorrect arguments 3.Understand & construct.
TR1413: Discrete Mathematics For Computer Science Lecture 1: Mathematical System.
Fall 2002CMSC Discrete Structures1 Let’s proceed to… Mathematical Reasoning.
Unit 2 Reasoning & Proof.
Methods of Proof & Proof Strategies
Introduction to Proofs
MATH 224 – Discrete Mathematics
Copyright © Cengage Learning. All rights reserved. CHAPTER 4 ELEMENTARY NUMBER THEORY AND METHODS OF PROOF ELEMENTARY NUMBER THEORY AND METHODS OF PROOF.
March 3, 2015Applied Discrete Mathematics Week 5: Mathematical Reasoning 1Arguments Just like a rule of inference, an argument consists of one or more.
Introduction to Geometric Proof Logical Reasoning and Conditional Statements.
1 Sections 1.5 & 3.1 Methods of Proof / Proof Strategy.
To write proofs using geometric theorems
Reasoning and Conditional Statements Advanced Geometry Deductive Reasoning Lesson 1.
Section 2.21 Indirect Proof: Uses Laws of Logic to Prove Conditional Statements True or False.
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.
Logical Reasoning:Proof Prove the theorem using the basic axioms of algebra.
Fall 2008/2009 I. Arwa Linjawi & I. Asma’a Ashenkity 11 The Foundations: Logic and Proofs Introduction to Proofs.
1 Discrete Structures – CNS2300 Text Discrete Mathematics and Its Applications Kenneth H. Rosen (5 th Edition) Chapter 3 The Foundations: Logic and Proof,
Methods of Proof Dr. Yasir Ali. Proof A (logical) proof of a statement is a finite sequence of statements (called the steps of the proof) leading from.
Postulates and Paragraph Proofs
Professor: Munehiro Fukuda
Geometry Review 1 st Quarter Definitions Theorems Parts of Proofs Parts of Proofs.
Copyright © Curt Hill Proofs An Introduction.
Method of proofs.  Consider the statements: “Humans have two eyes”  It implies the “universal quantification”  If a is a Human then a has two eyes.
CS104:Discrete Structures Chapter 2: Proof Techniques.
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.
Foundations of Discrete Mathematics Chapter 1 By Dr. Dalia M. Gil, Ph.D.
 You will be able to use theorems and definitions to find the measures of angles.  You will be able to use theorems and definitions to write a formal.
Section 1.7. Section Summary Mathematical Proofs Forms of Theorems Direct Proofs Indirect Proofs Proof of the Contrapositive Proof by Contradiction.
PROJECT Inequalities in Geometry Chapter 6 - beginning on page 202 Student Notes.
Chapter 1 Logic and proofs
Proof And Strategies Chapter 2. Lecturer: Amani Mahajoub Omer Department of Computer Science and Software Engineering Discrete Structures Definition Discrete.
Lecture 2: Proofs and Recursion. Lecture 2-1: Proof Techniques Proof methods : –Inductive reasoning Lecture 2-2 –Deductive reasoning Using counterexample.
Introduction to Proofs Goals 1.Introduce notion of proof & basic proof methods. 2.Distinguish between correct & incorrect arguments 3.Understand & construct.
Chapter 1 Logic and Proof.
Chapter 1 Logic and Proof.
Indirect Argument: Contradiction and Contraposition
Reasoning and Proof Unit 2.
Chapter 1 Lessons 1-4 to 1-8.
CSE15 Discrete Mathematics 02/01/17
POSTULATES AND PROOFS ★Postulates are statements that are assumed to be true without proof. ★ Postulates serve two purposes - to explain undefined terms,
Discrete Mathematics Logic.
5.6 Indirect Proof and Inequalities in Two Triangles
Proof Techniques.
The Foundations: Logic and Proofs
Postulates and Theorems
Mathematical Reasoning
이산 수학 Discrete Mathematics
Discrete Mathematics Logic.
Inequalities in Geometry
Geometry.
Mathematical Reasoning
Introduction to Proofs
5.6 Inequalities in Two Triangles and Indirect Proof
Agenda Proofs (Konsep Pembuktian) Direct Proofs & Counterexamples
Introduction to Proofs
Presentation transcript:

So far we have learned about: Propositions Relationships between propositions Quantifying statements Logic is the study of reasoning---concerned with whether the reasoning is correct Logical methods are used in mathematics to prove theorems and in computer science to prove that programs do what they are supposed to do

1.4 Proofs A mathematical system consists of Undefined terms Definitions Axioms

Undefined terms Undefined terms are the basic building blocks of a mathematical system. These are words that are accepted as starting concepts of a mathematical system. Example: in Euclidean geometry we have undefined terms such as Point Line

Definitions A definition is a proposition constructed from undefined terms and previously accepted concepts in order to create a new concept. Example. In Euclidean geometry the following are definitions: Two triangles are congruent if their vertices can be paired so that the corresponding sides are equal and so are the corresponding angles. Two angles are supplementary if the sum of their measures is 180 degrees.

Axioms An axiom is a proposition accepted as true without proof within the mathematical system. There are many examples of axioms in mathematics: Example: In Euclidean geometry the following are axioms Given two distinct points, there is exactly one line that contains them. Given a line and a point not on the line, there is exactly one line through the point which is parallel to the line.

Theorems A theorem is a proposition of the form p  q which must be shown to be true by a sequence of logical steps that assume that p is true, and use definitions, axioms and previously proven theorems.

Lemmas and corollaries A lemma is a small theorem which is used to prove a bigger theorem. A corollary is a theorem that can be proven to be a logical consequence of another theorem. Example from Euclidean geometry: "If the three sides of a triangle have equal length, then its angles also have equal measure."

Types of proof A proof is a logical argument that consists of a series of steps using propositions in such a way that the truth of the theorem is established. Theorems are often of the form For all x1, x2,…,xn, if p(x1, x2,…,xn ) then q(x1, x2,…,xn ); This universally quantified statement is true provided that the conditional proposition If p(x1, x2,…,xn ) then q(x1, x2,…,xn ) is true for all x1, x2,…,xn in the domain of discourse.

This is known as the direct proof. Types of proof To prove the theorem, we first assume that x1, x2,…,xn are arbitrary members of the domain of discourse. Now, by the truth table for p  q we can see that if p is false than p  q is true. So to prove the theorem, we only have to consider the case p is true and show directly that q is true. This is known as the direct proof.

Direct proof: p  q A direct method of attack that assumes the truth of proposition p, axioms and proven theorems so that the truth of proposition q is obtained. Example: Give a direct proof of the theorem “ if n is odd then n2 is odd”. Assume that the hypothesis is true; that is n is odd; this means that n = 2k +1 where k is an integer. It follows that n2 = (2k+1)2 = 4 k2 + 4k +1 = 2(2 k2 +2k)+1 = 2m+1, for an integer m => n2 is odd. See also example 1.4.7.

Indirect proof The method of proof by contradiction of a theorem p  q consists of the following steps: 1. Assume p is true and q is false 2. Show that ~p is also true. 3. Then we have that p ^ (~p) is true. 4. But this is impossible, since the statement p ^ (~p) is always false. There is a contradiction! 5. So, q cannot be false and therefore it is true. OR: show that the contrapositive (~q)(~p) is true. Since (~q)  (~p) is logically equivalent to p  q, then the theorem is proved.

Valid arguments Deductive reasoning: the process of reaching a conclusion q from a sequence of propositions p1, p2, …, pn. The propositions p1, p2, …, pn are called premises or hypothesis. The proposition q that is logically obtained through the process is called the conclusion.