Set Theory:Terminology and Basic Concepts




Table of Contents



Definition


    In mathematics, a set is defined as an unordered collection of unique items.
    This short yet concise definition contains everything needed to understand the essence of the object we call a 'mathematical set'.
    Let's analyze it more in depth:

  • Unordered: Two or more sets containing the same items are identical.
  • Collection: Stands for zero or more items (up to an infinite number).
  • Unique: Each member of the set is distinct, and no two or more identical items are present.

  • What kinds of items or entities could be members of a mathematical set?

    Whatever it is, it doesn't matter.Mathematics is all about abstraction. In the abstract world, things can be of any type, so the famous 'apples and oranges' problem doesn't apply here. These entities can live together being a parts of the same set.


    "
    "A" 1

    "
    Diagram 1. Mathematical Sets may Contain Absolutely Any Type of Objects or Entities.




Notation Used in Set Theory


    Notations For Mathematical Sets
    It is a widespread convention to denote mathematical sets by capital English letters (for instance A,B,C ).
    Although there are no strict rules here, following the convention helps maintain standards and communication in the academic world.

  • Enumerative Set Notation
    This method is pretty straightforward and ,actually, involves listing the elements of a set within curly braces.
    There is several ways to describe mathematical sets using enumerative notation.
    Listing all elements of a set within curly braces:
    𝐴𝐴 ={1,2,3}
    BB ={a,b,c,d}(Not only numbers are allowed)
    CC ={1,a,30,'cfgd',Ο€}(Reminds you that set can have items of different types )
    DD ={23,a,😊,Ο€,A,πŸ”Ί,'hello',ψ}(Mathematical set can include practically anything)
    EE ={ }(Empty set)
    Listing elements we can list and then using ellipsis (...) which stands for the omitted items:
    𝐴𝐴 ={1,2,3...}
    BB ={a,b,c,d...}
    CC ={1,a,b,4,7,...}
    We will discuss later in which cases it may be useful but just for the moment let's just be content with those examples.
  • Descriptive Set Notation:
    It defines a set by specifying a property that its elements must satisfy and is particularly useful when enumerative notation would not work because the sets are too large or it is difficult to list the elements directly.
    For example, the set of all positive even numbers can be expressed as:
    AA={x∣x is a positive even number}, where ( mid ) means "such that." This notation is useful for representing large or infinite sets without listing all elements explicitly.
    You can think of descriptive set notation as comprising four main parts or building blocks:
    1.Variable (Element of the Set)
    *May be denoted by symbols (x, y ,z)
    *Or simply by words ({number | number is a positive even number},{prime number | prime number > 10})
    2.Vertical Bar (|)
    Represent the phrase "such that" widely used in mathematics (or ,in another words, "where", "for which").
    Always comes between the variable and the following condition.
    3.Condition/s (Property/s or Rule/s)
    Defines which elements belong to the set.Must be present and have to be clear, precise and can not include logical contradictions.
    Similar to variables , may be expressed with mathematical symbols (x > 0 or 0 ≀ y ≀ 3) or with words (x is divisible by 2 , for example).
    4.Curly Braces ({})
    Enclose the entire set notation, indicating that the expression inside defines a set.
    Turns all we described above into formal mathematical expression.

  • More Basic Notations used in Set Theory

  • Empty Set (βˆ… or {}):
    Represents a mathemathical set which contains no elements.
  • Belongs to (∈):
    x∈A means that x is an element of set 𝐴.
  • Does not belong to (βˆ‰):
    yβˆ‰B means that 𝑦 is not an element of set 𝐡.


  • Some Notations used for Concepts We did not discuss yet

  • Subset (βŠ†)
  • Proper Subset (βŠ‚)
  • Superset (βŠ‡)
  • Proper Superset (βŠƒ)

    We will discuss those and other concepts later on this page .

Set Notation Summary

Concept Symbol/Notation Explanation
Enumerative Set Notation {1, 2, 3}, {a, b, c} Lists all elements of a set within curly braces.
Enumerative Set with Ellipsis {1, 2, 3, ...}, {a, b, c, d, ...} Lists some elements and uses '...' to indicate continuation, useful for large or infinite sets.
Descriptive Set Notation {x | x is a positive even number} Defines a set by specifying a condition that elements must satisfy.
Empty Set βˆ…, {} Represents a set with no elements.
Belongs to ∈ 'x ∈ A' means 'x' is an element of set 'A'.
Does not belong to βˆ‰ 'y βˆ‰ B' means 'y' is not an element of set 'B'.
Subset βŠ† 'A βŠ† B' means 'A' is a subset of 'B', meaning all elements of 'A' are in 'B'.
Proper Subset βŠ‚ 'A βŠ‚ B' means 'A' is a proper subset of 'B', meaning 'A' is a subset of 'B' but not equal to 'B'.
Superset βŠ‡ 'B βŠ‡ A' means 'B' is a superset of 'A', meaning all elements of 'A' are in 'B'.
Proper Superset βŠƒ 'B βŠƒ A' means 'B' is a proper superset of 'A', meaning 'B' contains all elements of 'A' but is not equal to 'A'.


