Module 2 Flashcards
What is predicate calculus?
The symbolic analysis of predicates and quantified statements.
What is statement calculus?
The symbolic analysis of ordinary compound statements.
What is a predicate?
A sentence the contains a finite number of variables and becomes a statement when specific values are substituted for variables.
What is the predicate domain?
The set of all values that may be substituted in place of the variable.
What is the truth set?
The set of all elements that make the predicate true.
How is the truth set denoted?
{x E D | P(x)}
What is a quantified?
A word that refers to a quantity such as “some” or “all” and tell for how many elements a given predicate is true.
What is the universal quantifier?
Upside down A, means “for all”
What can be used instead of “for all”?
“For arbitrary” “For every” “For any” “For each” “Given any”
When are universal statements true?
True if, and only if, it is true for every x in its domain.
What is the method of exhaustion?
Showing the truth of the predicate separately for each individual element in the domain.
What is the existential qualifier?
Backwards E, denotes “there exists”
What can be used instead of “there exists”?
“There is a” “We can find a” “There is at least one” “For some” “For at least we one”
When are existential statements true?
True if, and only if, the predicate is true for at least one value in the domain.
What form does a universal conditional statement have?
Ax, if P(x) then Q(x)
What is implicit quantification?
P(x) => Q(x), every element in the truth set of P(x) is in Q(x).
What does P(x) <=> Q(x) mean?
P(x) and Q(x) have identical truth sets.
What is the negation of a universal statement?
It is logically equivalent to an existential statement saying there is one value that is the negation of the predicate.
What is the negation of an existential statement?
It is logically equivalent to a universal statement with the negation if the predicate.
When is an integer even?
If, and only if, n=2*(some integer)
When is an integer odd?
If, and only if, n=(2*(some integer))+1
When is an integer prime?
If, and only if: n>1, for all positive integers r and s, if n=rs, and r or s =n.
When is an integer composite?
If, and only if: n>1, for all positive integers r and s, n=rs with 1
What is a constructive proof of existence?
Find a value in the domain to prove the predicate is true or provide instructions for finding such a value.