Sonzaschool
Rudi

Sekondari ya Juu · Kidato cha Sita

Basic Applied Mathematics 2

Concept of Set

takriban dakika 4 kusoma

Mada za sehemu hiiSet TheoryMada 4

Basic concepts of set

  1. The empty set. The set that does not contain any element is called an empty set, denoted by \emptyset or {}\{\}.
  2. Universal set. A set which contains all elements under consideration. It is denoted by μ\mu.
  3. Equality. Two sets are equal if they have the same elements. i.e. If A={a,b,c,d}A = \{a, b, c, d\} and B={b,c,d,a}B = \{b, c, d, a\}
  4. Equivalent. Two sets are equivalent if they have the same number of elements. i.e. A={a,b,c,d,e}A = \{a, b, c, d, e\} and B={2,1,4,5,6}ABB = \{2, 1, 4, 5, 6\} \quad \therefore A \equiv B
  5. Subset. AA is a subset of BB if every member of AA is also a member of BB. It is denoted by ABA \subseteq B
  6. Proper subset. Suppose A={a,b,c}A = \{a, b, c\} and B={a,b,c,d}ABB = \{a, b, c, d\} \quad A \subset B
  7. Improper subset. A set is an improper subset of itself. AAA \subseteq A

Note i) A\emptyset \subseteq A (an empty set is a subset of any set) ii) AAA \subseteq A (a set is a subset of itself)

Number of subsets in a set

Let S={a,b,c}S = \{a, b, c\} How many subsets does it have?

The subsets are: {},{a,b,c},{a},{b},{c},{a,b},{b,c},{a,c}\{ \}, \{a, b, c\}, \{a\}, \{b\}, \{c\}, \{a, b\}, \{b, c\}, \{a, c\} \rightarrow There are 8 subsets of S.

If A={1}A = \{1\} and If B={1,2}B = \{1,2\} Subset of AA are: {}\{ \} and {1}\{1\} Subsets of BB are: {1},{2},{},{1,2}\{1\}, \{2\}, \{ \}, \{1,2\} Number of subsets of A=2A = 2 Number of subsets of B=4B = 4

If a set has nn members, the number of subsets =2n= 2^n

The power set

Is a set which contains all subsets of the given set.

If A={1}A = \{1\}, subsets are {},{1}\{ \}, \{1\} Power set of AA is given by P(A)={{},{1}}P(A) = \{\{ \}, \{1\}\}

Given B={a,b,c}B = \{a, b, c\} The power set of BB is given by

P(B)={{a},{b},{c},{a,b},{b,c},{a,c},{a,b,c},{}}P(B) = \{ \{a\}, \{b\}, \{c\}, \{a, b\}, \{b, c\}, \{a, c\}, \{a, b, c\}, \{ \} \}

Operation of sets

1. Union

The union of two sets A and B is denoted by ABA \cup B

  • AB={x:xA or xB}A \cup B = \{ x: x \in A \text{ or } x \in B \}
  • Is a set which has elements of set A or set B without repetition.

Examples

→ If A={a,b,c,d}A = \{a, b, c, d\} and B={4,7}B = \{4, 7\} AB={a,b,c,d,4,7}A \cup B = \{a, b, c, d, 4, 7\}

If A={a,b,c,d} and B={c,d,e,f}\text{If } A = \{a, b, c, d\} \text{ and } B = \{c, d, e, f\} AB={a,b,c,d,e,f}A \cup B = \{a, b, c, d, e, f\}

2. Intersection

Is a set which has both elements contained in set A and set B

AB={x:xA and xB}A \cap B = \{x: x \in A \text{ and } x \in B\}

Examples

If A={a,b,c,d} and B={a,f,g,d}\text{If } A = \{a, b, c, d\} \text{ and } B = \{a, f, g, d\} AB={a,d}A \cap B = \{a, d\} If A={a,b,c} and B={1,2,3}\text{If } A = \{a, b, c\} \text{ and } B = \{1, 2, 3\} AB={}A \cap B = \{\}

Here A and B are disjoint sets.

3. Complement

The complement of Set A denoted by AA' is the set of all elements which are in universal set but not in A.

E.g. A={1,2,3,4}A = \{1, 2, 3, 4\}

μ={1,2,3,4,5,6,7}\mu = \{1, 2, 3, 4, 5, 6, 7\}

A={5,6,7}A' = \{5, 6, 7\}

4. Relative complement

Relative complement of A with respect to set B is denoted by ABA \setminus B and is defined as follows:

AB={x:xA and xB}A \setminus B = \{ x : x \in A \text{ and } x \notin B \}

Example

A={a,b,c,d}B={a,b,f,g,h}Then AB={c,d}BA={f,g,h}\begin{aligned} A &= \{a, b, c, d\} \\ B &= \{a, b, f, g, h\} \\ \text{Then } A \setminus B &= \{c, d\} \\ B \setminus A &= \{f, g, h\} \end{aligned}

5. The symmetric difference

All elements which are either in set A or set B but not both.

  • The symmetric difference of A and B is denoted by ABA \oplus B
AB={x:xA or xB but xAB}A \oplus B = \{x: x \in A \text{ or } x \in B \text{ but } x \notin A \cap B\}

Examples

A={a,b,c,d,e}A = \{a, b, c, d, e\} B={c,d,e,f,g}AB={a,b,f,g}\begin{aligned} B &= \{c, d, e, f, g\} \\ A \oplus B &= \{a, b, f, g\} \end{aligned}

Questions

  1. List the subsets of the following sets

a) A={2,3,4}A = \{2, 3, 4\}

b) B={a,}B = \{a, \emptyset\}

  1. Let A={xZ+:8x10}A = \{x \in \mathbb{Z}^+ : 8 \leq x \leq 10\}

Write down the subsets of A

  1. Which of the following are true and which are false?

a) \emptyset \subseteq \emptyset

b) 0=0 = \emptyset

c) {0}\emptyset \in \{0\}

d) {0}\emptyset \subseteq \{0\}

  1. Let A={1,2,{6,7,9},10}A = \{1, 2, \{6, 7, 9\}, 10\}

a) Is {{2}}A\{\{2\}\} \in A

b) Is 2A2 \in A

c) Is {6,7,9}A\{6, 7, 9\} \in A

d) Is {1,{6,7,9}}A\{1, \{6, 7, 9\}\} \subset A

e) Is {2}A\{2\} \in A

f) Is {2}A\{2\} \subset A

  1. Let μ\mu be the set of all positive integers, A is the set of all even integers and B is the set of all odd integers. What are ABA \cup B and ABA \cap B?

Mwalimu

Unasoma somo hili? Niulize nikuelezee chochote kilichomo.

Ingia ili kumuuliza Mwalimu wa AI wa Sonza kuhusu mada hii.

Ingia ili kuuliza