A Comprehensive Study Guide to Mathematical Logic and Proof
Foundations of Mathematical Reasoning
Nature of Mathematics: High school mathematics primarily focuses on solving equations and numerical computations. College-level mathematics expands to sets, functions, and diverse abstract objects.
Deductive Reasoning: This is the foundation of all mathematical proof. It involves justifying conclusions based on assumed premises. An argument is considered valid if it is impossible for the premises to be true without the conclusion being true as well.
Prime Numbers: An integer greater than 1 is prime if it cannot be written as the product of two smaller positive integers.
Conjectures and Counterexamples: A conjecture is a mathematical guess based on patterns. A single counterexample—an instance where the hypothesis holds but the conclusion fails—disproves a conjecture. For example, the conjecture that is prime for all prime fails at , as .
Number Theory Principles and Classic Proofs
Mersenne Primes: Prime numbers of the form . As of April 2005, the largest known prime was the Mersenne prime .
Perfect Numbers: A positive integer where the sum of all positive divisors smaller than equals (e.g., 6 and 28).
Euclid’s Theorem on Primes: There are infinitely many prime numbers. The proof assumes a finite list , constructs , and shows must have a prime factor not in the original list.
Consecutive Non-Primes: For any positive integer , there exists a sequence of consecutive integers containing no primes. One such sequence begins with , as every term (for ) is divisible by .
Sentential Logic and Statement Connectivity
Statement Symbols: Letters () represent unambiguous statements that are either true or false.
Connectives:
Negation (): "Not P." is true if is false.
Conjunction (): "P and Q." True only if both are true.
Disjunction (): "P or Q." Mathematically, this is the inclusive or (one, the other, or both).
Conditional (): "If P, then Q." is the antecedent, and is the consequent.
Biconditional (): "P if and only if Q," or "P iff Q."
Logical Form: Deductive validity depends on the structure (form) of the argument rather than the specific subject matter.
Truth Tables and Logical Equivalences
Truth Values: Labels of True () or False () assigned to statements.
Truth Table for Conditional ():
Tautology: A formula that is true under every possible truth assignment (e.g., ).
Contradiction: A formula that is false under every assignment (e.g., ).
Equivalent Formulas: Formulas with identical truth tables. Key laws include:
DeMorgan’s Laws: and .
Commutative Laws: .
Associative Laws: .
Distributive Laws: .
Contrapositive Law: .
Variables, Sets, and Elementhood Tests
Variables: Letters used to represent objects. denotes a statement about variable .
Sets: A collection of objects (elements).
Elementhood (): means is an element of set .
Set-Builder Notation: defines a set by an elementhood test. Any making true is an element.
Bound vs. Free Variables: In \{x \mid x^2 < 9\}, is a bound variable (dummy variable); it does not stand for a specific object. Variables standing for specific objects are free.
Truth Set: For any statement , its truth set is the set of all values for which the statement is true: .
Common Universes:
: Real numbers.
: Rational numbers.
: Integers.
: Natural numbers ().
: The empty set (no elements).
Set Theory Operations
Intersection (): .
Union (): .
Difference (): .
Symmetric Difference (): . Elements in exactly one of the sets.
Subsets (): .
Disjoint Sets: Sets with an empty intersection ().
Venn Diagrams: Visual tools representing set relations within a universe .
Quantificational Logic
Universal Quantifier (): "For all." means stays true for every value in the universe.
Existential Quantifier (): "There exists." means there is at least one value for which is true.
Quantifier Negation Laws:
.
.
Unique Existence (): "There exists exactly one." .
Bounded Quantifiers: Quantifiers restricted to a set, e.g., , which means .
Higher-Order Set Operations
Indexed Families: A collection of sets where each index corresponds to a set .
Power Set (): The set of all subsets of . If has elements, has elements.
Union of a Family (): .
Intersection of a Family (): .
Proof Strategies and Structured Proving
Givens and Goals: The basic workflow of a proof. Givens are assumed true; the goal is what must be demonstrated.
Strategy for : Assume , prove . Alternatively, use the contrapositive: Assume , prove .
Strategy for : Use Proof by Contradiction: Assume , derive an impossible statement (a contradiction), thus proving is false.
Strategy for : Let be an arbitrary object and prove .
Strategy for : Find a specific value for and verify that holds.
Existence and Uniqueness: Prove existence of such that , then assume two such objects and exist and prove .
Proof by Cases: If given , prove the goal twice—once assuming and once assuming .
Relations and Orderings
Ordered Pairs: where order matters. .
Cartesian Product: .
Relation: Any set of ordered pairs . If , it is a "relation on A."
Domain and Range:
Dom(R): .
Ran(R): .
Properties of Relations (on set A):
Reflexive: .
Symmetric: .
Transitive: .
Antisymmetric: .
Equivalence Relation: A relation that is reflexive, symmetric, and transitive. It divides a set into equivalence classes (), which form a partition of the set (pairwise disjoint nonempty subsets whose union is the set).
Partial Order: A relation that is reflexive, antisymmetric, and transitive.
Total Order: A partial order where every pair of elements is comparable ().
Function Theory
Function Definition: A relation is a function () if .
One-to-One (Injective): . Distinct inputs yield distinct outputs.
Onto (Surjective): . The range equals the codomain.
Bijection: A function both one-to-one and onto. Also called a one-to-one correspondence.
Inverse Function: If is a bijection, is a function from to where .
Composition: .
Mathematical Induction
Principle of Induction: To prove :
Base Case: Prove .
Induction Step: Prove .
Strong Induction: To prove , prove that if holds for all k < n, then holds.
Well-Ordering Principle: Every nonempty set of natural numbers contains a smallest element.
Recursive Definitions: Defining a function by its value at base cases and providing a rule to determine higher values from smaller ones (e.g., Factorials: , ; Fibonacci Sequence: ).
Infinity and Set Cardinality
Equinumerosity (): Two sets have the same size if there exists a bijection between them.
Countable Sets: Sets equinumerous to a subset of . Includes all finite sets and denumerable sets (like and ).
Uncountable Sets: Sets that are not countable (e.g., and ).
Cantor’s Diagonal Argument: Used to prove is uncountable by showing that any list of subsets must miss at least one set .
Cantor–Schröder–Bernstein Theorem: If (one-to-one function from to ) and (one-to-one function from to ), then .
Continuum Hypothesis: The conjecture (neither provable nor disprovable in standard set theory) that there is no cardinality strictly between denumerable infinity and the cardinality of the real numbers.