Unit I Sets

By Notes Vandar

1.1. Sets and their types

Set: A set is a collection of distinct objects, considered as an object in its own right. Sets are fundamental to various areas of mathematics and are used to define nearly everything. Here are some common types of sets:

  1. Empty set
  2. Singleton set
  3. Finite set
  4. Infinite set
  5. Equal sets
  6. Equivalent sets
  7. Universal set 
  8. Subset
  9. Overlapping sets
  10. Disjoint sets 
  11. Power set 

1.Empty Set: A set with no elements, denoted by ∅\emptyset or {}\{\}. For example, B={}B = \{\} is an empty set.

2.Singleton set: A singleton set (also called a unit set) is a set that contains exactly one element.

For example:

  • A={3}A = \{3\}
  • B={“apple”}B = \{\text{“apple”}\}

In both cases, AA and BB are singleton sets because they each contain just one element.

3.Finite set: A finite set is a set that contains a specific number of elements, meaning the number of elements (cardinality) in the set is countable and limited.

For example:

  • A={1,2,3}A = \{1, 2, 3\} is a finite set with three elements.
  • B={“red”,”green”,”blue”}B = \{\text{“red”}, \text{“green”}, \text{“blue”}\} is a finite set with three elements.
  • C={}C = \{\} (the empty set) is also considered finite, with 0 elements.

4.Infinite set: An infinite set is a set that has an unlimited or uncountable number of elements. This means the set continues indefinitely and cannot be fully counted. Infinite se2ts can be either countably infinite or uncountably infinite.

Types of Infinite Sets:

  1. Countably Infinite Set:
    • A set is countably infinite if its elements can be put into a one-to-one correspondence with the natural numbers N={1,2,3,…}\mathbb{N} = \{1, 2, 3, \ldots\}.
    • Examples:
      • The set of natural numbers N={1,2,3,…}\mathbb{N} = \{1, 2, 3, \ldots\}.
      • The set of integers Z={…,−2,−1,0,1,2,…}\mathbb{Z} = \{\ldots, -2, -1, 0, 1, 2, \ldots\}.

 

2.Uncountably Infinite Set: The set of rational numbers Q={ab∣a∈Z,b∈N,b≠0}\mathbb{Q} = \left\{\frac{a}{b} \mid a \in \mathbb{Z}, b \in \mathbb{N}, b \neq 0\right\}.

 

        • A set is uncountably infinite if it is not possible to establish a one-to-one correspondence between the set and the natural numbers.
        • Examples:
          • The set of real numbers R\mathbb{R}.
          • The set of irrational numbers R∖Q\mathbb{R} \setminus \mathbb{Q} (numbers that cannot be expressed as a ratio of two integers, like π\pi or 2\sqrt{2})

 

5.Equal sets: Two sets AA and BB are said to be equal if every element of AA is also an element of BB, and every element of BB is also an element of AA. This is written as: A=BA = B

Example:

Let:

  • A={1,2,3}A = \{1, 2, 3\}
  • B={3,1,2}B = \{3, 1, 2\}

Even though the elements are listed in a different order, sets AA and BB are equal because they contain exactly the same elements.

 

.Equivalent sets:

Two sets AA and BB are equivalent if there is a one-to-one correspondence (bijection) between their elements. In other words, the sets have the same number of elements but may contain different items. Equivalent sets are denoted as: A∼BA \sim B

Example:

Let:

  • A={1,2,3}A = \{1, 2, 3\}
  • B={“a”,”b”,”c”}B = \{\text{“a”}, \text{“b”}, \text{“c”}\}

Both sets AA and BB have three elements, so they are equivalent even though their elements are different.

 

7.Universal set: A universal set UU is the set that includes every object or element related to a particular subject or problem domain. The exact contents of the universal set depend on the context of the problem. For example:

  • If you’re working with natural numbers, the universal set might be U=N={1,2,3,…}U = \mathbb{N} = \{1, 2, 3, \ldots\}.
  • If you’re dealing with letters of the alphabet, the universal set could be U={a, b, c, …, z}U = \{\text{a, b, c, …, z}\}.

Let the universal set be U={1,2,3,4,5,6}U = \{1, 2, 3, 4, 5, 6\}, and consider the set A={1,2,3}A = \{1, 2, 3\}. In this case:

  • A⊆UA \subseteq U
  • The complement of AA, or AcA^c, would be Ac={4,5,6}A^c = \{4, 5, 6\}.

 

