Conditional Logic & Formal Reasoning

What You Need to Know

Conditional logic is the LSAT’s “if-then” engine: it powers many valid inferences, exposes logical gaps, and lets you quickly test answer choices in Logical Reasoning (and sometimes dense argumentation elsewhere). “Formal reasoning” is just being strict about what follows from what—no common-sense filling in.

Core idea

A conditional statement links a sufficient condition to a necessary condition:

ABA \rightarrow B

  • AA = sufficient (if it happens, that guarantees the other thing)
  • BB = **necessary** (it must be true whenever AA is true)

Key truth: the only guaranteed inference from a conditional is its contrapositive.

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

Everything else (reversals, negations, “maybe” inferences) is a trap unless you’re given more.

When you use it on the LSAT
  • To diagram and combine rules (chains) and make deductions.
  • To identify valid vs invalid argument forms.
  • To evaluate or choose assumptions (necessary/sufficient) that make an argument work.
  • To handle “unless / only if / without / until / except” language precisely.

Critical reminder: In LSAT conditionals, necessary does not mean “causes,” “explains,” or “is the only way.” It just means “required whenever the sufficient occurs.”


Step-by-Step Breakdown

Use this workflow any time you see conditional-ish language.

1) Find the conclusion and the role of each statement
  • Is the conditional a premise you can use to infer something?
  • Or is it an unstated rule the argument assumes?
2) Translate English into a clean conditional

(a) Identify the sufficient trigger (often introduced by “if,” “when,” “any,” “all,” “each”).

(b) Identify the necessary requirement (often introduced by “must,” “requires,” “only if,” “depends on,” “cannot unless”).

Write it as sufficientnecessary\text{sufficient} \rightarrow \text{necessary}.

Mini-translation examples (annotated):

  • “If a policy is effective, it reduces costs.”

EffectiveReduces costs\text{Effective} \rightarrow \text{Reduces costs}

  • “A policy is effective only if it reduces costs.”

EffectiveReduces costs\text{Effective} \rightarrow \text{Reduces costs}

(“only if” introduces the necessary side.)

  • “A policy is effective if it reduces costs.”

Reduces costsEffective\text{Reduces costs} \rightarrow \text{Effective}

(“A if B” means B is sufficient for A.)

3) Take the contrapositive immediately

Flip and negate both terms:

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

This is the inference you can always use.

4) Look for chain opportunities

If you have:

ABA \rightarrow B
BCB \rightarrow C

Then you can chain:

ACA \rightarrow C

Also contrapositive-chain:

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

5) Handle biconditionals and “unless” correctly
  • “If and only if” means both directions:

ABA \leftrightarrow B

Which equals:

ABA \rightarrow B
BAB \rightarrow A

  • “Unless” usually means “if not” (and can be rewritten as “or”).

“A unless B” means: if not B, then A.

¬BA\neg B \rightarrow A

Equivalent “or” form:

ABA \lor B

6) Use the right test for assumption questions
  • Necessary Assumption: use the negation test.
    • If negating the answer wrecks the argument, it was necessary.
  • Sufficient Assumption: you’re looking for a missing link that makes the conclusion follow.
    • Often you add a conditional that allows chaining from premises to conclusion.

Key Formulas, Rules & Facts

Conditional forms and what’s valid
FormYou can validly inferNotes
ABA \rightarrow B¬B¬A\neg B \rightarrow \neg AContrapositive is always equivalent
ABA \rightarrow B and AABBModus Ponens (valid)
ABA \rightarrow B and ¬B\neg B¬A\neg AModus Tollens (valid)
ABA \rightarrow B and BBnothingAffirming the consequent (invalid)
ABA \rightarrow B and ¬A\neg AnothingDenying the antecedent (invalid)
Indicator words (translation triggers)
English indicatorTypical logical meaningHow to diagram
if, when, whenever, any, all, eachintroduces sufficientsufficientnecessary\text{sufficient} \rightarrow \text{necessary}
only ifintroduces necessaryA only if BABA \text{ only if } B \equiv A \rightarrow B
if (as in “A if B”)introduces sufficient on the other sideA if BBAA \text{ if } B \equiv B \rightarrow A
requires, depends on, must, cannot withoutpoints to necessaryA requires BABA \text{ requires } B \equiv A \rightarrow B
unless“if not” / “or”A unless B¬BAABA \text{ unless } B \equiv \neg B \rightarrow A \equiv A \lor B
without, until (often)functions like “unless / requires”translate carefully; usually implies a necessary condition