Cardinality and Types of Sets


    Cardinality of a mathematical set is simply its size, just the number of elements in the set.
    Cardinality is often denoted by the symbol |𝐴∣ or card (𝐴), where 𝐴 is the set.
    Sometimes symbols like #𝐴,n(𝐴), or βˆ₯𝐴βˆ₯ may be used as well.
    If 𝐴 = {1, 2, 3}, then the cardinality of A is |𝐴| = 3 because there are three elements in the set.
    If B = {1, 'apple', 3.14, True}, then the cardinality of B is |B| = 4 because there are four elements in this set.

    Based on cardinality, mathematical sets in set theory are classified into groups:

  • Finite sets
    Sets having well-defined numbers of elements that may be expressed by natural numbers (positive integers).
    Examples:
    𝐴 = {1, 2, 3, 4, 5}
    B = {1, 'apple', 3.14, True}
    The set may contain millions of objects, but as long as it can be counted theoretically, this set is finite.
  • Infinite sets
    Sets that include an uncountable number of elements.
    Examples:
    A={x∣x is a positive even number}.Impossible to count all positive even numbers
    B={1,2,3...}.
  • Empty set
    A special case of a finite mathematical set having no elements.
    Notations used for empty set :
    EE ={ } or EE =βˆ…
  • Universal set
    A mathematical set that contains all the objects or elements under consideration Β 
    within a specific context or domain of discourse.
    The universal set may be finite, like in those examples:
    Days of the Week. If the universal set represents the days of the week, then U = {Monday, Tuesday, Wednesday,..., Sunday}.
    This set is finite, having 7 elements.

    Examples of infinite universal sets:
    Natural Numbers. If the universal set represents all natural numbers, then U = {1, 2, 3,...}. This set is infinite.
    Real Numbers. If the universal set represents all real numbers, U = R. This set is infinite, containing an uncountable number of elements.
    The universal set is typically denoted by U or ΞΎ.

  • Interestingly, despite being conceptually opposite, the universal set and the empty set share fundamental commonalities in set theory.
    Both are extremes in the hierarchy of sets, with the universal set containing everything and the empty set containing nothing.
    Yet they are complementary and serve as identity elements in key set operations.
    We will discuss this relation in more detail in later sections.
    Understanding the concept of the universal set, along with the empty set, has immense importance for mastering other ideas in
    set theory, such as operations on sets, relations, and more.Β 


Cardinality and Types of Sets Summary

Concept Notation Explanation Examples
Cardinality |A|, card(A) The size or number of elements in a set |A| = 3 for A = {1, 2, 3}, |B| = 4 for B = {1, 'apple', 3.14, True}
Finite Sets Regular Set Notation (enumerative or descriptive) Sets with a countable number of elements {Monday, ..., Sunday}, {A, ..., Z}
Infinite Sets Regular Set Notation (enumerative or descriptive) Sets with an uncountable number of elements {x | x is a positive even number}, {1, 2, 3, ...}
Empty Set βˆ… or {} A set containing no elements βˆ…, {}
Universal Set U or ΞΎ Set containing all objects within a specific context U = {Monday, ..., Sunday} for days of the week, U = {A, ..., Z} for English alphabet


Relationships Between Sets


    Basic Set Membership

  • Belongs to ( ∈ )
    Object belongs to a set if it is an element of the set.
    Notation: x ∈ A means that x is an element of set A.
    Example: If A = {1, 2, 3}, then 1 ∈ A but 4 βˆ‰ A.
  • Does not belong to ( βˆ‰ )
    Notation: y βˆ‰ B means that y is not an element of set B.
    Example: If B = {5, 6, 7}, then 4 βˆ‰ B.
    "
    A 1 B C 3 D 1 ∈ A B ∈ A C ∈ A 3 βˆ‰ A D βˆ‰ A

    "
    Diagram 2. Set Menbership.


  • Equality and Inequality of Sets

  • Equality ( = ): Two sets are equal if they contain exactly the same elements.
    Example: A = {1, 2, 3} and B = {3, 1, 2}; A = B.
  • Inequality ( β‰  ): Two sets are unequal if there is at least one element that is different between the sets.
    Example: A = {1, 2, 3} and C = {4, 5, 6}; A β‰  C.


  • Subsets

  • Basic Subsets:
    A set is a subset of another set if every element of this set is also an element of the including set.
    Example:
    A = {1, 2} is a subset of B = {1, 2, 3, 4}.
  • Proper Subsets:
    A proper subset of a set is a subset that is not equal to the original set, containing fewer elements.
    Example:
    A = {1, 2} is a proper subset of B.

  • Supersets

  • Basic Supersets:
    A superset includes every element of another set.
    Example:
    A = {1, 2, 3, 4} is a superset of B = {1, 2} and C={1, 2, 3, 4}.
  • Proper Supersets:
    A proper superset contains all elements of the subset plus additional elements.
    Example:
    A is a proper superset of B but not a proper superset of C.

    U B A

  • Diagram 3 Set A is a subset of set B and set B is a superset of A .

    Disjoint Sets
    Two sets are disjoint if they have no common elements.
    Example:
    A = {1, 2, 3} and C = {4, 5, 6} are disjoint.
    "

    U A B


    "
    Diagram 4 Disjoint sets on Venn diagram have no common area.

    Complement
    The complement of set A with respect to a universal set U includes all elements that are in U but not in A.
    Example:
    U = {1, 2, 3, 4, 5}; A = {1, 2, 3}; Ac=4,5A^c = {4, 5}.

    This comprehensive section starts by establishing the fundamental notions of set membership, which is crucial for understanding all subsequent relationships and operations between sets.
    This foundation is then expanded upon with various types of set relations, all illustrated with clear examples to enhance understanding.