8.Subset: A subset is a set in which all elements are also contained within another set. In other words, set AA is a subset of set BB if every element of AA is also an element of BB. This is written as:

A⊆BA \subseteq B

Examples:

  • If A={1,2,3}A = \{1, 2, 3\} and B={1,2,3,4,5}B = \{1, 2, 3, 4, 5\}, then A⊆BA \subseteq B because all elements of AA are in BB.
  • If A={1,2,3}A = \{1, 2, 3\} and B={1,2,3}B = \{1, 2, 3\}, then A⊆BA \subseteq B and A=BA = B.

 

9.Overlapping sets:

Two sets AA and BB are said to overlap if their intersection is non-empty, i.e., there is at least one element that belongs to both AA and BB. In set notation, this is written as:

A∩B≠∅A \cap B \neq \emptyset

Example:

Let:

  • A={1,2,3,4}A = \{1, 2, 3, 4\}
  • B={3,4,5,6}B = \{3, 4, 5, 6\}

Here, AA and BB are overlapping sets because they share the elements 33 and 44. The intersection of AA and BB is:

A∩B={3,4}A \cap B = \{3, 4\}

 

10.Disjoint sets: Disjoint sets are sets that have no elements in common. In other words, the intersection of two disjoint sets is the empty set.

Definition:

Two sets AA and BB are called disjoint if:

A∩B=∅A \cap B = \emptyset

This means there is no element that belongs to both AA and BB.

Example:

Let:

  • A={1,2,3}A = \{1, 2, 3\}
  • B={4,5,6}B = \{4, 5, 6\}

Since there are no common elements between AA and BB, they are disjoint sets:

A∩B=∅A \cap B = \emptyset

 

11.Power set: The power set of a given set is the set of all possible subsets of that set, including the empty set and the set itself. The power set is denoted as P(A)\mathcal{P}(A), where AA is the original set.

Definition:

For a set AA, the power set P(A)\mathcal{P}(A) is the collection of all subsets of AA. If AA has nn elements, then the power set P(A)\mathcal{P}(A) will have 2n2^n elements.

Example:

Let A={1,2}A = \{1, 2\}.

The subsets of AA are:

  1. ∅\emptyset (the empty set)
  2. {1}\{1\}
  3. {2}\{2\}
  4. {1,2}\{1, 2\} (the set itself)

Therefore, the power set of AA is:

P(A)={∅,{1},{2},{1,2}}\mathcal{P}(A) = \{\emptyset, \{1\}, \{2\}, \{1, 2\}\}

 

1.2. Relation of sets and representation

Relations of sets and their representation are fundamental concepts in set theory. Understanding how sets relate to one another and how these relationships can be represented helps in various mathematical and logical contexts.

1. Relations Between Sets

  1. Subset Relation:
    • Set AA is a subset of set BB if every element of AA is also an element of BB. Denoted as A⊆BA \subseteq B.
    • Example: If A={1,2}A = \{1, 2\} and B={1,2,3}B = \{1, 2, 3\}, then A⊆BA \subseteq B.
  2. Proper Subset Relation:
    • Set AA is a proper subset of set BB if A⊆BA \subseteq B and A≠BA \neq B. Denoted as A⊂BA \subset B.
    • Example: If A={1,2}A = \{1, 2\} and B={1,2,3}B = \{1, 2, 3\}, then A⊂BA \subset B.
  3. Equality:
    • Two sets AA and BB are equal if they contain exactly the same elements. Denoted as A=BA = B.
    • Example: If A={1,2,3}A = \{1, 2, 3\} and B={3,1,2}B = \{3, 1, 2\}, then A=BA = B.
  4. Intersection:
    • The intersection of sets AA and BB, denoted A∩BA \cap B, is the set of elements that are in both AA and BB.
    • Example: If A={1,2,3}A = \{1, 2, 3\} and B={2,3,4}B = \{2, 3, 4\}, then A∩B={2,3}A \cap B = \{2, 3\}.
  5. Union:
    • The union of sets AA and BB, denoted A∪BA \cup B, is the set of all elements that are in either AA or BB or both.
    • Example: If A={1,2}A = \{1, 2\} and B={2,3}B = \{2, 3\}, then A∪B={1,2,3}A \cup B = \{1, 2, 3\}.
  6. Difference:
    • The difference of sets AA and BB, denoted A−BA – B or A∖BA \setminus B, is the set of elements that are in AA but not in BB.
    • Example: If A={1,2,3}A = \{1, 2, 3\} and B={2,3,4}B = \{2, 3, 4\}, then A−B={1}A – B = \{1\}.
  7. Complement:
    • The complement of set AA, with respect to a universal set UU, denoted AcA^c or U−AU – A, is the set of elements in UU that are not in AA.
    • Example: If U={1,2,3,4}U = \{1, 2, 3, 4\} and A={1,2}A = \{1, 2\}, then Ac={3,4}A^c = \{3, 4\}.