Warning: “Only” is slippery. In conditionals, only if sets the necessary condition. “Only” elsewhere (e.g., “Only cats are mammals”) is a different structure: MammalCat\text{Mammal} \rightarrow \text{Cat}.

Negation rules (for contrapositives and assumption negation)
StatementNegation
XX¬X\neg X
¬X\neg XXX
XYX \land Y¬X¬Y\neg X \lor \neg Y
XYX \lor Y¬X¬Y\neg X \land \neg Y
“Unless” and “except” patterns
PhraseReliable rewriteNotes
“A unless B”¬BA\neg B \rightarrow A and ABA \lor BMost common LSAT use
“No A unless B”ABA \rightarrow BIf A happens, B is required
“A only if B”ABA \rightarrow BB is necessary
“A if B”BAB \rightarrow AB is sufficient
“A unless and until B”usually ¬BA\neg B \rightarrow ATreat like “unless” unless context forces timing logic
Quantifiers that behave like conditionals
  • “All / every / any / each A are B”:

ABA \rightarrow B

  • “No A are B”:

A¬BA \rightarrow \neg B

(equivalently B¬AB \rightarrow \neg A)

  • “Only A are B” (read: if something is B, it must be A):

BAB \rightarrow A

LSAT trap: “Most” and “many” do not create clean conditionals you can contrapose.


Examples & Applications

Example 1: Basic inference + contrapositive

Premise: “If the witness is credible, the jury will convict.”

CVC \rightarrow V

Valid inferences:

  • If credible, convict (modus ponens): CC therefore VV.
  • If not convict, not credible (contrapositive / modus tollens): ¬V¬C\neg V \rightarrow \neg C.

Invalid inferences (common wrong answers):

  • VCV \rightarrow C (mistaken reversal)
  • ¬C¬V\neg C \rightarrow \neg V (mistaken negation)
Example 2: Chaining to reach a conclusion

Premises:

  1. “Any building with sprinklers meets the fire code.”

SFS \rightarrow F

  1. “Any building that meets the fire code can be insured.”

FIF \rightarrow I

Conclusion you can prove:

SIS \rightarrow I

Key insight: look for the middle term (FF) and chain.

Example 3: “Unless” and “cannot” translation

Statement: “A company cannot expand unless it secures financing.”

Meaning: financing is required for expansion.

EGE \rightarrow G

Contrapositive:

¬G¬E\neg G \rightarrow \neg E

Equivalent “or” form (sometimes useful in LR):

G¬EG \lor \neg E

Argument:

  • Premise: “If a drug is approved, it has passed safety trials.”

ASA \rightarrow S

  • Conclusion: “Therefore, if a drug is approved, it is safe.”

ASafeA \rightarrow \text{Safe}

Gap: SS does not equal “safe.” The argument needs something like:

SSafeS \rightarrow \text{Safe}

Then you can chain:

ASSafeA \rightarrow S \rightarrow \text{Safe}

How it appears in answers:

  • Sufficient assumption: “Any drug that passed safety trials is safe.”
  • Necessary assumption (weaker, but required): “Passing safety trials is at least an indicator of safety” or “No drug can be approved unless it is safe” depending on exact wording.

