Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

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โ†’QP \rightarrow 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โ†’QP \rightarrow Q and PP, conclude QQ
  • 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โ†’QP \rightarrow Q and ยฌQ\neg Q, conclude ยฌP\neg 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โ†’QP \rightarrow Q, ยฌP\neg P, therefore ยฌQ\neg Q). That's a fallacy, not a rule.

Hypothetical Syllogism

  • Chain conditionals together: from Pโ†’QP \rightarrow Q and Qโ†’RQ \rightarrow R, derive Pโ†’RP \rightarrow 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โˆจQP \lor 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โˆจQP \lor Q and ยฌP\neg P, derive QQ
  • 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 PP, derive PโˆจQP \lor Q for any QQ
  • 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โ†’QP \rightarrow Q, Rโ†’SR \rightarrow S, and PโˆจRP \lor R, derive QโˆจSQ \lor 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โ†’QP \rightarrow Q, Rโ†’SR \rightarrow S, and ยฌQโˆจยฌS\neg Q \lor \neg S, derive ยฌPโˆจยฌR\neg P \lor \neg 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โˆงQP \land 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 PP and QQ (separately established), derive PโˆงQP \land Q
  • This is the only way to introduce โˆง\land 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โˆงQP \land Q, derive PP (or derive QQ)
  • 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 โˆง\land statements from parts; Simplification breaks them down. Master both directions to handle conjunctions fluently.


Equivalence Rules: Negation and Transformation

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\neg \neg P \equiv 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)\neg(P \land Q) \equiv (\neg P \lor \neg Q)
    • ยฌ(PโˆจQ)โ‰ก(ยฌPโˆงยฌQ)\neg(P \lor Q) \equiv (\neg P \land \neg 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โ†’ยฌPP \rightarrow Q \equiv \neg Q \rightarrow \neg 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โˆจQP \rightarrow Q \equiv \neg P \lor 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 โˆง\land and โˆจ\lor:
    • PโˆงQโ‰กQโˆงPP \land Q \equiv Q \land P
    • PโˆจQโ‰กQโˆจPP \lor Q \equiv Q \lor P
  • Use this to rearrange conjunctions and disjunctions to match required forms.
  • Note: this does NOT apply to conditionals. Pโ†’QP \rightarrow Q is not equivalent to Qโ†’PQ \rightarrow P.

Association

  • Grouping doesn't matter for repeated connectives:
    • (PโˆงQ)โˆงRโ‰กPโˆง(QโˆงR)(P \land Q) \land R \equiv P \land (Q \land R)
    • (PโˆจQ)โˆจRโ‰กPโˆจ(QโˆจR)(P \lor Q) \lor R \equiv P \lor (Q \lor 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 \land (Q \lor R) \equiv (P \land Q) \lor (P \land R)
    • Pโˆจ(QโˆงR)โ‰ก(PโˆจQ)โˆง(PโˆจR)P \lor (Q \land R) \equiv (P \lor Q) \land (P \lor 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)P \rightarrow Q \equiv P \rightarrow (P \land Q)
  • If PP guarantees QQ, then PP guarantees both PP and QQ. 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.


Advanced Forms and Concepts

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)(P \land Q) \rightarrow R \equiv P \rightarrow (Q \rightarrow 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 โˆ€xโ€‰Px\forall x \, Px, derive PaPa for any constant aa
  • 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โˆจยฌPP \lor \neg 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

CategoryRules
Conditional InferenceModus Ponens, Modus Tollens, Hypothetical Syllogism
Disjunction HandlingDisjunctive Syllogism, Addition, Constructive Dilemma, Destructive Dilemma
Conjunction HandlingConjunction, Simplification
Negation TransformationDouble Negation, De Morgan's Laws, Transposition
Conditional EquivalencesMaterial Implication, Exportation, Absorption
Structural RearrangementCommutation, Association, Distribution
Predicate Logic BridgeUniversal Instantiation
Logical ConceptsTautology

Self-Check Questions

  1. Both Modus Ponens and Modus Tollens use a conditional premise. What additional premise does each require, and what conclusion does each produce?

  2. You have the premises Pโ†’QP \rightarrow Q, Qโ†’RQ \rightarrow R, and PP. Which two rules would you use (in order) to derive RR?

  3. Compare De Morgan's Laws and Distribution: both transform expressions with mixed connectives. When would you use each one?

  4. If you need to derive ยฌP\neg P and you have Pโ†’QP \rightarrow Q as a premise, what other premise do you need and which rule applies?

  5. (FRQ-style) Given premises Aโ†’BA \rightarrow B, Cโ†’DC \rightarrow D, and AโˆจCA \lor C, construct a proof deriving BโˆจDB \lor D. Name each rule you apply.