Number Sets and Set Notation Principles

Set Notation and Basic Terminology

  • Definition of a Set: A set is a collection of numbers or objects.
  • Notation Examples:
    • If VV is the set of all vowels, then V={vowels}={a,e,i,o,u}V = \{vowels\} = \{a, e, i, o, u\}.
    • If EE is the set of all even numbers, then E={even numbers}={2,4,6,8,10,12,}E = \{even \text{ } numbers\} = \{2, 4, 6, 8, 10, 12, \dots\}.
  • Membership Symbols:
    • The symbol \in means "is an element of."
    • The symbol \notin means "is not an element of."
    • Example: For the set E={2,4,6,8,10,12,}E = \{2, 4, 6, 8, 10, 12, \dots\}, we can state 6E6 \in E but 11E11 \notin E.
  • The Empty Set: The set \emptyset (or { }\text{\{ \}}) is called the empty set and contains no elements.
  • General Examples:
    • A={1,2,3,4}A = \{1, 2, 3, 4\}. We can say 3A3 \in A and 5A5 \notin A.
    • B={Rashid, Laith, Hussein}B = \{\text{Rashid, Laith, Hussein}\}. Here, RashidBRashid \in B and HusseinBHussein \in B, but OmarBOmar \notin B.

Counting Elements and Set Classification

  • Cardinality: The number of elements in a set SS is written as n(S)n(S).
    • Example: For set B={Rashid, Laith, Hussein}B = \{\text{Rashid, Laith, Hussein}\}, n(B)=3n(B) = 3.
  • Finite Sets: A set which contains a finite (countable) number of elements is called a finite set.
    • Example: The set of vowels VV has 5 elements. VV is a finite set, and n(V)=5n(V) = 5.
  • Infinite Sets: A set which contains an infinite number of elements is called an infinite set.
    • Example: The set of even numbers EE is an infinite set.

Special Number Sets

  • Natural Numbers (Counting Numbers): N={0,1,2,3,4,5,6,7,}\mathbb{N} = \{0, 1, 2, 3, 4, 5, 6, 7, \dots\}.
  • Integers: Z={0,±1,±2,±3,±4,}\mathbb{Z} = \{0, \pm 1, \pm 2, \pm 3, \pm 4, \dots\}.
  • Positive Integers: Z+={1,2,3,4,5,6,7,}\mathbb{Z}^+ = \{1, 2, 3, 4, 5, 6, 7, \dots\}.
  • Rational Numbers (Q\mathbb{Q}): The set of all numbers which can be written in the form pq\frac{p}{q} where pp and qq are integers and q0q \neq 0.
    • Examples: 1515, 10=10110 = \frac{10}{1}, 0.5=120.5 = \frac{1}{2}, and 34-\frac{3}{4}.
  • Irrational Numbers: These are numbers that cannot be represented in rational form (pq\frac{p}{q}).
    • Radicals/Surds: Examples include 2\sqrt{2} and 7\sqrt{7}.
    • Mathematical Constants: π3.14159265\pi \approx 3.14159265 is irrational.
    • Non-recurring/Non-terminating Decimals: Decimal numbers that neither terminate nor repeat are irrational.
  • Real Numbers (R\mathbb{R}): The set of all numbers that can be placed on the number line. R\mathbb{R} includes all rational and irrational numbers.
  • Non-Real Numbers: These are numbers that cannot be written in decimal form or placed on a number line.
    • Examples: 25\sqrt{-25}, 50\frac{5}{0}, and 2\sqrt{-2}.

Exercises on Writing Set Notation

  • Write the following using symbols:
    • 8 is an element of set PP: 8P8 \in P
    • kk is not an element of set SS: kSk \notin S
    • 14 is not an element of the set of all odd numbers: 14odd numbers14 \notin \text{odd numbers}
    • There are 9 elements in set YY: n(Y)=9n(Y) = 9

Verification of Set Membership (True or False)

  • 3Z+3 \in \mathbb{Z}^+: True
  • 6Z6 \in \mathbb{Z}: True
  • 23Q\frac{2}{3} \in \mathbb{Q}: True
  • 2Q\sqrt{2} \notin \mathbb{Q}: True (since it is irrational)
  • 14Q-\frac{1}{4} \notin \mathbb{Q}: False (it is rational)
  • 213Z2 \frac{1}{3} \in \mathbb{Z}: False (it is a fraction, not an integer)
  • 0.3684R0.3684 \in \mathbb{R}: True
  • 10.1Z\frac{1}{0.1} \in \mathbb{Z}: True (Evaluation: 10.1=10\frac{1}{0.1} = 10, and 10Z10 \in \mathbb{Z})

