3. Conditional Statements
Sign In
ifand the conclusion comes after
then.
All whole numbers are integers.Here, we start with having all whole numbers and conclude that they are integers. With this information, we can identify the hypothesis and the conclusion.
Related Conditionals | Symbols |
---|---|
Given statement | p→q |
Converse | q→p |
Inverse | ¬p→¬q |
Contrapositive | ¬q→¬p |
Finally, we can use the symbolic statements to write the verbal statements.
Related Conditionals | Symbols | Statement | Truth Value | Counterexample |
---|---|---|---|---|
Given statement | p→q | If a number is a whole number, then it is an integer. | True | - |
Converse | q→p | If a number is an integer, then it is a whole number. | False | -3 is an integer but it is not a whole number. |
Inverse | ¬p→¬q | If a number is not a whole number, then it is not an integer. | False | -3 is not a whole number but it is an integer. |
Contrapositive | ¬q→¬p | If a number is not an integer, then it is not a whole number. | True | - |