60 likes | 94 Views
Conjunctions, Disjunctions, and Negations. Truth Tables. We use a truth table to define logical constants . A truth table lists all possible combinations of truth values for a particular constant. The left side of the table contains the truth values of the components of a sentence.
E N D
Truth Tables We use a truth table to define logical constants. A truth table lists all possible combinations of truth values for a particular constant. The left side of the table contains the truth values of the components of a sentence. The right side contains the truth value of the sentence.
Negation Here’s the truth table for negation (~) P ~P T F F T This table lists all possible combinations of truth values for the sentence P.
Conjunction “˄” In ordinary language the conjunction “˄” is AND. (also “but” and “moreover”) “˄” implies that a compound sentence will be truth IFF both sides are true, false otherwise. p q (p ˄ q) T T T T F F F T F F F F
Disjunction “˅” The disjunction “˅” is an Inclusive OR. The resulting sentence is true if either or both sentences are true. p q p ˅ q T T T T F T F T T F F F
Mutual Exclusivity Often “OR” is an Exclusive “OR” An Exclusive Disjunction (XOR), is true If and only if only one of the sentences is true. p q (p xor q) T T F T F T F T T F F F