Loading [MathJax]/jax/output/CommonHTML/fonts/TeX/fontdata.js

https://topjournals.uz/

situs toto

TOTO 4D

https://pafipulaukelor.org/

https://himpsikotamedan.org/

https://rsmurniteguh.org/

https://columbiaasia.org/

slot gacor

situs toto

toto 4d

http://cpapdf.myartsonline.com/

http://sakarsports.onlinewebshop.net/

>

https://journals.exactpublication.com

https://unprimdn.id/

https://iainkudus.id/

https://methodist.id/

https://potensi-utama.id/

Slot88

SLOT88

SLOT88

Slot88

slot gacor

SLOT777

Toto 4D

SLOT GACOR

Slot88

toto 4d

Situs Toto

Toto 4D

Slot88

slot88

Unit I Sets - Notes Vandar

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 . . .