1/10
Vocab
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Conditional Statement
If and then statements
Hypothesis
Part after “if” independent
Conclusion
Part after “then” dependent
Biconditional
Works both ways
Truth Value
T+T=T or T+F=F
Type | Definition | Form | Trick | Truth Value Rule | Example |
|---|---|---|---|---|---|
Original (Conditional) | A statement that says if one thing happens, another will follow. | If H, then C | — | — | If it rains, then the ground gets wet. |
Converse | Switch the hypothesis and the conclusion. | If C, then H | Switch | ❌ Not always same truth value | If the ground gets wet, then it rains. |
| ||||||||||||
| ||||||||||||
|
Contrapositive |
Switch and negate both the hypothesis and conclusion. |
If not C, then not H |
Switch + Negate |
✅ Always same truth value as the original |
If the ground isn’t wet, then it didn’t rain. |
Original ↔ c
Contrapositive → same truth values
Converse ↔
Inverse → same truth values