Why This Matters
Valid argument forms are the moves you're allowed to make when constructing a proof or evaluating someone else's reasoning. In Formal Logic I, you need to recognize these forms, apply them correctly in proofs, and understand why each inference is truth-preserving. None of these rules are arbitrary: each one captures a relationship between logical connectives that guarantees if your premises are true, your conclusion must be true.
These forms fall into distinct categories: inference rules that let you derive new statements, equivalence rules that let you swap logically identical expressions, and quantifier rules that bridge general claims and specific instances. Don't just memorize the symbolic patterns. Know what logical principle each form exploits and when to reach for it in a proof.
Conditional Inference Rules
These rules govern how we reason with "if-then" statements (conditionals). The conditional PโQ creates a one-way logical dependency, and these rules show you exactly how to exploit that dependency.
Modus Ponens
- Affirm the antecedent, derive the consequent: from PโQ and P, conclude Q
- This is the most fundamental inference rule in propositional logic. You'll use it constantly in proofs.
- Pattern recognition tip: look for a conditional and its antecedent appearing separately in your premises
Modus Tollens
- Deny the consequent, derive the negation of the antecedent: from PโQ and ยฌQ, conclude ยฌP
- Essential for indirect reasoning and disproving hypotheses. It's the contrapositive in action.
- Common exam trap: students confuse this with the invalid form "denying the antecedent" (PโQ, ยฌP, therefore ยฌQ). That's a fallacy, not a rule.
Hypothetical Syllogism
- Chain conditionals together: from PโQ and QโR, derive PโR
- This is the transitivity of implication. It lets you build longer inferential chains from shorter ones.
- Proof strategy: use this to connect distant premises when you see a "bridge" variable appearing as the consequent of one conditional and the antecedent of another
Compare: Modus Ponens vs. Hypothetical Syllogism. Both work with conditionals, but MP requires you to have the antecedent as true, while HS lets you derive a new conditional without asserting any antecedent. If an exam asks you to derive a conditional conclusion, reach for HS.
Disjunction Rules
These rules handle "or" statements (disjunctions). The disjunction PโจQ asserts that at least one disjunct is true. These rules let you either eliminate options or introduce new ones.
Disjunctive Syllogism
- Eliminate one disjunct to conclude the other: from PโจQ and ยฌP, derive Q
- This is process of elimination formalized. If it's not this one, it must be that one.
- Proof tip: when you have a disjunction and can derive the negation of one side, this rule closes the gap
Addition
- Introduce a disjunction from any true statement: from P, derive PโจQ for any Q
- This seems oddly permissive, but it's logically valid. Adding alternatives never makes a true statement false.
- Strategic use: often needed to set up Constructive Dilemma or to match a desired conclusion form
Constructive Dilemma
- Combine two conditionals with a disjunction: from PโQ, RโS, and PโจR, derive QโจS
- Think of it as "fork in the road" reasoning. Either way leads somewhere, so one of those destinations is reached.
- Look for this when you have multiple conditionals and need to preserve optionality in your conclusion
Destructive Dilemma
- The contrapositive version of Constructive Dilemma: from PโQ, RโS, and ยฌQโจยฌS, derive ยฌPโจยฌR
- It eliminates antecedents when consequents fail. If neither outcome happened, neither cause occurred.
- Less common in basic proofs but essential for understanding the symmetry of dilemma reasoning
Compare: Constructive vs. Destructive Dilemma. Both use two conditionals plus a disjunction, but Constructive reasons forward (from causes to effects) while Destructive reasons backward (from failed effects to failed causes). Know which direction your proof needs to go.
Conjunction Rules
These rules govern "and" statements (conjunctions). The conjunction PโงQ requires both conjuncts to be true, so you can build them from separate truths or break them apart.
Conjunction
- Combine two true statements: from P and Q (separately established), derive PโงQ
- This is the only way to introduce โง in a proof. You must have proven both parts independently.
- Proof tip: often the final step when your conclusion is a conjunction
Simplification
- Extract either conjunct: from PโงQ, derive P (or derive Q)
- Use this to break apart compound premises and access the pieces you need for other rules.
- Don't overlook this one. Students sometimes forget they can "unpack" conjunctions mid-proof.
Compare: Conjunction vs. Simplification are inverse operations. Conjunction builds โง statements from parts; Simplification breaks them down. Master both directions to handle conjunctions fluently.
Equivalence rules let you replace expressions with logically identical alternatives. Unlike inference rules, equivalences work in both directions and can be applied to subformulas within larger expressions.
Double Negation
- Two negations cancel out: ยฌยฌPโกP
- Works both ways. You can introduce or eliminate double negations as needed.
- Frequently necessary to set up Modus Tollens or clean up after other transformations
De Morgan's Laws
- Distribute negation across connectives:
- ยฌ(PโงQ)โก(ยฌPโจยฌQ)
- ยฌ(PโจQ)โก(ยฌPโงยฌQ)
- The key pattern: negation flips the connective. And becomes or, or becomes and.
- These appear constantly on exams. Practice until the transformation is automatic.
Transposition (Contraposition)
- Flip and negate a conditional: PโQโกยฌQโยฌP
- This is the logical basis for Modus Tollens. Both forms say exactly the same thing.
- Proof strategy: transpose when you have the negation of a consequent and need to set up a forward inference
Material Implication
- Rewrite conditionals as disjunctions: PโQโกยฌPโจQ
- This reveals the "hidden or" inside every if-then statement.
- Use this when you need to apply disjunction rules to a conditional or vice versa.
Compare: Transposition vs. Material Implication. Both transform conditionals, but Transposition keeps the arrow (just flips and negates), while Material Implication eliminates the arrow entirely. Choose based on what connective you need in your proof.
Equivalence Rules: Structure and Rearrangement
These rules let you reorganize logical expressions without changing their truth value. They're about flexibility in how you write formulas, not about deriving new information.
Commutation
- Order doesn't matter for โง and โจ:
- PโงQโกQโงP
- PโจQโกQโจP
- Use this to rearrange conjunctions and disjunctions to match required forms.
- Note: this does NOT apply to conditionals. PโQ is not equivalent to QโP.
Association
- Grouping doesn't matter for repeated connectives:
- (PโงQ)โงRโกPโง(QโงR)
- (PโจQ)โจRโกPโจ(QโจR)
- Regrouping parentheses lets you access different pairs for other rules.
Distribution
- Distribute one connective over another:
- Pโง(QโจR)โก(PโงQ)โจ(PโงR)
- Pโจ(QโงR)โก(PโจQ)โง(PโจR)
- Works both directions and for both connective combinations, like distributing multiplication over addition.
- This is a key transformation for converting between conjunctive and disjunctive normal forms.
Absorption
- A statement absorbs redundant information: PโQโกPโ(PโงQ)
- If P guarantees Q, then P guarantees both P and Q. The antecedent is already "included."
- Useful for simplification or when you need to introduce a conjunction into a consequent.
Compare: Distribution vs. De Morgan's. Both transform expressions with mixed connectives, but Distribution preserves the connectives while rearranging structure, whereas De Morgan's changes connectives while distributing negation. Know which tool fits your transformation goal.
These forms extend beyond basic propositional logic or represent important logical concepts you'll encounter throughout your studies.
Exportation
- Restructure nested implications: (PโงQ)โRโกPโ(QโR)
- A conjunction in the antecedent can be "exported" into a chain of conditionals, and vice versa.
- Proof flexibility: choose whichever form makes your current inference easier
Universal Instantiation
- Apply general claims to specific cases: from โxPx, derive Pa for any constant a
- This is the bridge from predicate logic to propositional reasoning. What's true of all is true of each.
- You'll use this whenever you need to "unpack" a universal statement to work with a specific individual.
Tautology
- A statement true under all interpretations, like PโจยฌP (the law of excluded middle)
- This isn't an inference rule but a concept. Tautologies can be introduced at any point in a proof since they're always true.
- Validity connection: an argument is valid if and only if the conditional linking its conjoined premises to its conclusion is a tautology.
Compare: Universal Instantiation vs. Modus Ponens. Both let you derive specific conclusions, but UI works on quantified statements (moving from "all" to "one"), while MP works on conditionals (moving from "if-then" to "then"). Different logical machinery, similar "narrowing down" function.
Quick Reference Table
|
| Conditional Inference | Modus Ponens, Modus Tollens, Hypothetical Syllogism |
| Disjunction Handling | Disjunctive Syllogism, Addition, Constructive Dilemma, Destructive Dilemma |
| Conjunction Handling | Conjunction, Simplification |
| Negation Transformation | Double Negation, De Morgan's Laws, Transposition |
| Conditional Equivalences | Material Implication, Exportation, Absorption |
| Structural Rearrangement | Commutation, Association, Distribution |
| Predicate Logic Bridge | Universal Instantiation |
| Logical Concepts | Tautology |
Self-Check Questions
-
Both Modus Ponens and Modus Tollens use a conditional premise. What additional premise does each require, and what conclusion does each produce?
-
You have the premises PโQ, QโR, and P. Which two rules would you use (in order) to derive R?
-
Compare De Morgan's Laws and Distribution: both transform expressions with mixed connectives. When would you use each one?
-
If you need to derive ยฌP and you have PโQ as a premise, what other premise do you need and which rule applies?
-
(FRQ-style) Given premises AโB, CโD, and AโจC, construct a proof deriving BโจD. Name each rule you apply.