








Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An excerpt from a university course on discrete structures with computer science. It covers the concepts of propositional equivalences, predicates, and quantifiers. Propositional equivalences are statements that have the same truth value regardless of the truth values of the propositions involved. Predicates are propositions that contain variables, and quantifiers are used to indicate how frequently the predicate is true. The difference between universal and existential quantification, and provides examples and notations for each. It also covers the negation of quantifiers.
Typology: Assignments
1 / 14
This page cannot be seen from the preview
Don't miss anything!









Instructor: Mr. Jeho Park
Always true no matter what the truth values of the propositions that occur in it. Always false Neither tautology nor contradiction
An important type of step used in a mathematical argument is the replacement of a statement with another statement with the same truth value.
Quantifiers
Quantifiers Assignment of Values Let Q ( x ) denote “ x + y = 3” Q (2,1) Each of the following can be determined as T or F Q (3,2) Q (2,1) Q (3,2) ~[Q(2,1) Q(3,2)]
Quantifiers Universal Quantification of P ( x ): x P ( x ) x P ( x ) “for all x P ( x )” “for every x P ( x )” “There exists an x P ( x )” “There is at least one x P ( x )” Existential Quantification of P(x): Quantifiers Notations
Quantifiers Universal Quantification of P ( x ): x P ( x ) Quantifiers
Example) Let P ( x ) denote x 2 ≥ x If U is real number, x, such that 0 < x < 1, False If U is real number, x, such that x > 1, True then x P ( x ) is then x P ( x ) is
Quantifiers Negating quantifiers ¬ x P ( x ) x ¬ P ( x ) ¬ x P ( x ) x ¬P ( x ) at least one false x P ( x ) all true x P ( x ) at least one true all false negation negation not all true none true Quantifiers
Quantifiers The Statement is true is false x P ( x ) x P ( x ) x ¬ P ( x ) x ¬ P ( x ) if for at least one x , P ( x ) is false if for all x , P ( x ) is false if for all x , P ( x ) is false if for all x , P ( x ) is true if for all x , P ( x ) is true if for at least one x , P ( x ) is true if for at least one x , P ( x ) is true if for at least one x , P ( x ) is false
Quantifiers Translate these statements into English, where R(x) is “x is a rabbit” and H(x) is “x hops” and universe of discourse consists of all animals. x(R(x) →H(x)) x(R(x) H(x)) x(R(x) →H(x)) x(R(x) H(x)) If an animal is rabbit, then that animal hops => Every rabbit hops Every animal is a rabbit and hops There exists an animal such that if it is a rabbit, then it hops There exists an animal that is a rabbit and hops => Some rabbits hop.
Group Exercise