Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
A mathematical statement is a sentence which is either true or false, but not both. Sentences involving variables like 'He', 'She', or 'It', or relative terms like 'today' or 'here', are generally not statements unless the context fixes them. Visualize a decision tree where a sentence only qualifies as a statement if it follows a single path to either a 'True' or 'False' leaf node, without any ambiguity.
Negation of a statement involves denying the statement. If is a statement, its negation is denoted by (read as 'not '). If is true, is false, and vice versa. This can be visualized using a two-row truth table where the value in the second column is the exact opposite of the first.
Compound statements are formed by combining two or more simple statements using logical connectives such as 'and' (conjunction, denoted by ) and 'or' (disjunction, denoted by ). Think of 'and' as a series electrical circuit where the bulb glows only if both switches are closed, and 'or' as a parallel circuit where the bulb glows if at least one switch is closed.
Quantifiers are phrases like 'There exists' (existential quantifier, ) and 'For all' (universal quantifier, ). They define the scope of the statement. Visually, 'For all' covers every single point within a defined boundary (like a shaded circle), whereas 'There exists' highlights at least one specific point within that boundary.
Implications or Conditional statements are of the form 'If , then ', denoted by . Here, is the hypothesis and is the conclusion. This relationship is like a one-way street: the truth of forces the truth of , but the truth of does not necessarily mean is true.
The Contrapositive and Converse are variations of the conditional statement . The Contrapositive is , which is logically equivalent to the original statement. The Converse is , which may or may not be true. Visually, if represents 'All squares are rectangles', the contrapositive is 'If it is not a rectangle, it is not a square'.
A Bi-conditional statement is of the form ' if and only if ', denoted by . This means both and are true. This can be visualized as a two-way arrow, indicating that and are logically identical in terms of truth value.
Validating statements can be done through direct proof, contrapositive proof, or proof by contradiction. In a proof by contradiction, we assume the negation of the statement is true and work towards a logical impossibility (e.g., ), thereby proving the original statement must be true.
📐Formulae
Negation:
Conjunction ('and'): is True only if both and are True.
Disjunction ('or'): is False only if both and are False.
Conditional: is False only when is True and is False.
Bi-conditional: is True only when both and have the same truth value.
Contrapositive of is
Converse of is
De Morgan's Law for Logic: and
💡Examples
Problem 1:
Check whether the following compound statement is true or false: 'Number is a multiple of and '.
Solution:
- Let be 'Number is a multiple of '. This statement is True because .
- Let be 'Number is a multiple of '. This statement is False because cannot be divided by without a remainder.
- The compound statement is .
- Since is True and is False, the conjunction is False.
Explanation:
In an 'and' statement, both component parts must be true for the whole statement to be true. Since one part is false, the entire compound statement is false.
Problem 2:
Write the contrapositive and converse of the following statement: 'If a number is even, then is divisible by '.
Solution:
Let : 'a number is even' and : ' is divisible by '.
- Contrapositive (): 'If is not divisible by , then the number is not even'.
- Converse (): 'If is divisible by , then the number is even'.
Explanation:
The contrapositive is formed by negating both statements and switching their positions. The converse is formed by simply switching the positions of the hypothesis and conclusion.