Conditional Logic - Advanced Flashcards
Master more complex forms of conditionals, including embedded conditionals, as well as "and" and "or" in conditionals.
What’s the CONTRAPOSITIVE?
[L and G] —> Z
/Z —> [/L OR /G]
When contraposing a statement that has “and”, switch both sides, negate all concepts, and switch the AND to an OR.
What’s the CONTRAPOSITIVE?
/R —> [W and Z]
[/W OR /Z] —> R
When contraposing a statement that has “and”, switch both sides, negate all concepts, and switch the AND to an OR.
What’s the CONTRAPOSITIVE?
[V or M] —> R
/R —> [/V AND /M]
When contraposing a statement that has “or”, switch both sides, negate all concepts, and switch the OR to an AND.
What’s the CONTRAPOSITIVE?
W —> [/H or /O]
[H AND O] —> /W
When contraposing a statement that has “or”, switch both sides, negate all concepts, and switch the OR to an AND.
TRUE OR FALSE:
[W or T] —> B
is equivalent to
W —> B
AND
T —> B
TRUE
The initial statement means that either W or T would be sufficient to guarantee B. So this means that W, by itself, is sufficient for B, and also, T, by itself, is sufficient to guarantee B.
The rule:
When OR is on the LEFT side of a conditional, you CAN SPLIT the OR into two separate statements.
TRUE OR FALSE:
[Q and Z] —> E
is equivalent to
Q —> E
AND
Z —> E
FALSE
The initial statement means that having both Q and Z will guarantee E. But it doesn’t mean that having Q by itself, or that having Z by itself, will guarantee E.
The rule:
When AND is on the LEFT side of a conditional, you CANNOT SPLIT the AND.
TRUE OR FALSE:
Y —> [O and C]
is equivalent to
Y —> O
AND
Y —> C
TRUE
The initial statement means that Y is enough to guarantee both O and C. So if Y is true, O must be true. And, if Y is true, C must also be true.
The rule:
When AND is on the RIGHT side of a conditional, you CAN SPLIT the AND into two statements
TRUE OR FALSE:
B —> [S or D]
is equivalent to
B —> S
AND
B —> D
FALSE
The initial statement means that B is enough to guarantee at least one of S or D. But we don’t know that both of them have to follow. So we can’t say that B will guarantee S. And we can’t say that B will guarantee D.
The rule:
When OR is on the RIGHT side of a conditional, you CANNOT SPLIT the OR.
DIAGRAM this statement and the CONTRAPOSITIVE:
The park rangers will find the man-eating bear only if they follow the bloody trail and stay very quiet.
Find bear —> [Follow bloody trail AND stay very quiet]
[Do NOT follow bloody trail OR do NOT stay very quiet] —> NOT find bear
ONLY IF introduces the NECESSARY condition.
When contraposing a statement with “and”, switch both sides, negate all terms, and transform AND to OR.
DIAGRAM this statement and the CONTRAPOSITIVE:
No student who procrastinates will feel good about their paper or get a lot of sleep.
Procrastinates —> [NOT feel good about paper AND NOT lot of sleep]
[Feel good about paper OR Lot of sleep] —> NOT procrastinate
NO introduces SUFFICIENT, but NEGATE THE OTHER CONCEPT. Since the other concept used OR (“feel good about their paper OR get a lot of sleep”), to negate it we turned OR into AND and negated both terms.
Procrastinates —> [NOT feel good about paper AND NOT lot of sleep]
To take the contrapositive, we switched both sides of the arrow, negated every concept, and turned the OR back into an AND.
[Feel good about paper OR Lot of sleep] —> NOT procrastinate
What is the NEGATION of this statement?
If A, then B.
A can be true even if B is NOT true.
The negation of a conditional statement is the idea that the SUFFICIENT can be true even though the NECESSARY is NOT true.
What’s the NEGATION of this statement?
X can occur only if G occurs.
X can occur even if G does NOT occur.
The negation of a conditional statement is the idea that the SUFFICIENT can be true even though the NECESSARY is NOT true. The original statement was asserting that X was sufficient for G. The negation means that X can be true without G being true.
When can we connect one conditional statement to another?
When the SUFFICIENT CONDITION of one statement MATCHES the NECESSARY CONDITION of the other statement.
A —> B
B —> C
Thes statements above can be combined:
A —> B —> C
(Note that it also must be true that A —> C. You don’t always need to write out the complete connection.)
Write out the conditional connections possible from the statements below:
X —> V
/X —> L
/L —> X —> V
/V —> /X —> L
The contrapositive of the second statement is /L —> X, which allows us to connect to the first statement. (You can also do the contrapositive of the first statement, /V —> /X, to make the connection.)
Write out the conditional connections possible from the statements below:
B —> F
T —> L
L —> B
T —> L —> B —> F
/F —> /B —> /L —> /T
The second statement connects to the third, which then connects to the first.