Conditional Statement Formula
The Formula
When to use: A promise or rule: if the condition holds, the consequence follows.
Quick Example
Notation
What This Formula Means
A conditional P \to Q is a statement meaning "if P is true, then Q must be true," read as "if P then Q."
A promise or rule: if the condition holds, the consequence follows.
Formal View
Worked Examples
Example 1
easySolution
- 1 Let p: 'a number is divisible by 6' and q: 'it is divisible by 3.' The original is p \Rightarrow q.
- 2 Converse (q \Rightarrow p): 'If a number is divisible by 3, then it is divisible by 6.' (False; e.g., 9.)
- 3 Inverse (\neg p \Rightarrow \neg q): 'If a number is not divisible by 6, then it is not divisible by 3.' (False; e.g., 9.)
- 4 Contrapositive (\neg q \Rightarrow \neg p): 'If a number is not divisible by 3, then it is not divisible by 6.' (True.)
Answer
Example 2
mediumCommon Mistakes
- Thinking a false hypothesis makes the implication false โ when P is false, P \to Q is always true (vacuous truth)
- Confusing the converse (Q \to P) with the original implication (P \to Q) โ they are not equivalent
- Assuming that if P \to Q is true and Q is true, then P must be true โ this is the fallacy of affirming the consequent
Why This Formula Matters
Conditionals are the fundamental structure of mathematical theorems and proofs โ every "if hypothesis, then conclusion" is a conditional statement.
Frequently Asked Questions
What is the Conditional Statement formula?
A conditional P \to Q is a statement meaning "if P is true, then Q must be true," read as "if P then Q."
How do you use the Conditional Statement formula?
A promise or rule: if the condition holds, the consequence follows.
What do the symbols mean in the Conditional Statement formula?
P \to Q
Why is the Conditional Statement formula important in Math?
Conditionals are the fundamental structure of mathematical theorems and proofs โ every "if hypothesis, then conclusion" is a conditional statement.
What do students get wrong about Conditional Statement?
If P is false, P \to Q is automatically true (vacuously true).
What should I learn before the Conditional Statement formula?
Before studying the Conditional Statement formula, you should understand: logical statement.