Back to Course
Chapter Review

Number Systems, Sets, and Functions

Complex Numbers · Sets and Logic · Functions and Groups

Complex Numbers and the Imaginary Unit

Complex numbers extend the reals by introducing , written in standard form where is the real part and is the imaginary part.

Key Points

  • Powers of cycle every 4: — use
  • Two complex numbers are equal iff their real and imaginary parts match separately
  • Every real number is a complex number with imaginary part 0
  • Any four consecutive powers of sum to zero
Formula

Conjugate, Modulus, and Division

The conjugate reflects across the real axis. Multiplying by its conjugate gives the square of its modulus, which is central to complex division.

Key Points

  • — always a non-negative real number
  • Modulus: (distance from origin on the Argand diagram)
  • Division: multiply numerator and denominator by the conjugate of the denominator
  • Conjugate distributes over +, ×, and ÷:
  • Modulus of a product equals product of moduli:
  • Triangle inequality:
Formula

Polar Form and De Moivre's Theorem

Polar form uses modulus and argument , simplifying multiplication and exponentiation of complex numbers.

Key Points

  • Conversion: , with quadrant adjustment
  • Multiplication in polar: multiply moduli, add arguments
  • De Moivre's Theorem:
  • alone only gives correct angle in Q1 and Q4 — add for Q2/Q3
Formula

Set Fundamentals and Operations

A set is a well-defined collection of distinct elements. Union, intersection, and complement are the core operations, visualized through Venn diagrams.

Key Points

  • Union (): all elements in either set — corresponds to logical OR
  • Intersection (): only elements in both sets — corresponds to logical AND
  • Complement (): everything in not in ; depends on the universal set
  • Set difference:
  • Disjoint sets have empty intersection:
Formula

Set Algebra and De Morgan's Laws

Set operations follow algebraic laws (commutative, associative, distributive). De Morgan's Laws connect complement with union/intersection by flipping the operation.

Key Points

  • Commutative: ,
  • Distributive: — works both ways for sets
  • De Morgan's: and
  • Complement laws: and
  • Power set cardinality: for a set with elements
Formula

Propositional Logic and Connectives

Propositions are statements with definite truth values combined using conjunction (∧), disjunction (∨), and negation (¬) to build compound statements evaluated via truth tables.

Key Points

  • Conjunction (): true only when both are true
  • Disjunction (): false only when both are false (inclusive OR)
  • Negation (): flips truth value; double negation cancels
  • Tautology: always true (e.g., ); Contradiction: always false (e.g., )
  • Truth table has rows for variables

Conditional and Biconditional Statements

The conditional is false only when is true and is false. The contrapositive is logically equivalent; the converse is not.

Key Points

  • is equivalent to
  • Contrapositive () is equivalent to the original — valid for proofs
  • Converse () and inverse () are NOT equivalent to the original
  • Biconditional (): true when both have the same truth value
  • A false hypothesis makes any conditional vacuously true
Formula

Types of Functions: Injective, Surjective, Bijective

Functions are classified by how they pair domain and codomain elements. Only bijective functions (both one-to-one and onto) have inverses.

Key Points

  • Injective (one-to-one): distinct inputs always give distinct outputs — passes the horizontal line test
  • Surjective (onto): every codomain element is mapped to by at least one input — range equals codomain
  • Bijective: both injective and surjective — a perfect one-to-one correspondence
  • Only bijective functions have well-defined inverse functions

Composition and Inverse Functions

Composition chains functions by feeding output of into . An inverse function reverses the mapping: .

Key Points

  • Composition is NOT commutative: in general
  • To find : set , swap and , solve for
  • Graph of is the reflection of across the line
  • Composing with inverse gives identity:
Formula

Groups and Algebraic Structures

A group is a set with a binary operation satisfying closure, associativity, identity, and inverse. Adding commutativity makes it an Abelian group.

Key Points

  • Four axioms: closure, associativity, identity element , and inverse for every element
  • Abelian group: additionally satisfies (commutative)
  • Hierarchy: Groupoid (closure) → Semi-group (+associativity) → Monoid (+identity) → Group (+inverse)
  • Reversal law:
  • Cayley table symmetric about diagonal ⟹ Abelian
Formula

Formulas

Complex Modulus

Distance of a complex number from the origin on the Argand diagram.

Conjugate Product

Product of a complex number with its conjugate equals the square of its modulus.

De Moivre's Theorem

Raises a complex number in polar form to an integer power.

Inclusion-Exclusion Principle

Counts union size by adding individual sets and subtracting overlap.

De Morgan's Laws (Sets)

Complement of union = intersection of complements, and vice versa.

Conditional Equivalence

Converts an if-then statement into a disjunction.

Composite Function

Applying function g to the result of function f.

Group Inverse Property

Every group element has an inverse that returns to the identity.