Comprehensive Study Notes on Set Notes on Set Theory

Introduction to the Theory of Sets

  • Definition of a Set: A set is a well-defined collection of objects. This means that for any given object, it is possible to definitely decide whether it belongs to the collection or not.
  • Historical Development: The theory of sets was developed by the German mathematician Georg Cantor (1845-1918). He first encountered the concept while working on "problems on trigonometric series."
  • Importance in Mathematics: Today, the concept of a set serves as a fundamental part of modern mathematics. It is used to define relations and functions and is essential in the study of geometry, sequences, and probability.
  • Examples of Well-Defined Collections:
    • Odd natural numbers less than 10: {1,3,5,7,91, 3, 5, 7, 9}.
    • The vowels in the English alphabet: {a,e,i,o,ua, e, i, o, u}.
    • Solutions of the equation x25x+6=0x^2 - 5x + 6 = 0: {2,32, 3}.
    • Prime factors of 210: {2,3,5,72, 3, 5, 7}.
  • Examples of Collections That Are Not Well-Defined: The collection of the "five most renowned mathematicians of the world" is not a set because the criterion for being "most renowned" varies from person to person.

Basic Notation and Special Number Sets

  • Synonyms: The terms "objects," "elements," and "members" of a set are synonymous.
  • Naming Conventions:
    • Sets are usually denoted by capital letters: A,B,C,X,Y,ZA, B, C, X, Y, Z, etc.
    • Elements of a set are represented by small letters: a,b,c,x,y,za, b, c, x, y, z, etc.
  • Membership Notation:
    • If aa is an element of set AA, we write aAa \in A (the Greek symbol epsilon \in denotes "belongs to").
    • If bb is not an element of set AA, we write bAb \notin A ("does not belong to").
  • Standard Symbols for Mathematical Sets:
    • NN: The set of all natural numbers.
    • ZZ: The set of all integers.
    • QQ: The set of all rational numbers.
    • RR: The set of real numbers.
    • Z+Z^+: The set of positive integers.
    • Q+Q^+: The set of positive rational numbers.
    • R+R^+: The set of positive real numbers.
    • TT: The set of irrational numbers (defined as the set of real numbers that are not rational, i.e., xRx \in R and xQx \notin Q).

Methods of Representing Sets

  • Roster or Tabular Form:
    • All elements are listed, separated by commas, and enclosed within braces { }.
    • Rule of Order: The order in which elements are listed is immaterial. For example, {1,2,31, 2, 3} is the same as {3,2,13, 2, 1}.
    • Rule of Repetition: Elements are generally not repeated; they are taken as distinct. For example, the set of letters in the word "SCHOOL" is {S,C,H,O,LS, C, H, O, L}.
    • Infinite Roster: Infinite sets can be indicated by three dots. For example, the set of odd natural numbers is {1,3,5,...1, 3, 5, ...}.
  • Set-Builder Form:
    • All elements possess a single common property not shared by elements outside the set.
    • Notation: V={x:x is a vowel in English alphabet}V = \{x : x \text{ is a vowel in English alphabet}\}. The braces stand for "the set of all," the variable xx represents the element, the colon ":" stands for "such that," and the description follows.
    • Example from Textbook: Writing the set A={1,4,9,16,25,...}A = \{1, 4, 9, 16, 25, ...\} in set-builder form:
      • Alternative 1: A={x:x is the square of a natural number}A = \{x : x \text{ is the square of a natural number}\}
      • Alternative 2: A={x:x=n2, where nN}A = \{x : x = n^2, \text{ where } n \in N\}
    • Example with Constraints: The set {12,23,34,45,56,67\frac{1}{2}, \frac{2}{3}, \frac{3}{4}, \frac{4}{5}, \frac{5}{6}, \frac{6}{7}} is written as:
      • {x:x=nn+1, where n is a natural number and 1n6}\{x : x = \frac{n}{n+1}, \text{ where } n \text{ is a natural number and } 1 \le n \le 6\}.

Types of Sets: Empty, Finite, and Infinite

  • The Empty Set: Also called the null set or void set. It contains no elements at all.
    • Symbol: Denoted by ϕ\phi or { }
    • Examples:
      • {x:1<x<2,xN}\{x : 1 < x < 2, x \in N\} (no natural number exists between 1 and 2).
      • {x:x22=0 and x is a rational number}\{x : x^2 - 2 = 0 \text{ and } x \text{ is a rational number}\} (the roots are irrational).
      • The set of even prime numbers greater than 2.
  • Finite Sets: A set that is empty or consists of a definite number of elements.
    • n(S)n(S): Denotes the number of distinct elements in a finite set SS.
  • Infinite Sets: A set where the count of elements is not finite (e.g., the set of all points on a line or the set of natural numbers).
    • Note: Not all infinite sets can be represented in roster form. For example, the set of real numbers RR cannot be written in roster form because the elements do not follow a specific pattern that can be shown with dots.

Equality and Subsets

  • Equal Sets: Two sets AA and BB are equal (A=BA = B) if they have exactly the same elements. Repetition or order does not change the set.
  • Subsets: Set AA is a subset of set BB (ABA \subset B) if every element of AA is also an element of BB.
    • Logic: ABA \subset B if aAaBa \in A \Rightarrow a \in B (where \Rightarrow means "implies").
    • Reflexivity: Every set is a subset of itself (AAA \subset A).
    • The Empty Set Rule: The empty set ϕ\phi is a subset of every set.
    • Equality Condition: A=BA = B if and only if ABA \subset B and BAB \subset A. This is often written as "iff" and symbolized by \Leftrightarrow.
  • Proper Subsets and Supersets: If ABA \subset B and ABA \ne B, then AA is called a proper subset and BB is called a superset of AA.
  • Singleton Set: A set that contains only one element, e.g., {aa}.
  • Real Number Subset Chains: NZQRN \subset Z \subset Q \subset R, TRT \subset R, and N⊄TN \not\subset T.

