Conditional Logic & Formal Reasoning

1. What You Need to Know

Conditional logic is the LSAT’s “wiring diagram” for arguments: it lets you translate English rules into precise relationships, take valid inferences, and spot invalid ones quickly. Formal reasoning is mainly about (a) getting the logic form right (conditionals, quantifiers, “or”), then (b) applying the few valid inference patterns.

Core idea: sufficient vs. necessary

A conditional statement has two parts:

PQP \rightarrow Q

  • Sufficient condition PP: if this happens, it guarantees the other.
  • Necessary condition QQ: this must happen whenever the sufficient happens.

Read it as: “If PP, then QQ.”

The single most-tested move: the contrapositive

The contrapositive is logically equivalent (same truth conditions):

PQ¬Q¬PP \rightarrow Q \equiv \neg Q \rightarrow \neg P

On the LSAT, you often solve by taking contrapositives and linking chains.

What “Formal Reasoning” usually means on LSAT
  • Translating English into symbols accurately
  • Using valid inference patterns (especially modus ponens and modus tollens)
  • Handling unless, only if, without, no/not/none, either/or, and quantifiers (“some,” “most,” “all”)
  • Avoiding classic invalid moves (affirming the consequent, denying the antecedent)

If you do nothing else: get “only if,” “unless,” and contrapositives automatic.

2. Step-by-Step Breakdown

Use this anytime a stimulus/answer choice contains rule-like language (if, only if, unless, requires, must, depends, cannot, no, without, any, all).

Step 1: Identify the core relationship type
  1. Conditional (triggers/requirements): “if,” “only if,” “requires,” “must,” “depends on,” “without,” “unless.”
  2. Quantified (all/some/most/none): “all,” “each,” “some,” “most,” “no.”
  3. Disjunctive (“or”): “either,” “or,” “at least one,” “unless” (often becomes an “or”).
Step 2: Translate to a clean logical form
A. Standard conditional translation
  • “If P, then Q” becomes:

PQP \rightarrow Q

  • “P only if Q” becomes:

PQP \rightarrow Q

Because “only if” introduces the necessary condition.

B. “Unless” translation (two reliable methods)
  1. Replace “unless” with “if not”:
  • “P unless Q” means “If not Q, then P”:

¬QP\neg Q \rightarrow P

  1. Or rewrite as an “or”:
  • “P unless Q” means:

PQP \lor Q

(At least one is true.)

C. “Without” / “No” / “Cannot”
  • “No A are B”:

A¬BA \rightarrow \neg B

  • “A cannot occur without B” means B is necessary for A:

ABA \rightarrow B

  • “Without B, no A”:

¬B¬A\neg B \rightarrow \neg A

Step 3: Take contrapositives immediately (when helpful)

Given:

PQP \rightarrow Q

Write the contrapositive:

¬Q¬P\neg Q \rightarrow \neg P

Then you can link chains that match.

Step 4: Link conditional chains (transitivity)

If you have:

PQP \rightarrow Q

and:

QRQ \rightarrow R

Then you can conclude:

PRP \rightarrow R

Tip: link only when the middle terms match exactly (including negations).

Step 5: Use valid inference patterns only

From:

PQP \rightarrow Q

Valid:

  • Modus Ponens: PP therefore QQ
  • Modus Tollens: ¬Q\neg Q therefore ¬P\neg P

Invalid (common traps):

  • Affirming the consequent: QQ therefore PP
  • Denying the antecedent: ¬P\neg P therefore ¬Q\neg Q
Mini worked translation (annotated)

Statement: “You can graduate only if you complete the thesis.”

  • “Only if” introduces necessary condition.
  • Let GG = graduate, TT = complete thesis.

GTG \rightarrow T

Contrapositive:

¬T¬G\neg T \rightarrow \neg G

3. Key Formulas, Rules & Facts

