Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Conditional Statement (Implication): A statement formed by joining two simple statements and with the connective 'if...then' is called a conditional statement, denoted by . In this structure, is called the antecedent (or hypothesis) and is the consequent (or conclusion). Visually, this represents a directed flow of logic from one condition to its result.
Truth Values of : The implication is considered False only when the antecedent is True and the consequent is False. In all other cases—when is False (regardless of ) or when both are True—the statement is True. Imagine a promise: the promise is only broken if the condition is met but the result is not delivered.
Converse, Inverse, and Contrapositive: For any conditional statement , three related statements can be formed: the Converse (), the Inverse (), and the Contrapositive (). It is a fundamental rule of logic that a statement is always logically equivalent to its contrapositive, which can be visualized as two different ways of looking at the same logical boundary.
Biconditional Statement (If and only if): A biconditional statement is the conjunction of two implications: . It is True only when both and have the same truth value (both True or both False). Visually, this is represented by a double-headed arrow, indicating that and are mutually dependent and equivalent in truth.
Negation of an Implication: The negation of is logically equivalent to . This means that the opposite of 'If , then ' is ' is true AND is false'. Note that the negation of an 'if-then' statement is not another 'if-then' statement, but a conjunction using 'and'.
Equivalent Expressions: The implication can be expressed in several ways in English: ' is sufficient for ', ' is necessary for ', ' only if ', and ' if '. Understanding these linguistic variations is key to translating word problems into logical symbols.
📐Formulae
(Conditional: If then )
(Biconditional: if and only if )
(Negation of Implication)
(Negation of Biconditional)
(Contrapositive Equivalence)
💡Examples
Problem 1:
Given the statement: 'If a triangle is equilateral, then it is isosceles', write its converse, inverse, and contrapositive.
Solution:
Let : 'A triangle is equilateral' and : 'A triangle is isosceles'.
- Converse (): 'If a triangle is isosceles, then it is equilateral.'
- Inverse (): 'If a triangle is not equilateral, then it is not isosceles.'
- Contrapositive (): 'If a triangle is not isosceles, then it is not equilateral.'
Explanation:
We identify the hypothesis and conclusion , then apply the standard logical transformations. Note that while the original statement and contrapositive are true, the converse and inverse are false in this specific geometric case.
Problem 2:
Determine the truth value of the biconditional statement: ' if and only if '.
Solution:
Let : '' and : ''.
- The truth value of is True () because is indeed .
- The truth value of is False () because , not .
- A biconditional is True only when both and have the same truth value.
- Since one is and the other is , the compound statement is False ().
Explanation:
The biconditional connective acts as an equivalence operator; if the two sides do not match in truth, the entire statement fails.