Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
A Mathematical Statement is a declarative sentence that is either true or false, but not both simultaneously. Visualizing this as a toggle switch that can only be in one of two positions (On/Off) helps distinguish statements from exclamatory or interrogative sentences.
Negation of a Statement involves the denial of the statement, denoted by . If statement is represented as a shaded region in a Venn diagram, its negation is represented by everything outside that shaded region within the universal set.
Compound Statements are formed by combining two or more simple statements using logical connectives like 'And' and 'Or'. A compound statement with 'And' (conjunction) is true only if both component statements are true, similar to two switches in a series circuit where both must be closed for current to flow.
The 'Or' connective (disjunction) creates a compound statement that is true if at least one of the component statements is true. This functions like a parallel circuit where the flow of logic is maintained if either path is open.
The Contrapositive method of validation states that to prove the conditional statement 'If , then ' (), one can instead prove 'If not , then not ' (). These two are logically equivalent and can be visualized as two sides of the same coin.
The Method of Contradiction is a powerful validation technique where to prove a statement is true, we initially assume is false (assume is true). If this assumption leads to a logical absurdity or a conflict with known facts, the original statement must be true.
Quantifiers like 'There exists' () and 'For all' () are used to validate the scope of a statement. 'For all' requires every single element in a set to satisfy a property, while 'There exists' only requires finding one single example (a counter-example search in reverse) to be true.
Validating Biconditional Statements of the form 'p if and only if q' () requires proving both directions: if then , and if then . This represents a perfect logical symmetry between two statements.
📐Formulae
(De Morgan's Law for Conjunction)
(De Morgan's Law for Disjunction)
(Contrapositive Equivalence)
(Negation of Implication)
(Biconditional Equivalence)
💡Examples
Problem 1:
Check the validity of the statement: 'If is an integer and is even, then is even' using the method of contrapositive.
Solution:
- Let be ' is even' and be ' is even'. We need to prove .
- The contrapositive is , which is: 'If is not even (i.e., is odd), then is not even (i.e., is odd)'.
- Let for some integer .
- Then .
- Since is of the form where , is odd.
- Thus, is true, which validates the original statement .
Explanation:
The contrapositive method allows us to prove a statement by proving its logically equivalent negative reverse, which is often algebraically simpler.
Problem 2:
Validate the statement ' is irrational' using the method of contradiction.
Solution:
- Assume the negation is true: Suppose is rational.
- Then where are integers, , and (they are in simplest form).
- Squaring both sides: .
- This means is divisible by , so must be divisible by . Let .
- Substituting : .
- This means is divisible by , so must be divisible by .
- Both and have a common factor , which contradicts the assumption that .
- Therefore, the assumption is false, and is irrational.
Explanation:
By showing that the assumption of being rational leads to a mathematical impossibility (a contradiction), we prove that the original statement must be true.