A. Conditional language translation table
English triggerCorrect formWhen to useNotes
If P, then QPQP \rightarrow QDirect conditionalsP is sufficient, Q is necessary
P only if QPQP \rightarrow Q“Only if”“Only if” flags necessary
P if QQPQ \rightarrow P“If” after clauseThe “if” side is sufficient
P requires QPQP \rightarrow QRequirementsSame as “only if”
P depends on QPQP \rightarrow QDependenciesQ is necessary
P unless Q¬QP\neg Q \rightarrow P“Unless”Also equivalent to PQP \lor Q
Without Q, no P¬Q¬P\neg Q \rightarrow \neg P“Without” phrasingEquivalent to PQP \rightarrow Q
No P are QP¬QP \rightarrow \neg QUniversal negativeAlso Q¬PQ \rightarrow \neg P
Only P are QQPQ \rightarrow P“Only” (not “only if”)“Only P are Q” means all Q are P
B. Contrapositive + equivalences
OriginalEquivalentNote
PQP \rightarrow Q¬Q¬P\neg Q \rightarrow \neg PContrapositive (most important)
PQP \rightarrow Q¬PQ\neg P \lor QUseful for spotting “or” form
¬PQ\neg P \rightarrow QPQP \lor QCommon “unless” conversion

Only the contrapositive is guaranteed equivalent. The inverse ¬P¬Q\neg P \rightarrow \neg Q and converse QPQ \rightarrow P are not.

C. Valid and invalid inference patterns
PatternFormValid?LSAT use
Modus PonensPQ,  P    QP \rightarrow Q,\; P\; \Rightarrow\; QYesMust-be-true, inference
Modus TollensPQ,  ¬Q    ¬PP \rightarrow Q,\; \neg Q\; \Rightarrow\; \neg PYesContrapositive reasoning
Hypothetical SyllogismPQ,  QR    PRP \rightarrow Q,\; Q \rightarrow R\; \Rightarrow\; P \rightarrow RYesLinking rule chains
Affirming consequentPQ,  Q    PP \rightarrow Q,\; Q\; \Rightarrow\; PNoCommon flaw
Denying antecedentPQ,  ¬P    ¬QP \rightarrow Q,\; \neg P\; \Rightarrow\; \neg QNoCommon flaw
D. “Or” logic (disjunction)
  • Inclusive “or” on LSAT is usually inclusive unless stated otherwise:

ABA \lor B

Meaning: at least one true; could be both.

  • Key inference from “or” is via contrapositive-style elimination (Disjunctive Syllogism):

AB,  ¬A    BA \lor B,\; \neg A\; \Rightarrow\; B

  • Exclusive “either/or but not both” is:

(AB)¬(AB)(A \lor B) \land \neg(A \land B)

Often written as “either A or B, but not both.”

E. Quantifiers (quick formal meaning)
QuantifierLogic meaningWhat you can safely infer
AllABA \rightarrow BIf A then B; contrapositive ¬B¬A\neg B \rightarrow \neg A
NoA¬BA \rightarrow \neg BAlso B¬AB \rightarrow \neg A
Somex(AB)\exists x\,(A \land B)At least one; cannot infer “most” or “all”
MostMore than 12\frac{1}{2}Most A are B does not imply most B are A

Negations you should know cold:

  • Negation of “All A are B” is “Some A are not B.”
  • Negation of “Some A are B” is “No A are B.”
  • Negation of “Most A are B” is “At most half of A are B” (often phrased “Half or fewer”).
F. De Morgan’s Laws (for negating compound statements)

Negating “and/or” is a frequent trap.

¬(AB)(¬A¬B)\neg(A \land B) \equiv (\neg A \lor \neg B)

¬(AB)(¬A¬B)\neg(A \lor B) \equiv (\neg A \land \neg B)

4. Examples & Applications

Example 1: “Only if” vs “if” (direction matters)

Statement: “A candidate is hired only if the candidate has experience.”

  • Let HH = hired, EE = has experience.

HEH \rightarrow E

What you can infer:

  • If no experience, then not hired:

¬E¬H\neg E \rightarrow \neg H

Trap answer you should reject: “If experienced, then hired” (that would be EHE \rightarrow H).

Example 2: “Unless” as conditional and as “or”

Statement: “The permit will be approved unless the form is incomplete.”

  • Let AA = approved, II = incomplete.

Method 1 (“if not”):

¬IA\neg I \rightarrow A

Method 2 (“or”):

AIA \lor I

Key insight: This does not say incomplete guarantees not approved. You might be able to approve even if incomplete unless the statement says so.

Example 3: Linking a rule chain and using modus tollens

Rules:

  1. “If the device overheats, it shuts down.”

OSO \rightarrow S

  1. “If it shuts down, the alarm sounds.”

SAS \rightarrow A

Link:

OAO \rightarrow A

If you’re told the alarm did not sound ¬A\neg A, then by contrapositive of OAO \rightarrow A:

¬A¬O\neg A \rightarrow \neg O

