Statements Containing Multiple Quantifiers

Slides:



Advertisements
Similar presentations
Nested Quantifiers Section 1.4.
Advertisements

1.3 Predicates and Quantifiers
3.2 Pumping Lemma for Regular Languages Given a language L, how do we know whether it is regular or not? If we can construct an FA to accept the language.
Elementary Number Theory and Methods of Proof
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.
22C:19 Discrete Structures Logic and Proof Spring 2014 Sukumar Ghosh.
1 Quantifiers Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong.
1 More Applications of the Pumping Lemma. 2 The Pumping Lemma: Given a infinite regular language there exists an integer for any string with length we.
The essential quality of a proof is to compel belief.
Nested Quantifiers Goals: Explain how to work with nested quantifiers
Discrete Structures Chapter 3: The Logic of Quantified Statements
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.
Generalized De Morgan’s Theorem Lecture L5.4 Section 5.1.
Quantifiers and Negation Predicates. Predicate Will define function. The domain of a function is the set from which possible values may be chosen for.
Lecture 8 Introduction to Logic CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
CSci 2011 Discrete Mathematics Lecture 3 CSci 2011.
CSCI 115 Chapter 2 Logic. CSCI 115 §2.1 Propositions and Logical Operations.
Mathematical Structures A collection of objects with operations defined on them and the accompanying properties form a mathematical structure or system.
A Brief Summary for Exam 1 Subject Topics Propositional Logic (sections 1.1, 1.2) –Propositions Statement, Truth value, Proposition, Propositional symbol,
Predicates and Quantified Statements M , 3.2.
Multiplying and Dividing Integers When you MULTIPLY: Two positives equal a positive Two negatives equal a positive One positive & one negative equal.
2.3Logical Implication: Rules of Inference From the notion of a valid argument, we begin a formal study of what we shall mean by an argument and when such.
Chapter 2 The Logic of Quantified Statements. Section 2.1 Intro to Predicates & Quantified Statements.
Multiplication of Real Numbers Section 2.5. Multiplying Rules 1) If the numbers have the same signs then the answer is positive. (-7) (-4) = 28 2) If.
Boolean Algebras Lecture 27 Section 5.3 Wed, Mar 7, 2007.
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,
Lecture 7 – Jan 28, Chapter 2 The Logic of Quantified Statements.
COMP 170 L2 L08: Quantifiers. COMP 170 L2 Outline l Quantifiers: Motivation and Concepts l Quantifiers: Notations and Meaning l Saying things with Quantified.
Discrete Structures – CNS 2300
Chapter 2 Symbolic Logic. Section 2-1 Truth, Equivalence and Implication.
CS 285- Discrete Mathematics Lecture 4. Section 1.3 Predicate logic Predicate logic is an extension of propositional logic that permits concisely reasoning.
Basic Definitions of Set Theory Lecture 23 Section 5.1 Wed, Mar 8, 2006.
Direct Proof and Counterexample I Lecture 12 Section 3.1 Tue, Feb 6, 2007.
Types of Proof Lecture 4 Sections 0.4 Wed, Aug 29, 2007.
Statements Containing Multiple Quantifiers Lecture 11 Section 2.3 Mon, Feb 5, 2007.
Basic Definitions of Set Theory Lecture 23 Section 5.1 Mon, Feb 21, 2005.
Section 1.5 and 1.6 Predicates and Quantifiers. Vocabulary Predicate Domain Universal Quantifier Existential Quantifier Counterexample Free variable Bound.
Direct Proof and Counterexample I Lecture 11 Section 3.1 Fri, Jan 28, 2005.
Section 1.4. Propositional Functions Propositional functions become propositions (and have truth values) when their variables are each replaced by a value.
Introduction to Predicates and Quantified Statements I Lecture 9 Section 2.1 Wed, Jan 31, 2007.
Section 9.4 – Mathematical Induction Mathematical Induction: A method to prove that statements involving natural numbers are true for all natural numbers.
Lecture 8UofH - COSC Dr. Verma 1 COSC 3340: Introduction to Theory of Computation University of Houston Dr. Verma Lecture 8.
Multiply Integers SWBAT multiply integers. Multiplication What is multiplication? What is multiplication? Repeated addition Repeated addition How do you.
Section 2.1: Use Inductive Reasoning Conjecture: A conjecture is an unproven statement that is based on observations; an educated guess. Inductive Reasoning:
Lecture 34 Section 6.7 Wed, Mar 28, 2007
رياضيات متقطعة لعلوم الحاسب MATH 226. Chapter 1 Predicates and Quantifiers 1.4.
Lecture 1.5: Proof Techniques
3. The Logic of Quantified Statements Summary
CSE322 PUMPING LEMMA FOR REGULAR SETS AND ITS APPLICATIONS
CSNB 143 Discrete Mathematical Structures
Lecture 1.5: Proof Techniques
Nested Quantifiers Goals: Explain how to work with nested quantifiers
ELEMENTARY NUMBER THEORY AND METHODS OF PROOF
Direct Proof and Counterexample I
Copyright © Cengage Learning. All rights reserved.
Introduction to Predicates and Quantified Statements II
Mathematics for Computer Science MIT 6.042J/18.062J
Introduction to Predicates and Quantified Statements II
A Brief Summary for Exam 1
Chapter 1 Logic and Proof.
Copyright © Cengage Learning. All rights reserved.
Introduction to Predicates and Quantified Statements I
Lecture 43 Section 10.1 Wed, Apr 6, 2005
More Applications of the Pumping Lemma
Direct Proof and Counterexample I
Discrete Mathematics Lecture 4 Logic of Quantified Statements
Copyright © Cengage Learning. All rights reserved.
Statements Containing Multiple Quantifiers
Presentation transcript:

Statements Containing Multiple Quantifiers Lecture 9 Section 2.3 Wed, Jan 26, 2005

Multiply Quantified Statements Multiple universal statements x  S, y  T, P(x, y) y  T, x  S, P(x, y) The order does not matter. Multiple existential statements x  S, y  T, P(x, y) y  T, x  S, P(x, y)

Multiply Quantified Statements Mixed universal and existential statements x  S, y  T, P(x, y) y  T, x  S, P(x, y) The order does matter. What is the difference? Compare x  R, y  R, x + y = 0. y  R, x  R, x + y = 0.

Examples Which of the following statements are true? x  N, y  N, y < x. x  Q, y  Q, y < x. x  R, y  R, y < x. x  Q, y  Q, z  Q, x < z < y. For those that are false, what is their negation?

Negation of Multiply Quantified Statements Negate the statement x  R, y  R, z  R, x + y + z = 0. (x  R, y  R, z  R, x + y + z = 0)  x  R, (y  R, z  R, x + y + z = 0)  x  R, y  R, (z  R, x + y + z = 0)  x  R, y  R, z  R, (x + y + z = 0)  x  R, y  R, z  R, x + y + z  0

Multiply Quantified Statements In the statement x  R, y  R, z  R, x + y + z  0 the predicate x + y + z  0 must be true for every y and for some x and for some z. However, the choice of x must not depend on y, while the choice of z may depend on y.

Negation of Multiply Quantified Statements Consider the statement n  N, r, s, t  N, n = r2 + s2 + t2. Its negation is n  N, r, s, t  N, n  r2 + s2 + t2. Which statement is true? How would you prove it?

Example In the Theory of Computing there is an important theorem: The Pumping Lemma. The Pumping Lemma: For every regular set S, there exists a positive integer n, such that for every word w  S for which |w|  n, there exist words x, y, z, such that for every nonnegative integer k, xykz  S.

Example The Pumping Lemma:  regular set S,  a positive integer n, such that  word w  S for which |w|  n,  words x, y, z, such that  nonnegative integer k, xykz  S.

Example The Pumping Lemma:  S  R,  n  N,  w  S for which |w|  n,  x, y, z *,  k  N, xykz  S.

Example The Pumping Lemma:  S  R,  n  N,  w  S for which |w|  n,  x, y, z *,  k  N, xykz  S.

Example The Pumping Lemma:  S  R,  n  N,  w  S for which |w|  n,  x, y, z *,  k  N, xykz  S.

Example The Pumping Lemma:  S  R,  n  N,  w  S for which |w|  n,  x, y, z *,  k  N, xykz  S.

Example The Pumping Lemma:  S  R,  n  N,  w  S for which |w|  n,  x, y, z *,  k  N, xykz  S.

Example The Pumping Lemma:  S  R,  n  N,  w  S for which |w|  n,  x, y, z *,  k  N, xykz  S.