Introduction to Number Systems

Introduction to Number Systems

Definition of a Set

A set is defined as any collection of objects specified in such a way that we can determine whether a given object is or is not a member of the collection.

Key Points
  • Sets are denoted by capital letters such as 𝐴, 𝐡, 𝐢, etc.

  • Each object within a set is referred to as an element or member of that set.

  • Sets can be described in the following ways:

    • Roster Notation: Listing all elements between braces.

    • Example: 𝐴 = {1, 2, 3}.

    • The notation 2 ∈ 𝐴 indicates that 2 is an element of set 𝐴, while 4 βˆ‰ 𝐴 indicates that 4 is not a member of this set.

    • Set-builder Notation: Enclosing a rule within braces.

    • Example: 𝐡 = {π‘₯ ∈ β„• | 1 ≀ π‘₯ ≀ 5}.

    • This notation expresses that 𝐡 includes all natural numbers π‘₯ that satisfy the condition of being between 1 and 5, which can also be written in Roster Notation as 𝐡 = {1, 2, 3, 4, 5}.

  • A set can be classified as finite or infinite:

    • A finite set has a countable number of elements; for instance, 𝐴 = {1, 2, 3} is finite.

    • An infinite set does not end; for example, 𝐢 = {2, 4, 6, 8, 10, …} is infinite.

  • When listing a set, elements are not repeated.

Special Types of Sets

  • Empty Set (Null Set): A set with no elements, denoted by either {} or βˆ….

Equality of Sets
  • Two sets 𝐴 and 𝐡 are equal if they contain the same elements.

    • For example, if 𝐴 = {1, 2, 3} and 𝐡 = {3, 1, 2}, then 𝐴 = 𝐡 since both sets comprise the same elements.

Types of Numbers

  • Natural numbers (β„•): The set of positive integers {1, 2, 3, …}.

  • Integers (β„€): The set of whole numbers …, -3, -2, -1, 0, 1, 2, 3, …

  • Rational numbers (β„š): Numbers that can be expressed in the form racpqrac{p}{q}, where p,qextinZp, q ext{ in } β„€ and qβ‰ 0q β‰  0.

    • Examples include -rac12rac{1}{2}, 0.1, rac13rac{1}{3}, 2, -10, 0, etc.

  • Irrational numbers (ℝ): Numbers that cannot be written as the fraction of integers, such as ext√2,extΟ€,eext{√2}, ext{Ο€}, e.

  • Real numbers (ℝ): The union of rational and irrational numbers (β„š βˆͺ ℝ).

Note
  • The default set for this course will be the set of real numbers: U=RU = ℝ.

Relational Symbols

  • Equal to ( = ): x=yx = y if xx and yy are the same.

  • Not equal to ( β‰  ): xβ‰ yx β‰  y if xx and yy are not the same.

  • Less than ( < ): x < y when xx is smaller than yy.

  • Greater than ( > ): x > y when xx is larger than yy.

  • Less than or equal to ( ≀ ): x≀yx ≀ y when xx is either smaller than or equal to yy.

  • Greater than or equal to ( β‰₯ ): xβ‰₯yx β‰₯ y when xx is either larger than or equal to yy.

  • Implies ( β‡’ ): Pβ‡’QP β‡’ Q means that if PP is true, then QQ is true.

  • If and only if ( ⇔ ): P⇔QP ⇔ Q means that if PP is true, then QQ is also true, and vice versa.

Set Operations

  1. Union ( βˆͺ ): The union of two sets includes elements in either set:

    • x∈AβˆͺBx ∈ A βˆͺ B if x∈Ax ∈ A or x∈Bx ∈ B.

    • Example:

      • Let 𝐴 = {1, 2, 3}, 𝐡 = {3, 4, 5}, 𝐢 = {6}.

      • Then, AβˆͺB=1,2,3,4,5A βˆͺ B = {1, 2, 3, 4, 5} and BβˆͺC=3,4,5,6B βˆͺ C = {3, 4, 5, 6}.

  2. Intersection ( ∩ ): The intersection of two sets contains elements common to both sets:

    • x∈A∩Bx ∈ A ∩ B if x∈Ax ∈ A and x∈Bx ∈ B.

    • Example:

      • Using previous sets, A∩B=3A ∩ B = {3}, while B∩C=βˆ…B ∩ C = βˆ….

  3. Difference ( βˆ’ ): The difference of two sets includes elements that are in one set but not the other:

    • x∈(Aβˆ’B)x ∈ (A βˆ’ B) is true if (x∈A)(x ∈ A) and (xβˆ‰B)(x βˆ‰ B).

    • Example:

      • For sets 𝐴 and 𝐡 as stated previously, Aβˆ’B=1,2A βˆ’ B = {1, 2} and Bβˆ’C=3,4,5B βˆ’ C = {3, 4, 5}.

  4. Subset ( βŠ† ): A set 𝐴 is a subset of set 𝐡 if every element of 𝐴 is also an element of 𝐡:

    • Example:

      • Let 𝐴 = {1, 2, 3} and 𝐡 = {1, 2, 3, 4, 5}. Thus, AβŠ†BA βŠ† B, but B⊈AB ⊈ A.

Important Notes on Subsets
  • Two sets 𝐴 and 𝐡 are equal if both AβŠ†BA βŠ† B and BβŠ†AB βŠ† A hold true.

  • The relationship between number sets: NβŠ†ZβŠ†QβŠ†Rβ„• βŠ† β„€ βŠ† β„š βŠ† ℝ.

  • The union of rational numbers with irrational numbers results in the real numbers: QβˆͺI=Rβ„š βˆͺ I = ℝ.

  • The Universal Set (U) is the set of all elements under consideration in a particular problem. All other sets must be subsets of UU.

  1. Complement: The complement of a set 𝐴 (relative to the Universal Set π‘ˆ), denoted as 𝐴′ or 𝐴ᢜ, contains all elements in π‘ˆ that are not in 𝐴:

    • Symbolically, this is represented as 𝐴′ = {π‘₯ ∈ π‘ˆ | π‘₯ βˆ‰ 𝐴}.

    • Example:

      • If U=1,2,3,4,5U = {1, 2, 3, 4, 5} and A=1,2,3A = {1, 2, 3}, then Aβ€²=4,5A' = {4, 5}.

    • Important property: AβˆͺAβ€²=UA βˆͺ Aβ€² = U.

  2. Proper Subset ( βŠ‚ ): A set 𝐴 is a proper subset of set 𝐡 if every element of 𝐴 is contained in 𝐡, and there exists at least one element in 𝐡 that is not in 𝐴:

    • Example:

      • With 𝐴 = {1, 2, 3} and 𝐡 = {1, 2, 3, 4, 5}, then it holds that AβŠ‚BA βŠ‚ B.