Discrete Structures Chapter 3: The Logic of Quantified Statements

Slides:



Advertisements
Similar presentations
1.3 Predicates and Quantifiers
Advertisements

Nested Quantifiers Needed to express statements with multiple variables Example 1: “x+y = y+x for all real numbers”  x  y(x+y = y+x) where the domains.
The Logic of Quantified Statements
RMIT University; Taylor's College This is a story about four people named Everybody, Somebody, Anybody and Nobody. There was an important job to be done.
Discrete Structures Chapter 1 Part B Fundamentals of Logic Nurul Amelina Nasharuddin Multimedia Department 1.
Discrete Mathematics Lecture 2 Alexander Bukharovich New York University.
Nested Quantifiers Goals: Explain how to work with nested quantifiers
Copyright © Cengage Learning. All rights reserved.
Discrete Structures Chapter 3: The Logic of Quantified Statements
Ch 1.3: Quantifiers Open sentences, or predicates, are sentences that contain one or more variables. They do not have a truth value until variables are.
Quantifiers and Negation Predicates. Predicate Will define function. The domain of a function is the set from which possible values may be chosen for.
Predicates and Quantifiers
Chapter 1: The Foundations: Logic and Proofs
Nested Quantifiers. 2 Nested Iteration Let the domain be {1, 2, …, 10}. Let P(x, y) denote x > y.  x,  y, P(x, y) means  x, (  y, P(x, y) ) Is the.
2.2 Statements, Connectives, and Quantifiers
Chapter 1, Part II: Predicate Logic With Question/Answer Animations.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 3 Logic.
PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.
Logic Disjunction A disjunction is a compound statement formed by combining two simple sentences using the word “OR”. A disjunction is true when at.
Chapter 1, Part II: Predicate Logic With Question/Answer Animations.
Statements with Multiple Quantifiers. When a statement contains more than one quantifier, we imagine the actions suggested by the quantifiers as being.
Math 51/COEN 19 Day 3, 1.4 Quantifiers 1. 3 Predicates A lot like functions that return booleans Let P(x) denote x
Predicates and Quantified Statements
Chapter 2 The Logic of Quantified Statements. Section 2.1 Intro to Predicates & Quantified Statements.
Nested Quantifiers Section 1.5.
4.1 Proofs and Counterexamples. Even Odd Numbers Find a property that describes each of the following sets E={…, -4, -2, 0, 2, 4, 6, …} O={…, -3, -1,
Chapter 2 Logic 2.1 Statements 2.2 The Negation of a Statement 2.3 The Disjunction and Conjunction of Statements 2.4 The Implication 2.5 More on Implications.
1 Introduction to Abstract Mathematics Predicate Logic Instructor: Hayk Melikya Purpose of Section: To introduce predicate logic (or.
Lecture 7 – Jan 28, Chapter 2 The Logic of Quantified Statements.
Discrete Structures – CNS 2300
CS 285- Discrete Mathematics Lecture 4. Section 1.3 Predicate logic Predicate logic is an extension of propositional logic that permits concisely reasoning.
Thinking Mathematically Statements, Negations, and Quantified Statements.
Predicates and Quantifiers Dr. Yasir Ali. 1.Predicates 2.Quantifiers a.Universal Quantifiers b.Existential Quantifiers 3.Negation of Quantifiers 4.Universal.
Statements Containing Multiple Quantifiers Lecture 11 Section 2.3 Mon, Feb 5, 2007.
Section 1.5 and 1.6 Predicates and Quantifiers. Vocabulary Predicate Domain Universal Quantifier Existential Quantifier Counterexample Free variable Bound.
1 Introduction to Abstract Mathematics Chapter 3: The Logic of Quantified Statements. Predicate Calculus Instructor: Hayk Melikya 3.1.
Section 1.4. Propositional Functions Propositional functions become propositions (and have truth values) when their variables are each replaced by a value.
Section 1.5. Section Summary Nested Quantifiers Order of Quantifiers Translating from Nested Quantifiers into English Translating Mathematical Statements.
Introduction to Predicates and Quantified Statements I Lecture 9 Section 2.1 Wed, Jan 31, 2007.
1 Section 7.1 First-Order Predicate Calculus Predicate calculus studies the internal structure of sentences where subjects are applied to predicates existentially.
رياضيات متقطعة لعلوم الحاسب MATH 226. Chapter 1 Predicates and Quantifiers 1.4.
3. The Logic of Quantified Statements Summary
Predicates and Quantified Statements I
CSNB 143 Discrete Mathematical Structures
CHAPTER 3 Logic.
Nested Quantifiers Goals: Explain how to work with nested quantifiers
2.1 Propositions and Logical Operations
Negations of Quantified Statements
CMSC Discrete Structures
Copyright © Cengage Learning. All rights reserved.
CS 1502 Formal Methods in Computer Science
Introduction to Predicates and Quantified Statements II
CHAPTER 1: LOGICS AND PROOF
Nested Quantifiers Nested quantifiers are often necessary to express the meaning of sentences in English as well as important concepts in computer science.
Introduction to Predicates and Quantified Statements II
Statements Containing Multiple Quantifiers
Chapter 1 Logic and Proof.
(1.4) An Introduction to Logic
Introduction to Predicates and Quantified Statements I
Discrete Mathematics Lecture 4 & 5: Predicate and Quantifier
Discrete Mathematics CMP-200 Propositional Equivalences, Predicates & Quantifiers, Negating Quantified Statements Abdul Hameed
Discrete Mathematics Lecture 4 & 5: Predicate and Quantifier
CHAPTER 3 Logic.
Predicates and Quantifiers
Discrete Mathematics Lecture 4 Logic of Quantified Statements
Copyright © Cengage Learning. All rights reserved.
1.3 Propositional Equivalences
Statements Containing Multiple Quantifiers
·Answer in complete sentences ·Page 17 - # 2
Predicates and Quantifiers
Presentation transcript:

Discrete Structures Chapter 3: The Logic of Quantified Statements 3.3. Statements with Multiple Quantifiers It is not enough to have a good mind. The main thing is to use it well. – René Descartes, 1596 – 1650 3.3. Statements with Multiple Quantifiers

Multiple Quanitifiers We begin by considering sentences in which there is more than one quantifier of the same “quantity”—i.e., sentences with two or more existential quantifiers, and sentences with two or more universal quantifiers. 3.3. Statements with Multiple Quantifiers

3.3. Statements with Multiple Quantifiers Example – pg. 129 # 1 Let C be the set of cities in the world, let N be the set of nations in the world, and let P(c, n) be “c is the capital city of n.” Determine the truth values of the following statements. P(Tokyo, Japan) P(Athens, Egypt) P(Paris, France) P(Miami, Brazil) 3.3. Statements with Multiple Quantifiers

3.3. Statements with Multiple Quantifiers Example – pg. 129 # 2 Let G(x, y) be “x2 > y.” Indicate which of the following statements are true and which are false. G(2, 3) G(1, 1) G(1/2, 1/2) G(-2, 2) 3.3. Statements with Multiple Quantifiers

Negations of Multiply-Quantified Statements 3.3. Statements with Multiple Quantifiers

3.3. Statements with Multiple Quantifiers Example – pg. 129 # 13 & 19 In each case, (a) rewrite the statement in English without using the symbol  or  or variables and expressing your answer as simply as possible, and (b) write a negation for the statement. 13. 19. 3.3. Statements with Multiple Quantifiers

3.3. Statements with Multiple Quantifiers Example – pg. 131 # 56 Let P(x) and Q(x) be predicates and suppose D is the domain of x. For the statement forms in each pair, determine whether (a) they have the same truth value for every choice of P(x), Q(x), and D, or (b) there is a choice of P(x), Q(x), and D for which they have opposite truth values. 3.3. Statements with Multiple Quantifiers