CSL105: Discrete Mathematical Structures

CSL105: Discrete Mathematical Structures
Ragesh Jaiswal, CSE, IIT Delhi
Ragesh Jaiswal, CSE, IIT Delhi
CSL105: Discrete Mathematical Structures
Predicate Logic
Ragesh Jaiswal, CSE, IIT Delhi
CSL105: Discrete Mathematical Structures
Logic
Predicate logic
Statement
∀x∀yP(x, y )
∀y ∀xP(x, y )
∀x∃yP(x, y )
∃x∀yP(x, y )
∃x∃yP(x, y )
When True
P(x, y ) is True for every
pair x, y
When False
There is a pair x, y for
which P(x, y ) is False
For every x there is a y
such that P(x, y ) is True
There is an x such that
P(x, y ) is False for every
y
For every x there is a
y for which P(x, y ) is
False.
P(x, y ) is False for every
pair x, y
There is an x for which
P(x, y ) is True for every
y
There is a pair x, y for
which P(x, y ) is True
∃y ∃xP(x, y )
Table: Nested quantification of two variables.
Ragesh Jaiswal, CSE, IIT Delhi
CSL105: Discrete Mathematical Structures
Logic
Predicate logic
Determine the truth value of these statements when the
domain of all variables consists of all real numbers and
Q(x, y , z) denotes x + y = z.
∀x∀y ∃zQ(x, y , z)?
∃z∀x∀yQ(x, y , z)?
Ragesh Jaiswal, CSE, IIT Delhi
CSL105: Discrete Mathematical Structures
Logic
Predicate logic
Determine the truth value of these statements when the
domain of all variables consists of all real numbers and
Q(x, y , z) denotes x + y = z.
∀x∀y ∃zQ(x, y , z)? True
∃z∀x∀yQ(x, y , z)? False
Translating mathematical statements into logical expressions
involving nested quantifiers.
“The sum of two positive integers is always positive.”
“Every real number except 0 has a multiplicative inverse.”
Ragesh Jaiswal, CSE, IIT Delhi
CSL105: Discrete Mathematical Structures
Logic
Predicate logic
Determine the truth value of these statements when the
domain of all variables consists of all real numbers and
Q(x, y , z) denotes x + y = z.
∀x∀y ∃zQ(x, y , z)? True
∃z∀x∀yQ(x, y , z)? False
Translating mathematical statements into logical expressions
involving nested quantifiers.
“The sum of two positive integers is always positive.”
∀x∀y ((x > 0) ∧ (y > 0) → (x + y > 0))
“Every real number except 0 has a multiplicative inverse.”
∀x((x 6= 0) → ∃y (xy = 1))
Ragesh Jaiswal, CSE, IIT Delhi
CSL105: Discrete Mathematical Structures
Logic
Predicate logic
Translating nested quantifiers into English.
Example:
F (a, b): “a and b are friends.”
The domain consists of all students in the Institute.
Translate: ∃x∀y ∀z(F (x, y ) ∧ F (x, z) ∧ (y 6= z) → ¬(F (y , z)))
Ragesh Jaiswal, CSE, IIT Delhi
CSL105: Discrete Mathematical Structures
Logic
Predicate logic
Translating nested quantifiers into English.
Example:
F (a, b): “a and b are friends.”
The domain consists of all students in the Institute.
Translate: ∃x∀y ∀z(F (x, y ) ∧ F (x, z) ∧ (y 6= z) → ¬(F (y , z)))
“There is a student none of whose friends are also friends with
each other.”
Ragesh Jaiswal, CSE, IIT Delhi
CSL105: Discrete Mathematical Structures
Logic
Predicate logic
Translating English sentences into logical expressions:
Consider following examples:
Translate: “If a person is female and is a parent, then this
person is someone’s mother.”
Translate: “Everyone has exactly one best friend.”
Translate: “There does not exist a woman who has taken a
flight on every airline in the world.”
Ragesh Jaiswal, CSE, IIT Delhi
CSL105: Discrete Mathematical Structures
End
Ragesh Jaiswal, CSE, IIT Delhi
CSL105: Discrete Mathematical Structures