Set Notation
In mathematics, a set is a well-defined collection of distinct objects. These objects, which can be anything from numbers and letters to more complex entities, are called the elements of the set.
How to Represent Sets
There are two primary ways to represent sets:
{}
.{1, 2, 3}
{a, e, i, o, u}
{x | condition(x)}
, which reads
“the set of all x such that x satisfies condition(x)”.{x | x is an integer and x is divisible by 2}
{p | p is an integer greater than 1 and has no divisors other than 1 and itself}
Common Set Symbols
x ∈ A
means “x is an element of set A”)A ⊆ B
means
“set A is a subset of set B”, meaning all elements of A are also in
B)Examples
Set A = {1, 2, 3, 4, 5}`
Set B = {3, 4, 5, 6, 7}`
A ∪ B = {1, 2, 3, 4, 5, 6, 7}`
A ∩ B = {3, 4, 5}`
A - B = {1, 2}`
B - A = {6, 7}`
Visualizing Sets: Venn Diagrams
Venn diagrams are a useful tool for visualizing relationships between sets. They use overlapping circles to represent sets and their intersections.
Key Points
Sets are comprised of members, which are often called elements.
If a particular value (\(k\)) is an element of set \(A\), then we would write this as \[k \in A \]
If a single value \(k\) is not an element of set \(A\), then we write \[k \notin A \]
Given two sets \(A\) and \(B\), the set \(A\) is a proper subset of set \(B\) if every element of \(A\) is also an element of \(B\), but there are elements of set \(B\) that are not in set \(A\).
We write this mathematically as \[A \subset B \]
A Set is a collection of distinct and defined elements.
Sets are represented by using French braces \(\{ \}\) with commas to separate the elements in a Set.
A set can be represented by two methods: 1. ROSTER METHOD 2. BUILDER METHOD
In this method the elements of a set are separated by commas and are enclosed within curly brackets { }. For example:
A = {1, 2, 3, 4, 5, 6} is a set of numbers.
B = {Alex, Brian, Collenn, Darren, Elizabeth} is a set of names.
C = {a, e, i, o, u} is a set of vowels.
D = {apple, avocado, orange, banana, pear} is a set of fruits.
Listing the elements in this way is called Roster method. In this method, it is not necessary for the elements to be listed in a particular order. The elements of the set can be written just plainly, separated by commas and in any order.
This method is also called Property method. In Builder method, a set is represented by stating all the properties which are satisfied by the elements of that particular set only.
For example:
If A is a set of elements less than 0, then in Builder method it will be written as
A = {x: x < 0}, this statement is read as “the set of all x such that x is less than 0”
If A is a set of all real numbers less than 7, then in Builder method it is written as A = {x R: x < 7}
Similarly,
A = {2i: i is an integer} is a set of all even integers.
A = {x R: x ? 2} is a set of all real numbers except 2.
A = {x R: x > 3 and x < 7} is a set of real numbers greater than 3 but less than 7.
A = {x Z: x > 6} is a set of integers greater than 6.
A = {x Z: 2x + 1} is a set of all odd integers.
A set is defined completely by its elements. Formally, sets X and Y are the same set if they have the same elements; that is, if every element of X is also an element of Y, and vice versa. For example, suppose we define:
\[ F = \{x | \mbox{(x is an integer)} \mbox{ and } 0 < x < 4)\} \]
The equivalence of empty sets has a consequence for some theories of the metaphysics of properties that define the property of being x as simply the set of all x, then if the two properties are uninstantiated or coextensive they are equivalent - under this theory, because there are no unicorns and there are no pixies, the property of being a unicorn and being a pixie are the same - but if there were a unicorns and pixies, we could tell them apart. (See Universals for more on this.)
The \(\in\) sign indicates set
membership. If x is an element (or “member”) of a set X, we write $ X$;
e.g. \(3\in A\). (We may also say
X contains x" and
A contains 3”)
A very important notion is that of a subset. X is a subset of Y, written \(X \subseteq Y\) (sometimes simply as\(X \subset Y\)), if every element of X is also an element of Y. From before \(C\subseteq A \subseteq E\).
Sets can of course be elements of other sets; for example we can form the set \(G = \{A,B,C,D,E\}\), whose five elements are the sets we considered earlier. Then, for instance, \(A\in G\). (Note that this is very different from saying \(A\subseteq G\))
Sets are comprised of members, which are often called {elements}.
If a particular value (\(k\)) is an element of set \(A\), then we would write this as \[k \in A \]
If a single value \(k\) is not an element of set \(A\), then we write \[k \notin A \]
Given two sets \(A\) and \(B\), the set \(A\) is a {subset} of set \(B\) if every element of \(A\) is also an element of \(B\).
We write this mathematically as \[A \subseteq B \]
Sets are denoted with curly braces, even if they contain only one element.
Suppose we have the set \(A\) comprised of the following elements \[ A =\{3,5,7,9\}\] The value \(5\) is an element of \(A\) \[ 5 \in A \]
The single element set ${5} $ is a subset of \(A\). \[ \{5\} \subseteq A\]
A set is defined completely by its elements. Formally, sets X and Y are the same set if they have the same elements; that is, if every element of X is also an element of Y, and vice versa. For example, suppose we define:
\[ F = \{x | \mbox{(x is an integer)} \mbox{ and } 0 < x < 4)\} \] %Then F=A. The definition also makes it clear that {1,2,3} = (3,2,1} = {1,1,2,3,2}. Note also that if X and Y are both empty, then they are equal, justifying referring to “the” empty set.
The equivalence of empty sets has a {} consequence for some theories of the metaphysics of properties that define the property of being x as simply the set of all x, then if the two properties are uninstantiated or coextensive they are equivalent - under this theory, because there are no unicorns and there are no pixies, the property of being a unicorn and being a pixie are the same - but if there were a unicorns and pixies, we could tell them apart.
For a set {A} having an element {x} , the following are all used synonymously:
The \(\in\) sign indicates set
membership. If x is an element (or “member”) of a set X, we write $ X$;
e.g. \(3\in A\). (We may also say
X contains x" and
A contains 3”)
A very important notion is that of a subset. X is a subset of Y, written \(X \subseteq Y\) (sometimes simply as\(X \subset Y\)), if every element of X is also an element of Y. From before \(C\subseteq A \subseteq E\).
The term “proper subset” can be defined as “subset of but not equal to”. A Set X is a proper subset of set Y (Written as X⊂YX⊂Y) if every element of X is an element of set Y and \(|X|<|Y|\).
Sets can of course be elements of other sets; for example we can form the set \(G = \{A,B,C,D,E\}\), whose five elements are the sets we considered earlier. Then, for instance, \(A\in G\). (Note that this is very different from saying \(A\subseteq G\))
%The tilde (~) is as usual used for negation; e.g. \(\tilde(A\in B)\).
If both of the following two statements are {true}, \[\mbox{1) } A \subseteq B \] \[\mbox{2) } B \subseteq A \]
then \(A\) and \(B\) are {equivalent sets}.
If both of the following two statements are {false}, \[\mbox{1) } A \subseteq B \] \[\mbox{2) } B \subseteq A \]
then \(A\) and \(B\) are said to be said to be {noncomparable sets}.
Shade in the following areas on Venn diagrams.
((a) \(A^\prime\; \cup\; B\)
((b) \(A \cap\; B^\prime\;\)
((c) \((A \cap\; B)^\prime\;\)
((d) \(A^\prime\; \cup\; B^\prime\;\)
((e) \((A \cup\; B)^\prime\;\)
((f) \(A^\prime\; \cap\; B^\prime\;\)
} \[(a) \;\; A^\prime \; \cup\; B\] %– % } %Question 2 \[(b) \;\; A \cap\; B^\prime\;\] %– % } %Question 3 \[(c) \;\; (A \cap \; B)^\prime\;\] %– % } %Question 4 \[(d) \;\; A^\prime\; \cup\; B^\prime; \] %– % } %Question 5 \[(e) \;\; (A \cup\; B)^\prime;\] %– % } %Question 6 \[(f) \;\; A^\prime\; \cap\; B^\prime\;\]A set can be represented by two methods: 1.ROSTER METHOD 2.BUILDER METHOD
In this method the elements of a set are separated by commas and are enclosed within curly brackets { }. For example:
A = {1, 2, 3, 4, 5, 6} is a set of numbers.
\(B = \{Albert, Brianna, Carmel, David, Edward\}\) is a set of names.
\(C = \{a, e, i, o, u\}\) is a set of vowels.
\(D = \{apple, banana, guava, orange, pear\}\) is a set of fruits.
Listing the elements in this way is called Roster method. In this method, it is not necessary for the elements to be listed in a particular order. The elements of the set can be written just plainly, separated by commas and in any order.
This method is also called Property method. In Builder method, a set is represented by stating all the properties which are satisfied by the elements of that particular set only.
For example:
If A is a set of elements less than 0, then in Builder method it will be written as
A = {x: x < 0}, this statement is read as “the set of all x such that x is less than 0”
If A is a set of all real numbers less than 7, then in Builder method it is written as \(A = {x R: x < 7}\)
Similarly,
A = {2i: i is an integer} is a set of all even integers.
\(A = {x R: x ? 2}\) is a set of all real numbers except 2.
\(A = \{x R: x > 3 and x < 7\}\) is a set of real numbers greater than 3 but less than 7.
A = {x Z: x > 6} is a set of integers greater than 6.
\(A = {x Z: 2x + 1}\) is a set of all odd integers.
\[ \begin{array}{|l|c|} Operation & Notation \\ \hline Union & $A \cup B$ \\ \hline Intersection & \\ \hline Set Difference & \\ \hline Relative Difference & \\ \hline \end{array} \]
Intersection of two sets describes the elements that are members of both the specified Sets
The intersection is denoted \(\mathcal{A\cap B}\) \[ \mathcal{A\cap B} = \{2\}\]
only one element is a member of both A and B.
$ A B$
The Set Difference of A with regard to B are list of elements of A not contained by B.
The complements are denoted \(\mathcal{A-B}\) and \(\mathcal{B-A}\) \[ \mathcal{A-B} = \{1,3,5,7\}, \]
\[ \mathcal{B-A} = \{4,6,8\}, \]
The set difference of sets A and B (denoted by \(A–B\)) is the set of elements which are only in A but not in B. Hence, \(A-B={x|x \in A AND x \notin B}\). Example: If \(A={10,11,12,13}\) and \(B={13,14,15}\), then \((A-B)={10,11,12}\) and \((B-A)={14,15}\). Here, we can see (A-B)?(B-A)(A-B)?(B-A) Set Difference
Intersection of two sets describes the elements that are members of both the specified Sets
The intersection is denoted \(\mathcal{A\cap B}\) \[ \mathcal{A\cap B} = \{2\}\]
only one element is a member of both A and B.
The Set Difference of A with regard to B are list of elements of A not contained by B.
The complements are denoted \(\mathcal{A-B}\) and \(\mathcal{B-A}\) \[ \mathcal{A-B} = \{1,3,5,7\}, \]
\[ \mathcal{B-A} = \{4,6,8\}, \]
Describe the following set by the rules of inclusion method.
Describe the following set by the listing method the set of positive multiples of 3 which are less than 20.
Let A and B be subsets of univerisal set U
Use the membership rule to prove that
\[(A^\prime \cap B)^\prime = A \cup B^\prime\]
shade the region corresponding to this set on a Venn Diagram
Given the universal set \(\mathcal{U} = {1,2,3,4,5,6,7,8,9}\) and the subsets \(A=\{1,3,5,7\}\) \(B = \{6,7,8,9\}\) list the set \(A^\prime \cap B)^\prime\)
[(i)] \(\{5,8\}\) [(ii)] \(\{1,2,3,4,5,6,7,8,9\}\)
Perhaps not a direct answer to your question, but we have \((A\cup B)\setminus C = (A\cup B)\cap C^c = (A\cap C^c)\cup (B\cap C^c) = (A\setminus C)\cup (B\setminus C)\)
So, the two are indeed equivalent.
For a truth table:
\[\begin{array}{c|c|c|c|c|c|c|c} A & B & C & A\cup B & (A\cup B)\setminus C & A\setminus C & B\setminus C & (A\setminus C)\cup (B\setminus C)\\ \hline \hline 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0\\ 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0\\ \hline 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1\\ 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0\\ \hline 1 & 0 & 0 & 1 & 1 & 1 & 0 & \color{red}{1}\\ 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0\\ \hline 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1\\ 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 \end{array}\]
\[ \begin{array}{|c||c|c|c|c|c|c|} \hline x & 1 & 3 & 9 & 27 & 81 & 243 \\ \hline \phantom{p} g(x) \phantom{p}&0 & 1 & 2 & 3 & 4 & 5 \\ \hline \phantom{p} h(x) \phantom{p}& 1.00 & 1.44 & 2.08 & 3.00 & 4.33 & 6.24 \\ \hline \end{array} \]
Sets can be classified into many types. Some of which are finite, infinite, subset, universal, proper, singleton set, etc.
This set may be different from one setting to the next.
For example one universal set may be the set of all real numbers, denoted \(\mathbb{R}\), whereas for another problem the universal set may be the whole numbers \(\{0, 1, 2,\ldots\}\).
The other set that requires consideration is called the .
The empty set is the unique set is the set with no elements. We write this as \(\{ \}\) and denote this set by \(\emptyset\).
A set which contains a definite number of elements is called a finite set.
\[S=\{x|x \in N and 70 >x>50\}\]
A set which contains infinite number of elements is called an infinite set.
\[S={x|x\in N and x>10}\]
A set X is a subset of set Y (Written as \(X \subseteq Y\)) if every element of X is an element of set Y.
Example 1 − Let, \(X={1,2,3,4,5,6}\) and Y={1,2}Y={1,2}. Here set Y is a subset of set X as all the elements of set Y is in set X.
Hence, we can write \(Y\subseteq X\).
Example 2 − Let, \(X={1,2,3}\) and \(Y={1,2,3}\). Here set Y is a subset (Not a proper subset) of set X as all the elements of set Y is in set X. Hence, we can write \(Y\subseteqX\).
Let, \(X={1,2,3,4,5,6}\) and \(Y={1,2}\). Here set \(Y \subset X\) since all elements in \(Y\) are contained in \(X\) too and \(X\) has at least one element is more than set YY.
It is a collection of all elements in a particular context or application. All the sets in that context or application are essentially subsets of this universal set. Universal sets are represented as \(U\).
We may define \(U\) as the set of all animals on earth. In this case, set of all mammals is a subset of \(U\), set of all fishes is a subset of \(U\), set of all insects is a subset of \(U\), and so on.
An empty set contains no elements. It is denoted by \(\varnothing\). As the number of elements in an empty set is finite, empty set is a finite set. The cardinality of empty set or null set is zero.
\[S={x|x\in N \mbox{ and }7<x<8}=\varnothing\]
Another set which has a special letter to denote it is the set containing no elements. This is called the empty or null set and denoted by the symbol (D. Example 2.6 The set of integers m such that m2 = 5 is the empty set.
Singleton set or unit set contains only one element. A singleton set is denoted by {s}{s}.
\(S={x|x\in N, 7<x<9} = {8}\)
If two sets contain the same elements they are said to be equal.
If A={1,2,6}A={1,2,6} and B={6,1,2}B={6,1,2}, they are equal as every element of set A is an element of set B and every element of set B is an element of set A.
If the cardinalities of two sets are same, they are called equivalent sets.
If A={1,2,6}A={1,2,6} and B={16,17,22}B={16,17,22}, they are equivalent as cardinality of A is equal to the cardinality of B. i.e. |A|=|B|=3|A|=|B|=3
Two sets that have at least one common element are called overlapping sets.
In case of overlapping sets −
\[n(A\cupB)=n(A)+n(B)−n(A\cap B)\] \[n(A\cupB)=n(A−B)+n(B−A)+n(A\cap B)\] \[n(A)=n(A−B)+n(A\cap B)\] \[n(B)=n(B−A)+n(A\cap B)\]
Let, \(A={1,2,6}\) and \(B={6,12,42}\). There is a common element ‘6’, hence these sets are overlapping sets.
Two sets A and B are called disjoint sets if they do not have even one element in common. Therefore, disjoint sets have the following properties −
\[n(A\cap B)=\varnothing\] \[n(A\cup B)=n(A)+n(B)\] #### Example
Let, A={1,2,6}A={1,2,6} and B={7,9,14}B={7,9,14}, there is not a single common element, hence these sets are overlapping sets.
The universal set (if it exists), usually denoted U, is a set of which everything conceivable is a member. In pure set theory, normally sets are the only objects considered (unlike here, where we have also considered numbers, colours and books, for example); in this case U would be the set of all sets. (Non-set objects, where they are allowed, are called ‘urelemente’ and are discussed below.)
In the presence of a universal set we can define X′, the complement of X, to be \(U−X\). X′ contains everything in the universe apart from the elements of X. We could alternatively have defined it as
\[X′ = \{x | \tilde (x\in X)\}\] and U as the complement of the empty set.
{Equal and Equivalent Sets}
Difference between equal sets and equivalent sets
Consider the sets {A} and {B} \[ \boldsymbol{A} = \{ 1,2,3,4,5,6 \} \] \[ \boldsymbol{B} = \{1,2,3,4,5,6 \} \]
{A} and {B} are sets because their elements are precisely the .
Difference between equal sets and equivalent sets
Consider the sets {C} and {D} \[ \boldsymbol{C} = \{a,b,c,d,e,f\} \] \[ \boldsymbol{D} = \{3,4,5,6,7,8\} \]
{C} and {D} are sets because the cardinality of both the sets is the same (i.e. 6.)
However {C} and {D} are not equal, as they are comprised of different elements.
Necessarily all equal sets are equivalent sets.
But are equivalent sets equal sets?
No, because equivalent sets are sets that have the cardinality but equal sets are sets that all their elements are precisely the .
If we consider “the songs on my iPod” as a familiar example of a set, then “a playlist on my iPod” is the corresponding example of an ordered list. Key properties of ordered lists include:
Explicit notion for writing ordered lists is similar to that for sets; however, we use parentheses instead of curly braces. For example:
From now on, expressions with parentheses “( , , , )” and expressions with curly braces “{ , , , }” have very distinct meanings!
The length of an ordered list is, intuitively speaking, just like the number of songs in a playlist. For example:
Any element in an ordered list can itself be an ordered list or a set. Any object in a set can be a set or an ordered list.
For example: {(1,2),(3,4)} is a set of two elements, each of which is an ordered pair. One of the elements of the set is (1,2) and the other element of the set is (3,4). ({1,2},{3},{2,4}) is an ordered list of sets. The first element of the list is the set {1,2}; the second element of the list is the set {3}; the third element of the list is the set {2,4}.
Partition of a set, say S, is a collection of n disjoint subsets, say \(P1,P2 \ldots Pn\) that satisfies the following three conditions :
\([Pi \neq {\varnothing} for all 0<i\leq n]\) * The union of the subsets must equal the entire original set.
\[P1 \cup P2 \cup \ldots \cup Pn=S\] * The Intersection of any two distinct sets is empty.
\[Pa \cap Pb={\varnothing}, for a\neq b where n\geq a,b\geq 0\]
Let \(S={a,b,c,d,e,f,g,h}\)
The power set of X, \(P(X)\), is the set whose elements are all the subsets of X. Thus \[P(A) = \{ \{\}, \{1\}, \{2\}, \{3\}, \{1,2\}, \{1,3\}, \{2,3\}, \{1,2,3\}\}\]. The power set of the empty set \(P(\{\})\) = \(\{\{\}\}\).
Note that in both cases the cardinality of the power set is strictly greater than that of base set: No one-to-one correspondence exists between the set and its power set.
Power set of a set S is the set of all subsets of S including the empty set. The cardinality of a power set of a set S of cardinality n is \(2^n\). Power set is denoted as \(P(S)\).
For a set \(S={a,b,c,d}\) let us calculate the subsets
Hence, \[P(S)= {{\varnothing},{a},{b},{c},{d},{a,b},{a,c},{a,d},{b,c},{b,d},{c,d},{a,b,c},{a,b,d},{a,c,d},{b,c,d},{a,b,c,d}}\] \[|P(S)|=2^4=16\] Note: The power set of an empty set is also an empty set.
\(|P({\varnothing})|=2^0=1\)
Note that in both cases the cardinality of the power set is strictly greater than that of base set: No one-to-one correspondence exists between the set and its power set.
Consider the set A where $ A = {w,x,y,z}$
There are 4 elements in set A.
The power set of A contains 16 element data sets.
\[ \mathcal{P}(A) = \{\{ x \}, \{ y \} \{\{ x,y \}, \{ w,y \}\} \]
Consider the set \(Z\): \[ Z = \{ a,b,c\} \]
[Q1] There are 3 elements in \(Z\). So there is \(2^3 = 8\) element sets contained in the power set.
[Q2] Write out the power set of \(Z\). \[ \mathcal{P}(Z) = \{ \{0\}, \{a\}, \{b\}, \{c\}, \{a,b\}, \{a,c\}, \{b,c\}, \{a,b,c\} \]
[Q3]
One element set is the null set - i.e. containing no elements
Three element sets have only elements
Three element sets have two elements
One element set contains all three elements
1+3+3+1=8
For the set \(Y = \{u,v,w,x\}\) , answer the questions from the previous exercise
In set theory and Boolean algebra, De Morgan’s Laws are often stated as “Union and intersection interchange under complementation” which can be formally expressed as:
\[\overline{A \cup B}\equiv\overline{A} \cap \overline{B}\] \[\overline{A \cap B}\equiv\overline{A} \cup \overline{B}\] where:
\(\overline{A}\) is the negation of A, the overline being written above the terms to be negated
\(\cap\) is the intersection operator (AND)
\(\cup\) is the union operator (OR)
In propositional logic and boolean algebra, De Morgan’s laws are a pair of transformation rules that are both valid rules of inference.
The rules allow the expression of conjunctions and disjunctions purely in terms of each other via negation.
The rules can be verbalized as:
or informally as:
and also,
``not (A or B)” is the same as “(not A) and (not B)”
The rules can be expressed in formal language with two propositions P and Q as: \[ \neg(P\land Q)\iff(\neg P)\lor(\neg Q)\] \[\neg(P\lor Q)\iff(\neg P)\land(\neg Q)\] where:
Introduction
De Morgan’s Laws are fundamental rules in set theory that describe how the operations of union, intersection, and complement are related. They provide a way to simplify complex set expressions.
The Laws
Complement of the Union: (A ∪ B)’ = A’ ∩ B’
This law states that the complement of the union of two sets (A and B) is equal to the intersection of their complements.
Complement of the Intersection: (A ∩ B)’ = A’ ∪ B’
This law states that the complement of the intersection of two sets (A and B) is equal to the union of their complements.
Explanation
Complement: The complement of a set A (denoted as A’) consists of all elements that are not in A within the universal set (the set containing all possible elements).
Union (∪): The union of two sets A and B (A ∪ B) contains all elements that are in A, in B, or in both.
Intersection (∩): The intersection of two sets A and B (A ∩ B) contains all elements that are in both A and B.
Visualizing with Venn Diagrams
Venn diagrams can help visualize De Morgan’s Laws:
Applications
De Morgan’s Laws have numerous applications in various fields, including:
In Summary |
De Morgan’s Laws are essential tools in set theory, providing valuable relationships between union, intersection, and complement operations. Understanding these laws is crucial for simplifying set expressions and solving problems in various areas of mathematics and computer science. |
Set Theory - Worksheets {data-navmenu=“Exercises”} ================================== |
Column {.tabset} |
Describe the following set by the rules of inclusion method.
\(\{12,13,14,15,16,17\}\)
\(\{0,5,-5,10,-10,15,-15,.....\}\)
\(\{6,8,10,12,14,16,18\}\)
Describe the following set by the listing method the set of positive multiples of 3 which are less than 20.
Describe the following set by the listing method \[ \{ 2r+1 : r \in Z^{+} and r \leq 5 \} \]
For each of the following sets, write out the set using the listing method. Also write down the cardinality of each set.
${ 10^m : -2 m , m } $
$ { : 1 < n < 4, n } $
For each of the following sets, write out the set using the listing method. Also write down the cardinality of each set.
${ s : s $ is an negative integer $ -10 s }$
${ t : t $ is an even number $ 1 t }$
${ u : u $ is a prime number $ 1 u }$
${ v : v $ is a multiple of 3 $ 1 v }$
Let \(A = \{2n+1 : n \in Z^{+}\}\) be a set of numbers. Describe the set \(A\) by the listing method.
U = {natural numbers}; \(A = \{2, 4, 6, 8, 10\}\); \(B = \{1, 3, 6, 7, 8\}\). State whether each of the following is true or false:
\(A \subset U\)
\(B \subseteq A\)
\(\emptyset \subset U\)
For each of the following sets, write out the set using the listing method. Also write down the cardinality of each set.
\(\{ s : \mbox{ s is an odd integer and } 2 \leq s \leq 10 \}\)
\(\{ 2m : m \in Z \mbox{ and }5 \leq m \leq 10 \}\)
\(\{ 2^t : t \in Z \mbox{ and } 0 \leq t \leq 5 \}\)
Let \(A\) and \(B\) be subsets of universal set \(U\). Use the membership rule to prove that \[(A^\prime \cap B)^\prime = A \cup B^\prime\] Shade the region corresponding to this set on a Venn Diagram
\(A^\prime\; \cup\; B\)
\(A \cap\; B^\prime\;\)
\((A \cap\; B)^\prime\;\)
\(A^\prime\; \cup\; B^\prime\;\)
\((A \cup\; B)^\prime\;\)
\(A^\prime\; \cap\; B^\prime\;\)
The following sets have been defined using the Building Method of notation. Re-write them by listing of the elements.
\(\{p | p\) is a capital city, p is in Europe\(\}\)
\(\{x | x = 2n - 5,\) x and n are natural numbers\(\}\)
\(\{y | 2y^2 = 50,\) y is an integer\(\}\)
\(\{z | z = n^3,\) z and n are natural numbers\(\}\)
Consider the universal set \(U\) such that \[U=\{1,2,3,4,5,6,7,8,9\} \] and the sets \[A=\{2,5,7,9\} \] \[B=\{2,4,6,8,9\} \]
\(A-B\)
\(A \otimes B\)
\(A \cap B\)
\(A \cup B\)
\(A^{c} \cap B^{c}\)
\(A^{c} \cup B^{c}\)
Use membership tables to prove De Morgan’s Laws.
\(B = \{3n-1 :n \in Z^{+} \}\) Describe the set B using the listing method
\(A = \{3,5,7,9,ldots \}\)
Describe the set A using the rules of inclusion method
#### *{Worked Example} |
---|
#### Complements |
* The Complements of A and B are the elements of the universal set not contained in A and B. |
* The complements are denoted \(\mathcal{A}^{\prime}\) and \(\mathcal{B}^{\prime}\) \[ \mathcal{A}^{\prime} = \{4,6,8,9\}, \] \[ \mathcal{B}^{\prime} = \{1,3,5,7,9\}, \] |
*** 2008 Zone A question 2a***
\(B = \{3n-1 :n \in Z^{+} \}\) Describe the set B using the listing method
\(A = \{3,5,7,9,ldots \}\)
Describe the set A using the rules of inclusion method
#### *{Worked Example} |
---|
#### Complements |
* The Complements of A and B are the elements of the universal set not contained in A and B. |
* The complements are denoted \(\mathcal{A}^{\prime}\) and \(\mathcal{B}^{\prime}\) \[ \mathcal{A}^{\prime} = \{4,6,8,9\}, \] \[ \mathcal{B}^{\prime} = \{1,3,5,7,9\}, \] |
Use membership tables to prove De Morgan’s Laws.