So you can conclude it did not overheat.

Example 4: Formal flaw spotting (affirming the consequent)

Argument: “If the contract is valid, then it is enforceable. It is enforceable. Therefore, it is valid.”

VE,  E    VV \rightarrow E,\; E\; \Rightarrow\; V

This is invalid (affirming the consequent). Other things could make it enforceable.

What would make it valid?

  • Add the reverse conditional (make it biconditional):

EVE \rightarrow V

Then:

VEV \leftrightarrow E

5. Common Mistakes & Traps

  1. Reversing “only if”

    • Wrong: Treating “P only if Q” as QPQ \rightarrow P.
    • Why wrong: “Only if” introduces the necessary condition.
    • Fix: Put the “only if” part on the right: PQP \rightarrow Q.
  2. Assuming the converse/inverse are equivalent

    • Wrong: From PQP \rightarrow Q, concluding QPQ \rightarrow P or ¬P¬Q\neg P \rightarrow \neg Q.
    • Why wrong: Only the contrapositive preserves meaning.
    • Fix: If you need “if and only if,” you must have both directions.
  3. Mishandling “unless”

    • Wrong: Translating “P unless Q” as QPQ \rightarrow P.
    • Why wrong: “Unless” sets up a negated trigger.
    • Fix: Use ¬QP\neg Q \rightarrow P or PQP \lor Q.
  4. Negating incorrectly (De Morgan errors)

    • Wrong: Negating “A or B” as “not A or not B.”
    • Why wrong: ¬(AB)\neg(A \lor B) becomes ¬A¬B\neg A \land \neg B.
    • Fix: Flip \lor and \land when you negate, and negate each term.
  5. Treating inclusive “or” as exclusive

    • Wrong: Interpreting “A or B” to mean “A or B but not both.”
    • Why wrong: LSAT “or” is typically inclusive unless it says “but not both,” “either,” or gives clear exclusivity.
    • Fix: Default to inclusive; only add “not both” if explicitly stated.
  6. Linking conditionals with mismatched terms

    • Wrong: Linking PQP \rightarrow Q with ¬QR\neg Q \rightarrow R as if the middle matches.
    • Why wrong: QQ and ¬Q\neg Q are different terms.
    • Fix: Make negations explicit and only chain when the exact middle repeats.
  7. Confusing necessary vs. sufficient in argument evaluation

    • Wrong: Thinking proving a necessary condition proves the conclusion.
    • Why wrong: Necessary conditions do not guarantee outcomes.
    • Fix: Ask: “Does this fact guarantee the result (sufficient), or is it merely required (necessary)?”
  8. Over-inferring from “some” and “most”

    • Wrong: Treating “some” like “many/most” or converting “most A are B” into “most B are A.”
    • Why wrong: Quantifiers are directional; “some” is minimal.
    • Fix: Keep quantifiers tight; use precise negations.

6. Memory Aids & Quick Tricks

Trick / mnemonicWhat it helps you rememberWhen to use
ON = Only if Necessary“Only if” introduces the necessary condition (goes on the right side)Any “only if” sentence
Unless = If notConvert “unless” to a negated triggerAny “unless” clause
Arrow points to necessaryIn PQP \rightarrow Q, QQ is required when PP happensChecking direction quickly
Contrapositive: switch and negatePQP \rightarrow Q becomes ¬Q¬P\neg Q \rightarrow \neg PAlmost every conditional problem
De Morgan: flip and negateNegate compound statements: flip \land/\lor, negate each termNegating answer choices / stimuli
“Some” = at least 1Don’t inflate “some” into “many”Quantifier questions

7. Quick Review Checklist

  • You can label each conditional as sufficientnecessary\text{sufficient} \rightarrow \text{necessary}.
  • You translate “only if,” “requires,” “depends on” as necessary conditions on the right.
  • You translate “unless” as ¬QP\neg Q \rightarrow P (or PQP \lor Q).
  • You take contrapositives automatically: PQP \rightarrow Q equals ¬Q¬P\neg Q \rightarrow \neg P.
  • You link chains only when the middle term matches exactly.
  • You use only valid inferences (modus ponens, modus tollens, disjunctive syllogism).
  • You instantly spot the classic flaws: affirming the consequent, denying the antecedent.
  • You negate correctly using De Morgan’s laws.
  • You treat “or” as inclusive unless clearly exclusive.

You’ve got this: be ruthless about direction and contrapositives, and the logic will fall into place.