Sets and Number Sets Notes

Sets and Basic Notions

  • Set: a collection of objects
    • A member of a set is something that belongs to it; we write using the membership symbol: xSx \in S
  • Subset: a set A is a subset of B if every element of A is also an element of B
    • Notation: ABA \subseteq B
    • Example (from transcript):
    • Let A=a,e,i,o,uA = {a, e, i, o, u} and B=a,eB = {a, e}
    • Then BAB \subseteq A is true
    • And ABA \subseteq B is false
  • Union: the union of A and B is the set of elements that are in A or in B or in both
    • Notation: ABA \cup B
    • Example: with the same A and B above
    • AB=a,e,i,o,uA \cup B = {a, e, i, o, u}
  • Intersection: the intersection of A and B is the set of elements that are in both A and B
    • Notation: ABA \cap B
    • Example: with the same A and B above
    • AB=a,eA \cap B = {a, e}
  • Common terminology
    • "Common" elements are those in the intersection
  • Empty set: the set that contains no elements
    • Notation: \emptyset
    • Eg. the empty set has no members by definition
  • Quick recap of the notations
    • Subset: ABA \subseteq B
    • Union: ABA \cup B
    • Intersection: ABA \cap B
    • Empty set: \emptyset

Sets of Real Numbers and Number Classes

  • Sets of numbers discussed in transcript
    • Natural numbers
    • Whole numbers
    • Integers
    • Real numbers (sets commonly studied together with these)

Natural Numbers

  • Symbol: N\mathbb{N}
  • Definition (as given): N=1,2,3,4,\mathbb{N} = {1, 2, 3, 4, \dots}
  • Note on zero
    • Some conventions include 0 in the natural numbers; in others, 0 is in the whole numbers instead

Whole Numbers

  • Often denoted by a symbol like W\mathbb{W} or sometimes N0\mathbb{N}_0
  • Definition (as given): W=0,1,2,3,\mathbb{W} = {0, 1, 2, 3, \dots}
  • Relationship to other sets
    • NW\mathbb{N} \subseteq \mathbb{W} (if 0 is included in N in that convention, otherwise N is a subset of W depending on the definition used)

Integers

  • Symbol: Z\mathbb{Z}
  • Definition (as given): Z=,2,1,0,1,2,\mathbb{Z} = {\dots, -2, -1, 0, 1, 2, \dots}
  • Relationships
    • WZ\mathbb{W} \subseteq \mathbb{Z}
    • NZ\mathbb{N} \subseteq \mathbb{Z}
    • Generally, all Natural and Whole numbers are integers

Real Numbers (brief context)

  • Real numbers include all rational and irrational numbers; they form the continuum
  • In lecture context, the above number sets (N, W, Z) are subsets of the real numbers: NWZR\mathbb{N} \subseteq \mathbb{W} \subseteq \mathbb{Z} \subseteq \mathbb{R}
  • Notation for these standard sets: R\mathbb{R} for real numbers

Quick Examples and Connections

  • Example recap (from transcript):
    • A = a,e,i,o,u{a, e, i, o, u}
    • B = a,e{a, e}
    • Subset checks:
    • BAB \subseteq A is true (since every element of B is in A)
    • ABA \subseteq B is false (A has elements not in B)
    • Unions and intersections using these sets:
    • AB=a,e,i,o,uA \cup B = {a, e, i, o, u}
    • AB=a,eA \cap B = {a, e}
  • Numerical examples (from transcript):
    • Natural numbers: 1,2,3,4,{1, 2, 3, 4, \dots}
    • Whole numbers: 0,1,2,3,{0, 1, 2, 3, \dots}
    • Integers: ,2,1,0,1,2,{\dots, -2, -1, 0, 1, 2, \dots}
  • Practical implications
    • These sets provide the foundation for counting, ordering, and measuring in math and applied disciplines
    • They establish basic building blocks for more advanced topics (e.g., number theory, algebra, analysis)

Summary of Key Points

  • A set is a collection of objects; membership is denoted by xSx \in S
  • A is a subset of B if every element of A is in B: ABA \subseteq B
  • Union and intersection operators: ABA \cup B, ABA \cap B
  • Empty set: \emptyset, a set with no elements
  • Specific number sets:
    • N=1,2,3,4,\mathbb{N} = {1, 2, 3, 4, \dots}
    • W=0,1,2,3,\mathbb{W} = {0, 1, 2, 3, \dots}
    • Z=,2,1,0,1,2,\mathbb{Z} = {\dots, -2, -1, 0, 1, 2, \dots}
    • R\mathbb{R} contains all real numbers; standard hierarchy NWZR\mathbb{N} \subseteq \mathbb{W} \subseteq \mathbb{Z} \subseteq \mathbb{R}