Predicates and Quantifiers Flashcards
Define variables
To denote subjects
Define predicates
to denote a property of a subject
Define quantifiers
To quantify over subjects
What is a universal Quantifier (∀x)
asserts P(x) is true for every value of x in the domain
What is an Existential Quantifier (∃x)
assers P(x) is true for some values of x in the domain
Example (Quantifiers): If P(x) denotes “x is even” and U then integer then:
∀x. P(x) is false, but
∃x. P(x) is true.
What precedence do the ∀x ∃x have over other logical operators
They have a higher precedence than all the logical operators
What do truth values depend on
The predicate (P(x)) and the domain (U)
If U is the positive integers and P(x) is the statement “x < 2” then what are the truth values for ∀x and ∃x
For ∃x P(x) is true but for ∀x P(x) is false
What is very important in nested quantifiers
the order (the first two doesn’t matter but the second 2 does (2,3)
Define argument in propositional logic
a sequence of propositions
When is the argument valid
when the premises imply the conclusion
What is the last statement called in proportional logic
the conclusion
What does this statement in english ∀x∀y P(x, y) ≡ ∀x∀y (x + y = 0)
For all real numbers x and y, x + y = 0
ExEy what does this mean in English
There exists x, there exists y