Listing Elements and Set Evaluation

Rules for Listing Elements:

  • Order of elements is not important.
  • Repetition of elements is NOT allowed.
  • Always use curly brackets { }\text{\{ \}}.

Set Analysis Examples:

  1. Set A={factors of 6}A = \{\text{factors of 6}\}:
    • Elements: A={1,2,3,6}A = \{1, 2, 3, 6\}
    • Type: Finite Set
    • Cardinality: n(A)=4n(A) = 4
  2. Set B={multiples of 6}B = \{\text{multiples of 6}\}:
    • Elements: B={6,12,18,24,}B = \{6, 12, 18, 24, \dots\}
    • Type: Infinite Set
  3. Set C={factors of 17}C = \{\text{factors of 17}\}:
    • Elements: C={1,17}C = \{1, 17\}
    • Type: Finite Set
    • Cardinality: n(C)=2n(C) = 2
  4. Set D={multiples of 17}D = \{\text{multiples of 17}\}:
    • Elements: D={17,34,51,}D = \{17, 34, 51, \dots\}
    • Type: Infinite Set
  5. Set E={prime numbers less than 20}E = \{\text{prime numbers less than 20}\}:
    • Elements: E={2,3,5,7,11,13,17,19}E = \{2, 3, 5, 7, 11, 13, 17, 19\}
    • Type: Finite Set
    • Cardinality: n(E)=8n(E) = 8

Understanding Subsets

  • Definition: Suppose AA and BB are two sets. AA is a subset of BB (written as ABA \subseteq B) if every element of AA is also an element of BB.
  • Fundamental Principles:
    • If E={even numbers}E = \{\text{even numbers}\}, then EZE \subseteq \mathbb{Z}.
    • The empty set \emptyset is a subset of every set.

Subset Examples:

  • If A={2,4,6,8,10,12}A = \{2, 4, 6, 8, 10, 12\} and B={2,6,12}B = \{2, 6, 12\}, then BAB \subseteq A.
  • If A={2,4,6,8,10,12}A = \{2, 4, 6, 8, 10, 12\} and C={2,6,13}C = \{2, 6, 13\}, then CAC \nsubseteq A because 13A13 \notin A.
  • Suppose A={1,2,3,4,5,6,7}A = \{1, 2, 3, 4, 5, 6, 7\}, B={2,3,5}B = \{2, 3, 5\}, and C={3,5,8}C = \{3, 5, 8\}.
    • BAB \subseteq A is True.
    • CAC \subseteq A is False (due to the element 8).

Subset Verification Practice

  • Example a: A={2,5,6}A = \{2, 5, 6\}, B={1,2,3,4,5,6,7,8}B = \{1, 2, 3, 4, 5, 6, 7, 8\}. Result: ABA \subseteq B.
  • Example b: A={4,8,11,12}A = \{4, 8, 11, 12\}, B={2,4,6,8,10,12,14,16}B = \{2, 4, 6, 8, 10, 12, 14, 16\}. Result: ABA \nsubseteq B (11 is in AA but not in BB).
  • Example c: A=A = \emptyset, B={1,4,7,10}B = \{1, 4, 7, 10\}. Result: ABA \subseteq B (Empty set is a subset of every set).
  • Example d: A={5,10,15,20,25,30}A = \{5, 10, 15, 20, 25, 30\}, B={10,15,20}B = \{10, 15, 20\}. Result: ABA \nsubseteq B (but clearly BAB \subseteq A).
  • Example e: A={6,7,8}A = \{6, 7, 8\}, B=NB = \mathbb{N}. Result: ABA \subseteq B.

Homework Tasks

Given the following sets:

  • P={prime numbers less than 10}P = \{\text{prime numbers less than 10}\} (Analysis: P={2,3,5,7}P = \{2, 3, 5, 7\})
  • Q={multiples of 3 less than 20}Q = \{\text{multiples of 3 less than 20}\} (Analysis: Q={3,6,9,12,15,18}Q = \{3, 6, 9, 12, 15, 18\})
  • R={3,5,7}R = \{3, 5, 7\}
  • S={multiples of 6 less than 20}S = \{\text{multiples of 6 less than 20}\} (Analysis: S={6,12,18}S = \{6, 12, 18\})

Determine if the following are True or False:

  • PQP \subseteq Q
  • RPR \subseteq P
  • RSR \subseteq S
  • SQS \subseteq Q