1/16
Flashcards covering truth table definitions, evaluation of logic statement forms, tautology and contradiction classifications, logical implications, short truth table validity checks, and argument symbolizations from Dr. Mark Vopat's Exam 1.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Logically Equivalent Statements
A pair of statements that have the exact same truth value as each other under every possible truth value assignment of their component variables (they share identical truth table columns).
Consistent Set of Statements
A set of statements for which there exists at least one truth value assignment (one row in a joint truth table) in which all statements in the set are simultaneously true.
Tautology
A statement form that evaluates to true under all possible truth value assignments of its component variables (true in every row of its truth table).
Contradiction
A statement form that evaluates to false under all possible truth value assignments of its component variables (false in every row of its truth table).
Contingency
A statement form that is true under at least one truth value assignment and false under at least one truth value assignment (containing a mix of true and false values in its main column).
Logical Implication
A relationship where statement (1) logically implies statement (2) if and only if there is no truth value assignment under which statement (1) is true and statement (2) is false.
Short Truth Table Method
A technique for testing argument validity by attempting to assign truth values that make all premises true and the conclusion false; if a consistent assignment is found, the argument is invalid, otherwise it is valid.
Truth Value of (p∨q)⊃[(p⋅q)⊃(r⋅s)]
Given p=T, q=F, r=T, and s=T: (T∨F)⊃[(T⋅F)⊃(T⋅T)] evaluates to T⊃[F⊃T], which yields T⊃T=T (True).
Truth Value of (p⊃q)⊃[(p⋅∼r)≡(∼r∨q)]
Given p=T, q=F, r=T, and s=T: (T⊃F)⊃[(T⋅F)≡(F∨F)] evaluates to F⊃[F≡F], which yields F⊃T=T (True).
Classification of [p⊃(q⊃r)]⊃[(p⊃q)⊃(p⊃r)]
Tautology. This statement form represents the principle of distribution of implication and evaluates to true under all 8 possible truth value assignments for p, q, and r.
Classification of [p⊃(q⊃p)]⊃[(q⊃q)⊃∼(r⊃r)]
Contradiction. Since p⊃(q⊃p) and q⊃q are both tautologies (T), and ∼(r⊃r) is a contradiction (F), the overall form evaluates to T⊃(T⊃F)=F in all cases.
Logical Implication of (1) (p⊃q) vs (2) (p⊃q)∨r
Statement (1) implies statement (2) (Option a). Disjoining any statement r to (p⊃q) preserves truth whenever (p⊃q) is true.
Logical Implication of (1) (p⋅q)∨∼r vs (2) p⋅(q∨∼r)
Statement (2) implies statement (1) (Option b), and statement (1) does not imply statement (2) (Option c). Expanding statement (2) via distribution gives (p⋅q)∨(p⋅∼r), which is strictly stronger than (p⋅q)∨∼r.
Validity of Argument 9: Premises ((p⋅q)⊃r), (r⊃(s⋅t)), Conclusion ∼s⊃(∼p∨∼q)
Valid. Setting the conclusion to false requires ∼s=T (s=F) and ∼p∨∼q=F (p=T,q=T). Premise 1 then requires r=T, causing premise 2 to evaluate to T⊃(F⋅t)=F, which creates an unavoidable contradiction.
Validity of Argument 10: Premises (p⋅q)⊃(r⊃(s∨t)), s≡(p⋅t), ∼t≡(q∨∼r), Conclusion r⊃(s∨∼p)
Valid. Setting the conclusion to false requires r=T, s=F, and p=T. Propagating these values through the three premises leads to an impossible truth value assignment, proving the argument is valid.
Symbolization and Validity of Problem 11 (Rationality and Determinism)
Symbolization: Let P = people are entirely rational, A = all of a person's actions can be predicted in advance, D = universe is essentially deterministic. Premises: P⊃(A∨D), ∼A. Conclusion: ∼D⊃∼P. Status: Valid.
Symbolization and Validity of Problem 12 (Oil Consumption and Bankruptcy)
Symbolization: Let C = oil consumption continues to grow, I = oil imports increase, R = domestic oil reserves depleted, B = nation will soon be bankrupt. Premises: C⊃(I⋅R), (I∨R)⊃B. Conclusion: C⊃B. Status: Valid.