2. Representation of Sets

  1. Roster or Tabular Form:
    • Lists all the elements of the set explicitly.
    • Example: A={1,2,3,4}A = \{1, 2, 3, 4\}.
  2. Set-Builder Notation:
    • Defines a set by a property that its members must satisfy.
    • Example: B={x∣x is an even number and 1≤x≤10}B = \{x \mid x \text{ is an even number and } 1 \leq x \leq 10\}.
  3. Venn Diagrams:
    • Visual representations showing the relationships between sets. Circles represent sets, and overlapping areas show intersections.
    • Example: Two circles intersecting represent the intersection of two sets, while the area covered by both circles represents their union.
  4. Arrow Diagrams:
    • Used in relation to functions or mappings, where elements of one set are paired with elements of another set through arrows.
  5. Matrix Representation:
    • Useful for representing relations between sets, especially in graph theory and combinatorics. Elements are arranged in a matrix format where rows and columns represent sets.

1.3Operations on sets with their properties

Operations on sets involve various ways to combine, modify, or compare sets. Understanding these operations and their properties is essential for working with sets in mathematics and related fields.

1. Union of Sets

Definition: The union of two sets AA and BB is the set of all elements that are in AA, in BB, or in both. It is denoted as A∪BA \cup B.

Properties:

  • Commutative: A∪B=B∪AA \cup B = B \cup A
  • Associative: (A∪B)∪C=A∪(B∪C)(A \cup B) \cup C = A \cup (B \cup C)
  • Idempotent: A∪A=AA \cup A = A
  • Identity: A∪∅=AA \cup \emptyset = A

Example: If A={1,2,3}A = \{1, 2, 3\} and B={3,4,5}B = \{3, 4, 5\}, then: A∪B={1,2,3,4,5}A \cup B = \{1, 2, 3, 4, 5\}

2. Intersection of Sets

Definition: The intersection of two sets AA and BB is the set of all elements that are in both AA and BB. It is denoted as A∩BA \cap B.

Properties:

  • Commutative: A∩B=B∩AA \cap B = B \cap A
  • Associative: (A∩B)∩C=A∩(B∩C)(A \cap B) \cap C = A \cap (B \cap C)
  • Idempotent: A∩A=AA \cap A = A
  • Identity: A∩∅=∅A \cap \emptyset = \emptyset
  • Distributive over Union: A∩(B∪C)=(A∩B)∪(A∩C)A \cap (B \cup C) = (A \cap B) \cup (A \cap C)

Example: If A={1,2,3}A = \{1, 2, 3\} and B={2,3,4}B = \{2, 3, 4\}, then: A∩B={2,3}A \cap B = \{2, 3\}

3. Difference of Sets

Definition: The difference between two sets AA and BB, denoted as A−BA – B or A∖BA \setminus B, is the set of elements that are in AA but not in BB.

Properties:

  • Not Commutative: A−B≠B−AA – B \neq B – A
  • Associative with Respect to the Empty Set: (A−B)−C=A−(B∪C)(A – B) – C = A – (B \cup C)
  • Identity: A−∅=AA – \emptyset = A
  • Idempotent: A−A=∅A – A = \emptyset

Example: If A={1,2,3}A = \{1, 2, 3\} and B={2,3,4}B = \{2, 3, 4\}, then: A−B={1}A – B = \{1\}

4. Complement of a Set

Definition: The complement of a set AA with respect to a universal set UU, denoted as AcA^c or U−AU – A, is the set of all elements in UU that are not in AA.

Properties:

  • Complement of Union: (A∪B)c=Ac∩Bc(A \cup B)^c = A^c \cap B^c
  • Complement of Intersection: (A∩B)c=Ac∪Bc(A \cap B)^c = A^c \cup B^c
  • Double Complement: (Ac)c=A(A^c)^c = A
  • Identity: A∪Ac=UA \cup A^c = U and A∩Ac=∅A \cap A^c = \emptyset