Common Mistakes & Traps

  1. Mistaken Reversal

    • What you do: from ABA \rightarrow B you infer BAB \rightarrow A.
    • Why wrong: BB could happen for other reasons.
    • Fix: only infer the contrapositive ¬B¬A\neg B \rightarrow \neg A.
  2. Mistaken Negation

    • What you do: from ABA \rightarrow B you infer ¬A¬B\neg A \rightarrow \neg B.
    • Why wrong: ¬A\neg A says nothing about BB.
    • Fix: negate and flip: ¬B¬A\neg B \rightarrow \neg A.
  3. Confusing necessary with sufficient (especially with “only if”)

    • What you do: treat “A only if B” as BAB \rightarrow A.
    • Why wrong: “only if” makes BB necessary for AA.
    • Fix: memorize: “only if” introduces the necessary side: ABA \rightarrow B.
  4. Treating conditionals as biconditionals

    • What you do: assume “if A then B” means “A iff B.”
    • Why wrong: you were only given one direction.
    • Fix: only use both directions if you see “if and only if,” “exactly when,” or clearly exclusive definitions.
  5. Breaking chains by mixing terms that aren’t identical

    • What you do: chain ABA \rightarrow B with BCB' \rightarrow C where BB' is not the same as BB (e.g., “reduces costs” vs “reduces overall costs”).
    • Why wrong: LSAT loves near-synonyms that are logically different.
    • Fix: chain only when the middle term matches exactly (or is explicitly equivalent).
  6. Incorrect negation in contrapositives

    • What you do: contrapose A(BC)A \rightarrow (B \land C) as ¬B¬A\neg B \rightarrow \neg A (forgetting ¬C\neg C).
    • Why wrong: not having both BB and CC is enough to trigger the contrapositive.
    • Fix: apply De Morgan: ¬(BC)(¬B¬C)\neg(B \land C) \equiv (\neg B \lor \neg C).
  7. Over-diagramming “most/many/some” like conditionals

    • What you do: treat “most A are B” as ABA \rightarrow B.
    • Why wrong: “most” allows exceptions and doesn’t contrapose cleanly.
    • Fix: only diagram true universals (all/none) as strict conditionals.
  8. Negation test errors on Necessary Assumption questions

    • What you do: negate an answer too strongly (or not at all), then misjudge impact.
    • Why wrong: the test requires the logical negation, not the “opposite-sounding” version.
    • Fix: negate minimally (e.g., “some” ↔ “none,” “all” ↔ “not all,” “must” ↔ “not necessarily”).

Memory Aids & Quick Tricks

Trick / mnemonicWhat it helps you rememberWhen to use it
ONI = Only if = Necessary Indicator“only if” introduces the necessary conditionAny time you see “only if”
SUF flips: “A if B” means BAB \rightarrow ADon’t reverse “if” statementsTranslating “X is Y if Z”
Contrapositive chant: “Flip & negate”Only valid equivalent formAfter diagramming any conditional
Unless = ORA unless BABA \text{ unless } B \equiv A \lor BWhen “unless” feels confusing
MP/MTValid argument forms: Modus Ponens/TollensWhen checking if reasoning is valid
De Morgan flashNegating \land becomes \lor and vice versaContraposing compound conditions

Quick Review Checklist

  • You can always rewrite a conditional as sufficientnecessary\text{sufficient} \rightarrow \text{necessary}.
  • Your go-to inference is the contrapositive: ABA \rightarrow B becomes ¬B¬A\neg B \rightarrow \neg A.
  • Valid forms to spot: Modus Ponens and Modus Tollens.
  • Common fallacies to reject: affirming the consequent and denying the antecedent.
  • “Only if” marks the necessary condition: A only if BABA \text{ only if } B \equiv A \rightarrow B.
  • “A if B” flips: BAB \rightarrow A.
  • “Unless” can become ¬BA\neg B \rightarrow A or ABA \lor B.
  • Chain only with perfectly matching middle terms.
  • Negate carefully (especially compound statements and assumption choices).

You’ve got this—be strict, diagram cleanly, and trust the contrapositive.