HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-28
1 <p>Sets can be divided into various types according to their attributes, based on the elements they contain or the relationship with other sets. Singleton sets, finite and<a>infinite sets</a>, equal and unequal sets, equivalent sets, overlapping and<a>disjoint sets</a>, subsets, supersets,<a>power</a>sets, and universal sets.</p>
1 <p>Sets can be divided into various types according to their attributes, based on the elements they contain or the relationship with other sets. Singleton sets, finite and<a>infinite sets</a>, equal and unequal sets, equivalent sets, overlapping and<a>disjoint sets</a>, subsets, supersets,<a>power</a>sets, and universal sets.</p>
2 <p><strong>Singleton sets</strong>: A<a>singleton set</a>is a set that has a single element. It is called a unit set because it contains only one element.</p>
2 <p><strong>Singleton sets</strong>: A<a>singleton set</a>is a set that has a single element. It is called a unit set because it contains only one element.</p>
3 <p>For example, the only<a>number</a>in the set is 6: \(S = \{6\}\)</p>
3 <p>For example, the only<a>number</a>in the set is 6: \(S = \{6\}\)</p>
4 <p>Properties of a singleton set:</p>
4 <p>Properties of a singleton set:</p>
5 <ol><li>There is only one element in a singleton set. For example, {6}. </li>
5 <ol><li>There is only one element in a singleton set. For example, {6}. </li>
6 <li>Its size, or dimension, is 1. Because it has only one element. </li>
6 <li>Its size, or dimension, is 1. Because it has only one element. </li>
7 <li>A finite set is always a singleton set.</li>
7 <li>A finite set is always a singleton set.</li>
8 </ol><p><strong>Finite sets: </strong>A finite set contains a finite or exactly countable number of elements.</p>
8 </ol><p><strong>Finite sets: </strong>A finite set contains a finite or exactly countable number of elements.</p>
9 <p>For example, the set \(\{20, 40, 60, 80, 100\}\) contains<a>even numbers</a>. This set has 5 countable elements.</p>
9 <p>For example, the set \(\{20, 40, 60, 80, 100\}\) contains<a>even numbers</a>. This set has 5 countable elements.</p>
10 <p>\(S = \{20, 40, 60, 80, 100\}\)</p>
10 <p>\(S = \{20, 40, 60, 80, 100\}\)</p>
11 <p>Properties of a finite set:</p>
11 <p>Properties of a finite set:</p>
12 <ol><li>The set is countable because a finite set has a fixed number of elements. </li>
12 <ol><li>The set is countable because a finite set has a fixed number of elements. </li>
13 <li>With zero elements, the<a>empty set</a>is also finite. </li>
13 <li>With zero elements, the<a>empty set</a>is also finite. </li>
14 <li>Every singleton set is a finite set, but not all finite sets are singletons.</li>
14 <li>Every singleton set is a finite set, but not all finite sets are singletons.</li>
15 </ol><p><strong>Infinite sets: </strong>An infinite set contains an infinite number of elements.</p>
15 </ol><p><strong>Infinite sets: </strong>An infinite set contains an infinite number of elements.</p>
16 <p>For example, prime numbers are greater than 1, and they have only two factors: 1 and themselves.</p>
16 <p>For example, prime numbers are greater than 1, and they have only two factors: 1 and themselves.</p>
17 <p>\(D = \{2, 3, 5, 7, 11, 13, 17, 19,...\}\)</p>
17 <p>\(D = \{2, 3, 5, 7, 11, 13, 17, 19,...\}\)</p>
18 <p>The list of prime numbers has no end.</p>
18 <p>The list of prime numbers has no end.</p>
19 <p>Properties of an infinite set </p>
19 <p>Properties of an infinite set </p>
20 <ol><li>It contains many elements that cannot be counted. </li>
20 <ol><li>It contains many elements that cannot be counted. </li>
21 <li>It is impossible to count every element; it is uncountable. </li>
21 <li>It is impossible to count every element; it is uncountable. </li>
22 <li>Adding or removing elements does not make a set finite or infinite.</li>
22 <li>Adding or removing elements does not make a set finite or infinite.</li>
23 </ol><p><strong>Equal sets: </strong>Two sets are equal if they contain the same elements, regardless of what order the elements are in.</p>
23 </ol><p><strong>Equal sets: </strong>Two sets are equal if they contain the same elements, regardless of what order the elements are in.</p>
24 <p>For example: \(L = \{blue, violet, orange\}\) and \(D = \{orange, violet, blue\}\) are equal because they contain the same elements.</p>
24 <p>For example: \(L = \{blue, violet, orange\}\) and \(D = \{orange, violet, blue\}\) are equal because they contain the same elements.</p>
25 <p>Properties of equal sets</p>
25 <p>Properties of equal sets</p>
26 <ol><li>If every element in one set is also present in the other, then the two sets are equal. </li>
26 <ol><li>If every element in one set is also present in the other, then the two sets are equal. </li>
27 <li>In sets, the order of elements can be irrelevant. </li>
27 <li>In sets, the order of elements can be irrelevant. </li>
28 <li>Two sets are equal when they contain the same elements, even if the order changes.</li>
28 <li>Two sets are equal when they contain the same elements, even if the order changes.</li>
29 </ol><p><strong>Unequal sets: </strong>Two sets are considered unequal if there is at least one element that differs between them.</p>
29 </ol><p><strong>Unequal sets: </strong>Two sets are considered unequal if there is at least one element that differs between them.</p>
30 <p>Example: Let \(B = \{pineapple, banana, apple\}\) and \(P = \{pineapple, banana, guava\}\). Here, set B and set P are unequal sets because even if one element is different, the sets become unequal.</p>
30 <p>Example: Let \(B = \{pineapple, banana, apple\}\) and \(P = \{pineapple, banana, guava\}\). Here, set B and set P are unequal sets because even if one element is different, the sets become unequal.</p>
31 <p>Properties of unequal sets:</p>
31 <p>Properties of unequal sets:</p>
32 <ol><li>The sets differ, even though one element is not the same.</li>
32 <ol><li>The sets differ, even though one element is not the same.</li>
33 <li>Sets might or might not contain the same number of elements.</li>
33 <li>Sets might or might not contain the same number of elements.</li>
34 </ol><p><strong>Equivalent sets: </strong>When two sets have the same number of elements, even when they are not the same, they are referred to as equivalent sets.</p>
34 </ol><p><strong>Equivalent sets: </strong>When two sets have the same number of elements, even when they are not the same, they are referred to as equivalent sets.</p>
35 <p>Example: Set \(O = \{2, 5, 6, 7\}\) and \(L = \{w, x, y, z\}\). Since \(n(O) = n(L)\), sets O and L are equivalent in this case.</p>
35 <p>Example: Set \(O = \{2, 5, 6, 7\}\) and \(L = \{w, x, y, z\}\). Since \(n(O) = n(L)\), sets O and L are equivalent in this case.</p>
36 <p>Properties of equivalent sets:</p>
36 <p>Properties of equivalent sets:</p>
37 <ol><li>It has the same number of elements. </li>
37 <ol><li>It has the same number of elements. </li>
38 <li>The number of elements is the same, but the elements themselves differ from each other. </li>
38 <li>The number of elements is the same, but the elements themselves differ from each other. </li>
39 <li>Not all equivalent sets are equal, but all equal sets are equivalent.</li>
39 <li>Not all equivalent sets are equal, but all equal sets are equivalent.</li>
40 </ol><p><strong>Overlapping sets: </strong>If at least one item from set A appears in set B, then the two sets are said to overlap.</p>
40 </ol><p><strong>Overlapping sets: </strong>If at least one item from set A appears in set B, then the two sets are said to overlap.</p>
41 <p>Example: Set \(X = \{2, 4, 6\}\) and \(Y = \{5, 10, 2\}\). In this case, element 2 is present in both sets X and Y. So, they are said to overlap or intersect.</p>
41 <p>Example: Set \(X = \{2, 4, 6\}\) and \(Y = \{5, 10, 2\}\). In this case, element 2 is present in both sets X and Y. So, they are said to overlap or intersect.</p>
42 <p>Properties of overlapping sets:</p>
42 <p>Properties of overlapping sets:</p>
43 <ol><li>Disjoint sets do not have common elements, and overlapping sets share some elements. </li>
43 <ol><li>Disjoint sets do not have common elements, and overlapping sets share some elements. </li>
44 <li>If two sets have common elements, they are also known as intersecting sets. \(A = \{1, 3, 5, 7, 9\}\) </li>
44 <li>If two sets have common elements, they are also known as intersecting sets. \(A = \{1, 3, 5, 7, 9\}\) </li>
45 </ol><p><strong>Disjoint sets: </strong>If two sets do not have common elements, they are said to be disjoint sets.</p>
45 </ol><p><strong>Disjoint sets: </strong>If two sets do not have common elements, they are said to be disjoint sets.</p>
46 <p>Example: Let us assume, set \(U = \{1, 3, 5, 7\}\) and \(S = \{2, 4, 8, 6\}\). The sets U and S are disjoint in this case.</p>
46 <p>Example: Let us assume, set \(U = \{1, 3, 5, 7\}\) and \(S = \{2, 4, 8, 6\}\). The sets U and S are disjoint in this case.</p>
47 <p>Properties of disjoint sets:</p>
47 <p>Properties of disjoint sets:</p>
48 <ol><li><p>The empty set is the intersection of sets because they don’t have common elements in a disjoint set.</p>
48 <ol><li><p>The empty set is the intersection of sets because they don’t have common elements in a disjoint set.</p>
49 </li>
49 </li>
50 <li><p>Both finite and infinite disjoint sets are possible.</p>
50 <li><p>Both finite and infinite disjoint sets are possible.</p>
51 </li>
51 </li>
52 <li><p>Even if one or both of the sets are empty, they can still be disjoint.</p>
52 <li><p>Even if one or both of the sets are empty, they can still be disjoint.</p>
53 </li>
53 </li>
54 </ol><p><strong>Subset and superset: </strong>If every element in set A is also present in Set B, then set A is a subset of set B. If set \((A ⊆ B)\), then set B is the superset of set A \((B ⊇ A)\).</p>
54 </ol><p><strong>Subset and superset: </strong>If every element in set A is also present in Set B, then set A is a subset of set B. If set \((A ⊆ B)\), then set B is the superset of set A \((B ⊇ A)\).</p>
55 <p>Example: Let \(A = \{10, 50, 30\}\), \(B = \{10, 50, 30, 7,1, 2\}\).</p>
55 <p>Example: Let \(A = \{10, 50, 30\}\), \(B = \{10, 50, 30, 7,1, 2\}\).</p>
56 <p>\(A ⊆ B\), since every element in set A is present in set B, \(B ⊇ A\) indicates that set B is set A’s superset.</p>
56 <p>\(A ⊆ B\), since every element in set A is present in set B, \(B ⊇ A\) indicates that set B is set A’s superset.</p>
57 <p>Properties of subset and superset</p>
57 <p>Properties of subset and superset</p>
58 <ol><li>Every set is a subset of itself. </li>
58 <ol><li>Every set is a subset of itself. </li>
59 <li>Supersets can be larger than another set or equal to it.</li>
59 <li>Supersets can be larger than another set or equal to it.</li>
60 </ol><p><strong>Universal sets: </strong>The collection of all the elements related to a particular topic is known as a universal set.</p>
60 </ol><p><strong>Universal sets: </strong>The collection of all the elements related to a particular topic is known as a universal set.</p>
61 <p>Example: Let \(P = \{The\ list \ of\ all\ airline \ vehicles\}\) that contains helicopters, jets, and rockets. In this case, if P is the set of all airline vehicles, then jets, helicopters, and rockets are subsets of P because they are the types of airline vehicles.</p>
61 <p>Example: Let \(P = \{The\ list \ of\ all\ airline \ vehicles\}\) that contains helicopters, jets, and rockets. In this case, if P is the set of all airline vehicles, then jets, helicopters, and rockets are subsets of P because they are the types of airline vehicles.</p>
62 <p>Properties of universal sets:</p>
62 <p>Properties of universal sets:</p>
63 <ol><li>A universal set can be finite or infinite, depending on the context. </li>
63 <ol><li>A universal set can be finite or infinite, depending on the context. </li>
64 <li>All sets are subsets of the universal set. </li>
64 <li>All sets are subsets of the universal set. </li>
65 <li>To find a set’s complement, subtract its elements from the universal set. </li>
65 <li>To find a set’s complement, subtract its elements from the universal set. </li>
66 </ol><p><strong>Power sets: </strong>A power set is the collection of all possible subsets within a set.</p>
66 </ol><p><strong>Power sets: </strong>A power set is the collection of all possible subsets within a set.</p>
67 <p>Example: All possible subsets of A are included in the power set of \(A = \{m, n\}\), which is \(P(A) = \{∅, \{m\}, \{n\}, \{m, n\}\}\).</p>
67 <p>Example: All possible subsets of A are included in the power set of \(A = \{m, n\}\), which is \(P(A) = \{∅, \{m\}, \{n\}, \{m, n\}\}\).</p>
68 <p>Properties of power sets:</p>
68 <p>Properties of power sets:</p>
69 <ol><li>The power set of set A contains all possible subsets of A. </li>
69 <ol><li>The power set of set A contains all possible subsets of A. </li>
70 <li>A set with n elements will have 2n subsets in its power set. </li>
70 <li>A set with n elements will have 2n subsets in its power set. </li>
71 <li>The power set always has more elements than the original set if the original set is not empty.</li>
71 <li>The power set always has more elements than the original set if the original set is not empty.</li>
72 </ol>
72 </ol>