Logic and Induction Flashcards
Foundations and Key Concepts of Mathematics
Historical Perspective:
- Simon Stevin (17th century) defined mathematics using the Dutch term wisconst, which translates to the "art of the certain" ("kunst van het gewisse").
Core Building Blocks of Mathematics:
- Axioms: Statements accepted as foundational truths without proof.
- Example: Every natural number has a successor.
- Definitions: Formal and precise descriptions of concepts or mathematical terms.
- Example: A natural number is defined as a prime number if it cannot be expressed as the product of two numbers that are both unequal to .
- Theorems: Mathematical assertions and results derived logically from previously established axioms, definitions, and theorems.
- Example: The square of an odd number is always an odd number.
- Proofs: Rigorous logical derivations of a theorem starting from axioms, definitions, and prior theorems.
Proof Structure: Direct Proof Example
Theorem Statement:
- If is an odd integer, then is also an odd integer.
Definition of an Odd Integer:
- An integer is defined as odd if there exists an integer such that
Step-by-Step Direct Proof:
- Let be an arbitrary odd integer.
- Objective: Prove that is an odd integer.
- Apply the definition of an odd integer to :
- There exists an integer such that
- Square both sides of the equality:
- Factor out from the quadratic and linear terms:
- Define . Since is an integer, is also an integer ().
- Substitute back into the equation:
- By definition, any integer expressed in the form (where ) is odd.
- Conclusion: is odd.
Propositional Logic and Compound Statements
Definition of Logical Statements:
- Logical reasoning is built upon assertions or statements (propositions) that possess a definite truth value, meaning they can be evaluated unambiguously as either true () or false ().
Propositional Variables:
- Statements are symbolized using proposition letters such as , , and :
- : "my hair is blue"
- : "3 is a prime number"
- : "all birds can fly"
Compound Propositions:
- Basic statements can be combined using logical operators to form compound statements:
- Negation ("Not "): "my hair is not blue"
- Conjunction (" and "): "my hair is blue and 3 is a prime number"
- Implication ("If , then "): "if 3 is a prime number, then all birds can fly"
Logical Connectives and Truth Tables
Logical Connectives Overview:
- Negation: (read as "not ")
- Conjunction: (read as " and ")
- Disjunction: (read as " or ")
- Implication: (read as "if , then ")
- Equivalence: (read as " if and only if ")
Truth Table for Negation ():
- When is , is .
- When is , is .
Truth Table for Conjunction ():
- ,
- ,
- ,
- ,
- Rule: Conjunction is true if and only if both statements and are true.
Truth Table for Disjunction ():
- ,
- ,
- ,
- ,
- Rule: Disjunction is true if at least one of the constituent statements is true.
Truth Table Analysis: Implication and Equivalence
Evaluation of Material Implication ():
- "If 2 is even, then 3 is odd": True ( evaluates to ).
- "If 2 is even, then 3 is even": False ( evaluates to ).
- "If 2 is odd, then 3 is odd": True ( evaluates to ).
- "If 2 is odd, then 3 is even": True ( evaluates to ).
Complete Truth Table for Implication ():
- ,
- ,
- ,
- ,
- Key Property: An implication is false if and only if the premise is true and the conclusion is false. If the premise is false, the implication is vacuously true regardless of
Complete Truth Table for Equivalence ():
- ,
- ,
- ,
- ,
- Key Property: Equivalence is true when both statements share the exact same truth value.
Multi-Variable Truth Table Construction
- Constructing the Truth Table for
- Total number of truth rows for 3 propositions: rows.
- Complete truth values:
- Row 1: , ,
- Row 2: , ,
- Row 3: , ,
- Row 4: , ,
- Row 5: , ,
- Row 6: , ,
- Row 7: , ,
- Row 8: , ,
Logical Equivalence Analysis
Definition of Logical Equivalence:
- Two logical formulas are defined as logically equivalent if and only if they yield identical truth values for every possible combination of truth values of their constituent propositional variables.
Equivalence Proof Exercise: Comparing and
- Row 1 (,
- Row 2 (,
- Row 3 (,
- Row 4 (,
- Conclusion: Because the final columns for and are identical in all 4 rows (), the two formulas are logically equivalent.
Set Theory and Standard Number Sets
Fundamentals of Sets:
- A set is defined as an unordered collection of distinct objects.
- Example: Set .
- Objects within a set are called elements.
- Membership Notation: denotes that "cow is an element of set ".
Standard Sets of Numbers:
- Empty Set: (contains no elements).
- Set of Natural Numbers:
- Set of Integers:
- Set of Rational Numbers:
- Set of Real Numbers:
- Closed Interval:
Quantifiers and Predicate Logic
Logical Quantifiers:
- Universal Quantifier (): Symbolizes "for all" or "for every".
- Existential Quantifier (): Symbolizes "there exists at least one".
Formalizing Expressions with Quantifiers:
- Statement: "There exists a number greater than 3"
- Formal expression:
- Statement: "Every natural number is positive"
- Formal expression:
Importance of Universe of Discourse (Context):
- The truth value of quantified statements depends strictly on the set or universe of discourse being considered.
- Example: The statement is true in the universe of real numbers , but false in the restricted universe of the closed interval .
Truth Evaluation of Quantified Statements
Example 1:
- Status: True (). Adding 1 to any natural number always yields a strictly larger number.
Example 2:
- Status: False ().
- Counterexample: Choose . Then
Example 3:
- Status: True (). The square of any real number is non-negative, so the sum of two squares is always greater than or equal to zero.
Example 4:
- Status: True ().
- Example: Choose , which satisfies
Example 5:
- Status: False (). The square root of 2 () is irrational and thus not a natural number ().
Proofs by Mathematical Induction
- Principle of Mathematical Induction (Principe van Volledige Inductie):
- To prove that a statement holds for all natural numbers , it is necessary and sufficient to demonstrate two essential steps:
- Base Step: Show that the statement holds for (i.e., is true).
- Inductive Step: Show that if the statement holds for an arbitrary natural number (i.e., assuming is true), then it must also hold for (i.e., is true).
- Visual Conceptual Model:
- Induction acts like a chain reaction or set of falling dominoes, propagating truth from

Induction Proof Example 1: Sum of Natural Numbers
Claim: For all , statement holds:
Step-by-Step Proof:
- Base Step ():
- Left-hand side:
- Right-hand side:
- Both sides are equal. Therefore, holds.
- Induction Hypothesis (IH):
- Assume holds for an arbitrary .
- Inductive Step:
- Prove holds:
- Substitute the Induction Hypothesis for the sum of the first terms:
- Find a common denominator:
- Combine terms in the numerator:
- Factor the quadratic expression in the numerator:
- Notice that this expression matches the formula for : .
- Conclusion:
- By the Principle of Mathematical Induction, holds for all .
Induction Proof Example 2: Divisibility Proof
Claim: Prove that is divisible by for all .
Step-by-Step Proof:
- Base Step ():
- Evaluate for :
- Since is divisible by , the statement holds for .
- Induction Hypothesis (IH):
- Assume that is divisible by for an arbitrary .
- By definition of divisibility, there exists an integer such that:
- Inductive Step:
- Prove that is divisible by :
- Use exponent laws to separate :
- Substitute the Induction Hypothesis ():
- Expand the expression:
- Factor out :
- Define . Since , .
- Thus, , which is a multiple of
- Conclusion:
- The claim holds for . By the Principle of Mathematical Induction, is divisible by for all .
Set Theory Foundations and Russell's Paradox
Definition of Russell's Paradox:
- Consider the set defined as the set of all sets that are not elements of themselves:
Logical Analysis of Set Membership:
- Evaluate whether :
- Case 1: Assume .
- By the defining condition of , any element must satisfy . Therefore, . This is a direct contradiction!
- Case 2: Assume .
- By the defining condition of , any set that satisfies must belong to . Therefore, . This is also a direct contradiction!
Mathematical Implications:
- Neither case is logically possible.
- Conclusion: The set cannot exist under naive set theory. Not every arbitrary collection or logical rule forms a valid mathematical set.