Andromeda
Note

Sets

Definition

In mathematics, a set is a well-defined collection of distinct objects, referred to as elements. A set is typically denoted by a capital letter, and its members are enclosed in braces.

Why It Matters

Sets are the ‘language of categorization’ in math; they provide the rigorous framework needed to define relationships and boundaries, serving as the fundamental foundation for probability, logic, and computer science.

Core Concepts

  • Notation Methods:

    • Roster Method: Listing every element explicitly (e.g., A={1,2,3}A = \{1, 2, 3\}).
    • How to read: “A equals the set containing one, two, three.”
    • Meaning: Enumerate all members inside braces.
    • Set-Builder Notation: Defining a set by a property its members must satisfy (e.g., {xx is an even integer}\{x \mid x \text{ is an even integer}\}).
    • How to read: “The set of all x such that x is an even integer.”
    • Meaning: Describe the rule that picks members rather than listing them.
  • Relationship & Operations:

    • Subset (ABA \subseteq B): A set AA is a subset of BB if every element in AA is also in BB. In geometry, T={all triangles}T = \{\text{all triangles}\} is a subset of P={all polygons}P = \{\text{all polygons}\}.
    • How to read: “A is a subset of B.”
    • Meaning: Every element of AA belongs to BB; AA may equal BB.
    • Intersection (ABA \cap B): Elements common to both AA and BB.
    • How to read: “A intersect B.”
    • Meaning / when to use: Elements in both sets—logical AND.
    • Union (ABA \cup B): Elements in AA, or BB, or both.
    • How to read: “A union B.”
    • Meaning / when to use: All elements from either set—logical OR.
    • Venn Diagrams: Geometric representations (often circles) used to visualize set intersections, unions, and relationships.
  • Special Sets:

    • Empty Set (\emptyset): A set containing no elements.
    • How to read: “The empty set.”
    • Meaning: Set with zero members—subset of every set.
    • Universal Set (UU): The set containing all elements under consideration for a particular context.
    • How to read: “Universal set U.”
    • Meaning: The “universe” of discourse for a given problem.
  • Geometric Application: Geometric figures such as lines, angles, and polygons are formally defined as sets of points.

Connected Concepts