Intervals as Subsets of R

  • Let a,bRa, b \in R and a<ba < b:
    • Open Interval: (a,b)={y:a<y<b}(a, b) = \{y : a < y < b\}. End points are excluded.
    • Closed Interval: [a,b]={x:axb}[a, b] = \{x : a \le x \le b\}. End points are included.
    • Semi-Open/Semi-Closed:
      • [a,b)={x:ax<b}[a, b) = \{x : a \le x < b\} (includes aa, excludes bb).
      • (a,b]={x:a<xb}(a, b] = \{x : a < x \le b\} (excludes aa, includes bb).
  • Length of Interval: For any of the above intervals, the length is defined as (ba)(b - a).
  • Infinite Intervals:
    • [0,)[0, \infty) defines non-negative real numbers.
    • (,0)(-\infty, 0) defines negative real numbers.
    • (,)(-\infty, \infty) defines the entire set of real numbers.

Universal Set and Venn Diagrams

  • Universal Set (UU): The basic set relevant to a particular context from which all other sets are drawn.
    • In number theory, UU might be RR. In human studies, UU might be the world population.
  • Venn Diagrams: Graphical representations of sets, named after John Venn (1834-1883).
    • The universal set is usually represented by a rectangle.
    • Subsets are represented by closed curves (usually circles) within the rectangle.

Operations on Sets

  • Union of Sets (\cup): The union of AA and BB is the set of all elements belonging to either AA or BB (or both).
    • AB={x:xA or xB}A \cup B = \{x : x \in A \text{ or } x \in B\}.
    • Properties:
      • Commutative Law: AB=BAA \cup B = B \cup A
      • Associative Law: (AB)C=A(BC)(A \cup B) \cup C = A \cup (B \cup C)
      • Law of Identity: Aϕ=AA \cup \phi = A (where ϕ\phi is the identity of union).
      • Idempotent Law: AA=AA \cup A = A
      • Law of U: UA=UU \cup A = U
  • Intersection of Sets (\cap): The intersection of AA and BB is the set of all elements common to both AA and BB.
    • AB={x:xA and xB}A \cap B = \{x : x \in A \text{ and } x \in B\}.
    • Disjoint Sets: If AB=ϕA \cap B = \phi.
    • Properties:
      • Commutative Law: AB=BAA \cap B = B \cap A
      • Associative Law: (AB)C=A(BC)(A \cap B) \cap C = A \cap (B \cap C)
      • Law of ϕ\phi and U: ϕA=ϕ\phi \cap A = \phi, UA=AU \cap A = A
      • Idempotent Law: AA=AA \cap A = A
      • Distributive Law: A(BC)=(AB)(AC)A \cap (B \cup C) = (A \cap B) \cup (A \cap C). (Intersection distributes over union).
  • Difference of Sets: The set of elements that belong to AA but not to BB.
    • AB={x:xA and xB}A - B = \{x : x \in A \text{ and } x \notin B\}.
    • Note: Generally, ABBAA - B \ne B - A.
    • Disjoint Relationships: The sets (AB)(A - B), (AB)(A \cap B), and (BA)(B - A) are mutually disjoint.

Complement of a Set

  • Definition: The complement of set AA (denoted as AA') is the set of all elements in the universal set UU that are not in AA.
    • A={x:xU and xA}A' = \{x : x \in U \text{ and } x \notin A\}. Equivalently, A=UAA' = U - A.
  • Complement Laws:
    • AA=UA \cup A' = U
    • AA=ϕA \cap A' = \phi
  • De Morgan's Laws: Named after the mathematician De Morgan.
    • (AB)=AB(A \cup B)' = A' \cap B' (The complement of the union is the intersection of the complements).
    • (AB)=AB(A \cap B)' = A' \cup B' (The complement of the intersection is the union of the complements).
  • Law of Double Complementation: (A)=A(A')' = A.
  • Laws of Empty and Universal Sets: ϕ=U\phi' = U, U=ϕU' = \phi.

Historical Note and Theoretical Developments

  • Pioneers: Georg Cantor originated set theory (1874-1897). His work was supported by Richard Dedekind (1831-1916) but criticized by Kronecker (1810-1893) regarding infinite sets.
  • Russell's Paradox: In 1902, the English philosopher Bertrand Russell (1872-1970) showed that the assumption of the "set of all sets" leads to a contradiction. This led to the conclusion that "nothing contains everything" (as written by Paul R. Halmos in Naïve Set Theory).
  • Axiomatization: To resolve paradoxes, set theory was axiomatized by several logicians:
    • Ernst Zermelo (1908).
    • Abraham Fraenkel (1922).
    • John Von Neumann (1925): Introduced the axiom of regularity.
    • Paul Bernays (1937): Provided a more satisfactory axiomatization.
    • Kurt G\u00f6del (1940): Modified axioms, resulting in the Von Neumann-Bernays (VNB) or G\u00f6del-Bernays (GB) set theory.
  • Legacy: Despite initial resistance, set-theoretic language is now used to express almost all concepts in modern mathematics.