Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Negation of a Statement: The denial of a statement is called its negation. If is a statement, its negation is denoted by (read as 'not '). For example, if is 'Every natural number is an integer', then is 'It is false that every natural number is an integer' or 'There exists at least one natural number which is not an integer'. Visually, if statement represents a region in a Venn diagram, represents everything outside that specific region.
Compound Statements: A compound statement is a statement which is made up of two or more simple statements, known as component statements. These are joined by connecting words like 'and', 'or', 'if-then', and 'if and only if'. For instance, 'The sun is a star and the earth is a planet' is a compound statement where the connective 'and' joins two distinct facts.
The Connective 'And' (): A compound statement with 'and' is true only if all its component statements are true. If even one component is false, the entire compound statement is false. In a set-theoretic visual, the 'And' operation corresponds to the intersection () of two sets, representing only the overlapping area where both conditions are satisfied simultaneously.
The Connective 'Or' (): A compound statement with 'or' is true if at least one of the component statements is true. It is false only when both components are false. In logic, we usually use the 'inclusive or' (either one or both). Visually, this corresponds to the union () of two sets, covering the entire area occupied by either or both circles in a Venn diagram.
Conditional Statements (Implies): A statement of the form 'If , then ' is called a conditional statement, denoted by . Here, is the hypothesis and is the conclusion. This can be visualized as a directed flow or an arrow pointing from the cause to the effect. The statement is false only in the specific case where is true but is false.
Bi-conditional Statements (If and only if): A statement of the form ' if and only if ' is denoted by . It means both and are true. Visually, this represents a perfect equivalence or a state where two sets or conditions are exactly the same and coincide perfectly with each other.
Quantifiers: These are phrases like 'There exists' (existential quantifier, denoted by ) and 'For all' or 'For every' (universal quantifier, denoted by ). Negating a statement with 'For all' results in a statement containing 'There exists', and vice versa. For example, the negation of 'All squares are rectangles' is 'There exists a square that is not a rectangle'.
Contradiction and Tautology: A compound statement that is always true regardless of the truth values of its components is a Tautology. Conversely, a statement that is always false is a Contradiction. On a truth table, a Tautology would show a column of all 'T's, while a Contradiction would show all 'F's.
📐Formulae
Negation:
De Morgan's Law 1:
De Morgan's Law 2:
Conditional Negation:
Contrapositive:
Converse: The converse of is
Inverse: The inverse of is
💡Examples
Problem 1:
Write the negation of the compound statement: 'The number 2 is even and the number 7 is a prime number.'
Solution:
Step 1: Identify the component statements. Let be 'The number 2 is even' and be 'The number 7 is a prime number'. Step 2: Identify the connective. The connective is 'and' (). Step 3: Apply De Morgan's Law for negation: . Step 4: Formulate the negation in words. is 'The number 2 is not even' and is 'The number 7 is not a prime number'. Step 5: Combine using 'or'. The result is: 'The number 2 is not even or the number 7 is not a prime number.'
Explanation:
To negate a conjunction (And statement), we negate both components and change the connective to a disjunction (Or statement) following De Morgan's laws.
Problem 2:
Identify the component statements and find the truth value of: 'If 3 is a prime number, then .'
Solution:
Step 1: Identify components. Let : '3 is a prime number' and : ''. Step 2: Determine truth values of components. is True () because 3 has only two factors. is True () because indeed equals 5. Step 3: Check the conditional rule . Here we have . Step 4: According to the truth table for conditional statements, results in True.
Explanation:
A conditional statement 'If , then ' is only false if the first part is true and the second part is false. Since both parts are true here, the whole statement is true.