Example: Let U={1,2,3,4}U = \{1, 2, 3, 4\} and A={1,2}A = \{1, 2\}. Then: Ac={3,4}A^c = \{3, 4\}

5. Symmetric Difference of Sets

Definition: The symmetric difference between two sets AA and BB, denoted as AΔBA \Delta B, is the set of elements that are in either AA or BB but not in both. It can be expressed as: AΔB=(A−B)∪(B−A)A \Delta B = (A – B) \cup (B – A)

Properties:

  • Commutative: AΔB=BΔAA \Delta B = B \Delta A
  • Associative: (AΔB)ΔC=AΔ(BΔC)(A \Delta B) \Delta C = A \Delta (B \Delta C)
  • Identity: AΔ∅=AA \Delta \emptyset = A
  • Complement Relation: (AΔB)c=(Ac∩B)∪(A∩Bc)(A \Delta B)^c = (A^c \cap B) \cup (A \cap B^c)

Example: If A={1,2,3}A = \{1, 2, 3\} and B={2,3,4}B = \{2, 3, 4\}, then: AΔB={1,4}A \Delta B = \{1, 4\}

 

1.4. Cardinal number of sets

The cardinal number (or simply cardinality) of a set is a measure of the “number of elements” in the set. It provides a way to quantify the size of the set.

1. Finite Sets

For a finite set, the cardinality is simply the number of elements in the set.

Definition: The cardinal number of a finite set AA, denoted ∣A∣|A|, is the total count of distinct elements in AA.

Example:

  • If A={1,2,3}A = \{1, 2, 3\}, then ∣A∣=3|A| = 3.

2. Infinite Sets

For infinite sets, the concept of cardinality extends to measure the size of infinitely large sets. Different types of infinite sets can have different cardinalities.

Types of Infinite Cardinalities:

  1. Countably Infinite: A set is countably infinite if its elements can be put into one-to-one correspondence with the natural numbers N\mathbb{N}. The cardinality of a countably infinite set is denoted ℵ0\aleph_0 (aleph-null).

    Example:

    • The set of natural numbers N={1,2,3,…}\mathbb{N} = \{1, 2, 3, \ldots\} is countably infinite, so its cardinality is ℵ0\aleph_0.
  2. Uncountably Infinite: A set is uncountably infinite if it is not possible to list its elements in a sequence such that each element is paired with a natural number. The cardinality of the set of real numbers R\mathbb{R} is denoted c\mathfrak{c} (the cardinality of the continuum), and it is strictly larger than ℵ0\aleph_0.

    Example:

    • The set of real numbers R\mathbb{R} has a cardinality of c\mathfrak{c}.

3. Cardinality of Power Sets

The cardinality of the power set of a set AA is related to the cardinality of AA. If AA has cardinality κ\kappa, then the power set P(A)\mathcal{P}(A) has cardinality 2κ2^\kappa.

Example:

  • If A={1,2}A = \{1, 2\}, then ∣A∣=2|A| = 2 and the power set P(A)\mathcal{P}(A) has cardinality 22=42^2 = 4.

4. Comparing Cardinalities

  • Finite Sets: Cardinalities can be directly compared by counting elements.
  • Infinite Sets: Cardinalities can be compared using concepts like bijections (one-to-one correspondences) and the hierarchy of infinities. For example, the set of natural numbers and the set of integers both have the same cardinality ℵ0\aleph_0, but the set of real numbers has a larger cardinality.

1.5. Algebra of sets

Algebra of sets refers to the study of operations and properties of sets using algebraic principles. It provides a framework for manipulating and combining sets in a systematic way. Key operations and properties in the algebra of sets include:

1. Set Operations

  1. Union (∪\cup):
    • Definition: The union of sets AA and BB is the set of elements that are in AA, BB, or both.
    • Property: A∪B=B∪AA \cup B = B \cup A (Commutative), (A∪B)∪C=A∪(B∪C)(A \cup B) \cup C = A \cup (B \cup C) (Associative), A∪∅=AA \cup \emptyset = A (Identity).
  2. Intersection (∩\cap):
    • Definition: The intersection of sets AA and BB is the set of elements that are in both AA and BB.
    • Property: A∩B=B∩AA \cap B = B \cap A (Commutative), (A∩B)∩C=A∩(B∩C)(A \cap B) \cap C = A \cap (B \cap C) (Associative), A∩∅=∅A \cap \emptyset = \emptyset (Identity).
  3. Difference (∖\setminus):
    • Definition: The difference between sets AA and BB is the set of elements that are in AA but not in BB.
    • Property: A∖B=A∩BcA \setminus B = A \cap B^c, A∖∅=AA \setminus \emptyset = A (Identity), A∖A=∅A \setminus A = \emptyset (Idempotent).
  4. Symmetric Difference (Δ\Delta):
    • Definition: The symmetric difference of sets AA and BB is the set of elements that are in either AA or BB but not in both.
    • Property: AΔB=(A∖B)∪(B∖A)A \Delta B = (A \setminus B) \cup (B \setminus A), AΔB=BΔAA \Delta B = B \Delta A (Commutative), (AΔB)ΔC=AΔ(BΔC)(A \Delta B) \Delta C = A \Delta (B \Delta C) (Associative).
  5. Complement (AcA^c):
    • Definition: The complement of a set AA with respect to a universal set UU is the set of all elements in UU that are not in AA.
    • Property: (Ac)c=A(A^c)^c = A (Double Complement), A∪Ac=UA \cup A^c = U (Complement Law), A∩Ac=∅A \cap A^c = \emptyset (Complement Law).

2. Laws of Set Algebra

  1. Commutative Laws:
    • Union: A∪B=B∪AA \cup B = B \cup A
    • Intersection: A∩B=B∩AA \cap B = B \cap A
  2. Associative Laws:
    • Union: (A∪B)∪C=A∪(B∪C)(A \cup B) \cup C = A \cup (B \cup C)
    • Intersection: (A∩B)∩C=A∩(B∩C)(A \cap B) \cap C = A \cap (B \cap C)
  3. Distributive Laws:
    • Union over Intersection: A∪(B∩C)=(A∪B)∩(A∪C)A \cup (B \cap C) = (A \cup B) \cap (A \cup C)
    • Intersection over Union: A∩(B∪C)=(A∩B)∪(A∩C)A \cap (B \cup C) = (A \cap B) \cup (A \cap C)
  4. Identity Laws:
    • Union: A∪∅=AA \cup \emptyset = A
    • Intersection: A∩U=AA \cap U = A
  5. Complement Laws:
    • Double Complement: (Ac)c=A(A^c)^c = A
    • Union with Complement: A∪Ac=UA \cup A^c = U
    • Intersection with Complement: A∩Ac=∅A \cap A^c = \emptyset
  6. Absorption Laws:
    • Union: A∪(A∩B)=AA \cup (A \cap B) = A
    • Intersection: A∩(A∪B)=AA \cap (A \cup B) = A

3. De Morgan’s Laws

De Morgan’s laws relate the complement of unions and intersections:

  1. First Law:

    (A∪B)c=Ac∩Bc(A \cup B)^c = A^c \cap B^c

  2. Second Law:

    (A∩B)c=Ac∪Bc(A \cap B)^c = A^c \cup B^c

 

1.6. Euler – Venn diagram of sets

Euler-Venn diagrams are graphical tools used to represent sets and their relationships visually. They help in understanding operations between sets, such as unions, intersections, and differences. While the term “Euler diagram” is sometimes used interchangeably with “Venn diagram,” they have distinct differences:

1. Euler Diagrams

Euler diagrams are used to show the relationships between sets, typically including subsets and disjoint sets. They use circles or other shapes to represent sets, with their spatial arrangements indicating set relationships.

Features:

  • Overlapping Circles: Circles may overlap to show common elements.
  • No Fixed Number of Sets: Euler diagrams can represent any number of sets, and the number of shapes is not fixed.
  • Simplified Representation: They often omit empty or irrelevant parts for clarity.

Example: A diagram with three overlapping circles representing sets AA, BB, and CC, with overlaps indicating shared elements.

2. Venn Diagrams

Venn diagrams are a specific type of Euler diagram used to show all possible logical relations between a finite number of sets. They are especially useful for illustrating set operations and relationships in a clear and comprehensive way.

Features:

  • Fixed Number of Circles: For nn sets, a Venn diagram uses nn circles, where all possible intersections are shown.
  • Complete Representation: Venn diagrams include all possible intersections and unions of the sets.
  • Visual Representation of Operations: Useful for demonstrating union, intersection, difference, and complement.

Example: A Venn diagram for two sets, AA and BB, shows:

  • The area where AA and BB overlap (intersection).
  • The area where only AA is present.
  • The area where only BB is present.
  • The area outside both AA and BB (if the universal set is represented).

 

 

Next Chapter
Important Questions
Comments
Discussion
0 Comments
  Loading . . .