Week 7: Conditionals Flashcards

(30 cards)

1
Q

What is a conditional statement?

A

A conditional is a statement of the form “If A, then B”, symbolized as A → B, where A is the antecedent and B is the consequent. It expresses a dependence between two propositions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does “A → B” mean in propositional logic?

A

It means that if A is true, then B must also be true. It does not mean B causes A, or that A and B are both true — only that if A is true, B must follow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Modus Ponens?

A

Valid form of inference:

If A, then B (A → B)

A

∴ B
✅ Example:
If it rains, the ground gets wet.
It rains.
∴ The ground gets wet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why is Modus Ponens valid?

A

Because it directly affirms the antecedent and applies the rule stated in the conditional. If A is true and A guarantees B, then B must also be true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Modus Tollens?

A

Valid form of inference:

  1. If A, then B (A → B)
  2. Not B (¬B)
  3. ∴ Not A (¬A)

✅ Example:
If the light is on, then the switch is up.
The light is not on.
∴ The switch is not up.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why is Modus Tollens valid?

A

If B must be true whenever A is true, then finding that B is false shows that A cannot be true either.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is “Affirming the Consequent”?

A

Invalid (fallacious) reasoning:

  1. If A, then B
  2. B
  3. ∴ A ❌

Example:
If it’s a dog, it has four legs.
It has four legs.
∴ It’s a dog. (Could be a cat or a table)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is “Affirming the Consequent” a fallacy?

A

Because the truth of the consequent does not guarantee the truth of the antecedent — other causes may lead to B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is “Denying the Antecedent”?

A

Invalid (fallacious) reasoning:

  1. If A, then B
  2. Not A
  3. ∴ Not B ❌

Example:
If it is snowing, it is cold.
It is not snowing.
∴ It is not cold. (It could be cold without snow)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why is “Denying the Antecedent” a fallacy?

A

Because even if A is false, B could still be true due to other conditions. A being false doesn’t rule out B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a sufficient condition?

A

A condition that guarantees the outcome.
“If A, then B” → A is a sufficient condition for B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a necessary condition?

A

A condition that must be true for something else to happen.
“If A, then B” → B is a necessary condition for A.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How are sufficient and necessary conditions confused?

A

Mistaking a necessary condition for a sufficient one (or vice versa) leads to fallacies like affirming the consequent or denying the antecedent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Reductio ad Absurdum?

A

A proof method where you assume the opposite of what you want to prove and show it leads to a contradiction — thereby refuting the assumption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Give a Reductio ad Absurdum example.

A

Claim: √2 is irrational.
Assume √2 is rational = a/b.
Square both sides → 2 = a²/b² → a² = 2b².
Leads to contradiction about parity (even/odd).
∴ √2 is irrational.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why is Reductio ad Absurdum powerful in logic?

A

It forces a contradiction from an assumption, showing the assumption cannot be true. It’s foundational in formal logic and mathematics.

17
Q

What is an indicative conditional?

A

A conditional used to state what is actually or likely true.
Example: If Oswald didn’t kill JFK, someone else did.

18
Q

What is a subjunctive (counterfactual) conditional?

A

A conditional used to describe what could have happened under different circumstances.
Example: If Oswald had not killed JFK, someone else would have.

19
Q

What’s the key difference between indicative and subjunctive conditionals?

A

Indicative is based on actual facts; subjunctive is hypothetical, referring to what might be the case in alternate worlds.

20
Q

Why are subjunctive conditionals harder to evaluate logically?

A

They depend on judgments about what would happen in non-actual scenarios, requiring assumptions about background context and causal laws.

21
Q

What is the Wason Selection Task?

A

A psychological test to see how people handle conditional reasoning.
Rule: If there is a vowel on one side, there is an even number on the other.

22
Q

What does the Wason Task reveal?

A

People often fail to apply Modus Tollens and only check for confirming evidence, not falsifying it.

23
Q

How does confirmation bias affect conditional reasoning?

A

We tend to seek evidence that confirms a rule (turning over vowel cards) and neglect testing disconfirming cases (like turning over an odd number).

24
Q

What is the formal structure of a conditional in logic?

A

“A → B” reads: If A is true, then B must be true.
It is false only when A is true and B is false.

25
When is a conditional "A → B" false?
Only when A is true and B is false. All other combinations (A false, B true or false) make the conditional true.
26
Can conditionals be true when their parts are false?
Yes. If A is false, the conditional A → B is considered vacuously true, no matter the truth value of B.
27
What is a truth table for "A → B"?
| A | B | A → B | | - | - | ----- | | T | T | T | | T | F | F | | F | T | T | | F | F | T |
28
What is vacuous truth?
When a conditional is deemed true simply because its antecedent is false, regardless of the consequent. "If unicorns exist, then I’m rich." – True (vacuously), since unicorns don’t exist.
29
Why is natural language more ambiguous than formal logic?
Natural conditionals often imply causation, relevance, or probability, which formal logic ignores — it focuses solely on structure.
30
How can philosophy benefit from understanding formal conditionals?
It helps avoid fallacious reasoning, clarifies arguments, and supports precise thinking — essential in metaphysics, ethics, epistemology, and beyond.