Relationships Between Sets Summary

Concept Notation Explanation Examples
Equality of Sets = Two sets are equal if they contain exactly the same elements. A = {1, 2, 3}, B = {3, 1, 2}; A = B
Inequality of Sets β‰  Two sets are unequal if at least one element is different between the sets. A = {1, 2, 3}, C = {4, 5, 6}; A β‰  C
Basic Subsets βŠ† A subset is a set where every element of the subset is also an element of another set. A = {1, 2}, B = {1, 2, 3, 4}; A βŠ† B
Proper Subsets βŠ‚ A proper subset of a set is not equal to the original set, containing fewer elements. A = {1, 2}, B = {1, 2, 3, 4}; A βŠ‚ B
Basic Supersets βŠ‡ A superset includes every element of another set. A = {1, 2, 3, 4}, B = {1, 2}; A βŠ‡ B
Proper Supersets βŠƒ A proper superset contains all elements of the subset plus additional elements. A = {1, 2, 3, 4}, B = {1, 2}; A βŠƒ B
Disjoint Sets N/A Two sets are disjoint if they have no elements in common. A = {1, 2, 3}, C = {4, 5, 6}; A and C are disjoint
Complement Ac The set of all elements not in the given set, relative to a universal set. U = {1, 2, 3, 4, 5}, A = {1, 2, 3}; Ac = {4, 5}


Operations on Sets



  • Intersection ( ∩ )
    The intersection of two sets A and B, denoted as A ∩ B, is the set of elements that are common to both A and B.
    Example:
    If A = {1, 2, 3, 4} and B = {3, 4, 5, 6}, then A ∩ B = {3, 4}.
    "
    A B A∩B

    "
    Diagram 3. Intersection of two mathematical sets.

  • Union ( βˆͺ )
    The union of two sets A and B, denoted as A βˆͺ B, is the set of elements that are in A, in B, or in both.
    Example:
    If A = {1, 2, 3} and B = {4, 5, 3}, then A βˆͺ B = {1, 2, 3, 4, 5}.
    "
    A B AβˆͺB

    "
    Diagram 4. Union of two mathematical sets

  • Difference ( - )
    The difference between two sets A and B, denoted as A - B, is the set of elements that are in A but not in B.
    Example:
    If A = {1, 2, 3, 4} and B = {3, 4, 5, 6}, then A - B = {1, 2}.
    "
    A B A - B

  • "
    Diagram 5 Difference of two mathematical sets


  • Symmetric Difference ( Ξ” )
    The symmetric difference between two sets A and B, denoted as A Ξ” B, is the set of elements
    that are in either of the sets A or B but not in their intersection.
    Example:
    If A = {1, 2, 3} and B = {3, 4, 5}, then A Ξ” B = {1, 2, 4, 5}.
    "
    A B A Ξ” B


    "
    Diagram 6. Symmetric difference between two mathematical sets

    This section demonstrates the fundamental operations on sets with graphical examples
    to aid in understanding the concepts of intersection, union, difference, and symmetric difference between sets.

Operations on Sets Summary

Concept Notation Explanation Examples
Intersection A ∩ B The set of elements that are common to both sets A and B. If A = {1, 2, 3, 4} and B = {3, 4, 5, 6}, then A ∩ B = {3, 4}.
Union A βˆͺ B The set of all elements that are in either set A or set B, or in both. If A = {1, 2, 3} and B = {4, 5, 3}, then A βˆͺ B = {1, 2, 3, 4, 5}.
Difference A - B The set of elements that are in set A but not in set B. If A = {1, 2, 3, 4} and B = {3, 4, 5, 6}, then A - B = {1, 2}.
Symmetric Difference A Ξ” B The set of elements that are in either of the sets A or B, but not in both. If A = {1, 2, 3} and B = {3, 4, 5}, then A Ξ” B = {1, 2, 4, 5}.