1/8
Vocabulary flashcards covering the formal rules of inference, logical notations, general symbolic forms, and descriptions from the logic lecture notes.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Conditional Elimination (→E)
If the IF part is true, the THEN part must be true.
Follow the arrow.
If it rains → ground is wet. It rained → ground is wet.
A rule of inference stating that if a conditional (p→q) and its antecedent (p) are true, you can conclude the consequent (q). General form: p→q, p∴q.
Conditional Elimination (→E)
A rule of inference stating that if a conditional statement (p→q) and its antecedent (p) are both true, the consequent (q) must be true.
Modus Tollens MT
If the THEN part is false, the IF part must be false.
Deny the result → deny the cause.
If it rains → ground is wet. Ground is NOT wet → it did NOT rain.
A rule of inference stating that if a conditional (p→q) and the negation of its consequent (¬q) are true, you can conclude the negation of the antecedent (¬p). General form: p→q, ¬q∴¬p.
Conditional Introduction (→I)
Two conditionals can be chained when the middle statement matches.
Make a chain: p → q → r.
If I study → pass. If I pass → celebrate. Therefore, if I study → celebrate.
A rule of inference stating that if two conditionals connect with the consequent of one matching the antecedent of the other (p→q and q→r), you can conclude a new conditional from the first antecedent to the second consequent (p→r). General form: p→q, q→r∴p→r.
Conjunction Elimination (∧E)
An AND statement lets you take out either part.
AND → take one part out.
I have a dog AND a cat → I have a dog.
A rule of inference stating that if a conjunction (p∧q) is true, either individual conjunct (p or q) can be concluded. General form: p∧q∴p.
Conjunction Introduction (∧I)
Two true statements can be joined with AND.
Two things → put AND between them.
I have a dog. I have a cat. → I have a dog AND a cat.
General form: p, q∴p∧q.
A rule of inference stating that if two sentences (p and q) are true, their conjunction (p∧q) is also true.
Disjunctive Syllogism. DS
An OR statement plus eliminating one option leaves the other option.
OR + eliminate one → get the other.
Pizza OR tacos. NOT pizza → tacos.
General form: p∨q, ¬p∴q.
A rule of inference stating that if a disjunction (p∨q) is true and one disjunct is false (¬p), the other disjunct (q) must be true.
Disjunction Introduction (∨I)
If one statement is true, you can make an OR statement by adding another possibility.
One true thing → add OR anything.
I have a dog → I have a dog OR a cat.
A rule of inference stating that if one sentence (p) is true, it can be combined with any other sentence using OR to form a disjunction (p∨q). General form: p∴p∨q.
DeMorgan’s Laws DeM
When a NOT moves inside parentheses, put NOT on each statement and flip AND/OR.
NOT goes in → flip the connector.
NOT (cake OR ice cream) → NOT cake AND NOT ice cream.
Rules stating that when pushing a negation inward, flip the logical operator: NOT (OR) becomes AND of NOTs (¬(p∨q)↔¬p∧¬q), and NOT (AND) becomes OR of NOTs (¬(p∧q)↔¬p∨¬q).