Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Summary

This document provides a comprehensive overview of set theory, including definitions, types of sets, operations on sets, and laws of algebra of sets. It also features illustrative examples showcasing the application of these concepts. The document is suitable for undergraduate-level learning of set theory.

Full Transcript

SET THEORY A set is a well-defined collection of objects, known as elements or members of the set. Sets are usually denoted by capital letters & elements are usually denoted by small letters. If ‘a’ is an element of a set A, then we write a ϵ A (a belongs to A) otherwise a ∉ A (a doesn’t belong to A...

SET THEORY A set is a well-defined collection of objects, known as elements or members of the set. Sets are usually denoted by capital letters & elements are usually denoted by small letters. If ‘a’ is an element of a set A, then we write a ϵ A (a belongs to A) otherwise a ∉ A (a doesn’t belong to A). Representation of sets: 1. Tabular or Roster form → In this form, elements are listed within the pair of brackets { } and are separated by commas. e.g.— N = {1, 2, 3, 4 ….} is a set of natural numbers 2. Set-builder or Rule form: In this form, set is describe by a property that its member must satisfy. e.g. — A = {x : x is natural number less than 10} 3. Statement form: In this representation, well defined description of the elements of the set is given. e.g. — The set of all even numbers less than 10. Different Types of sets: 1. Null set → A set which does not contain any element is called a null set or an empty set or a void set. 2. Singleton set → A set which contain only one element. 3. Finite set → A set is called a finite set, if it is either void or its elements can be counted The number of distinct elements of a finite set A is called the cardinal number & it is denoted by n(A). 4. Infinite set → A set which has unlimited number of elements is called infinite set. 5. Equivalence sets: Two finite sets A and B are equivalent, if their cardinal numbers are same. 6. Equal sets: Two sets are said to be equal if both have same elements. Note:– Equal sets are equivalent but equivalent sets may or may not be equal. 7. Subset: If every element of set A is an element of set B, then A is called a subset of B sit is denoted by A ⊆ B. 8. Superset → If set B contains all elements of set A, then B is called superset of A & it is denoted by B ⊇ A. 9. Proper subset → A set A is said to be a proper subset of set B, if A is a subset of B & A is not equal to B. It is denoted by A ⊂ B. 10. Universal set → Universal set is a set which contains all objects, including itself. It is denoted by U. 11. Power set → The set of all the possible subsets of A is called the power set & is denoted by P (A). Note:- 1. The total number of subsets of a finite set containing n elements is 2ⁿ. 2. The total number of proper subsets of a finite set containing n elements is (2ⁿ –1). 3. If a set A has n elements, then its power set will contain 2ⁿ elements. Operations on sets: 1. Union of two sets: The union of two sets A and B is the set of elements which are in A, in B or in both A & B. The union of A & B is denoted by A ∪ B. 2. Intersection of two sets: The intersection of A & B is the set of all those elements which belong to both A & B & is denoted by A ∩ B. 3. Disjoint of two sets: Two sets A & B are said to be disjoint if they don’t have any common element (i.e. A ∩ B = ϕ). 4. Difference of two sets: The difference of sets A & B is the set of all those elements of A which do not belong to B. & is denoted by (A – B) or A\B. 5. Symmetric difference of two sets : The symmetric difference of sets A & B is the set (A – B) ∪ (B – A) and is denoted by A ∆ B. 6. Complement of a set: The complement of a set A is the set of all those elements which are in universal set but not in A. It is denoted by or or U – A. Laws of Algebra of sets: 1. (a) A ⊆ A ⋁ A (b) ϕ ⊆ A ⋁ A (c) A ⊆ U, ⋁ A in ∪ (d) A = B ⇔ A ⊆ B, B ⊆ A. 2. Idempotent laws: (a) A ∪ A = A (b) A ∩ A = A 3. Identity laws: (a) A ∪ ϕ = A (b) A ∩ ϕ = ϕ (c) A ∩ U = A (d) A ∪ U = U 4. Commutative law (a) A ∪ B = B ∪ A (b) A ∩ B = B ∩ A 5. Associative laws (a) (A ∪ B) ∪ C = A ∪ (B ∪ C) (b) (A ∩ (B ∩ C) = (A ∩ B) ∩ C 6. Distributive law (a) A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C) (b) A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C) 7. De-Morgan’s law (a) ( ) = ∩ (b) ( ) = ∪ 8. (a) A – (B ∪ C) = (A – B) ∩ (A – C) (b) A – (B ∩ C) = (A – B) ∪ (A – C) (c) A – B = A ∩ = – (d) A – (A – B) = A ∩ B (e) A – B = B – A ⇔ A = B (f) A ∪ B = A ∩ B ⇔ A = B (g) A ∪ = U (h) A ∩ = ϕ Important results: 1. n(A ∪ B)= n(A) + n(B) – n(A ∩ B) 2. n(A – B) = n(A) – n (A ∩ B) 3. n(A ∪ B ∪ C) = n(A) + n(B) + n(C) – n(A ∩ B) – n(B ∩ C) – n(A ∩ C) + n(A ∩ B ∩ C) 4. n( ∪ ) = n ( A ∩ B) = n (U) – n(A ∩ B) 5. n( ∩ ) = n(A ∪ B) = n(U) – n(A ∪ B). 6. n (A ∆ B) = n (A) + n(B) – 2n(A ∩ B). 7. n(A ) = n(U) – n(A). 8. n(A ∩ B’) = n(A) – n(A ∩ B). EXAMPLES 1. The number of proper subsets of the set {1, 2, 4, 6} is: Sol. Number of proper subsets of the set {1, 2, 4, 6} = 2⁴ – 1 = 16 – 1 = 15. 2. If n(A) = 4, n(B) = 4, n(A ∩ B) = 2, then the area of shaded portion is — Sol. n(A ∆ B) = n(A) + n(B) – 2n(A ∩ B). =4+4–4 =4 3. In a group of 500 students, there are 475 students who can speak Hindi and 200 can speak English. What is the number of students who can speak Hindi only ? Sol. n(H) = 475, n(E) = 200, n (H ∪ E) = 500 n(H ∩ E) = n (H) + n(E) – n(H ∪ E) = 475 + 200 – 500 = 175. Number of students who can speak Hindi only = n(H) – n(H∩ E) = 475 – 175 = 300 4. Let n(U) = 800, n(A) = 250, n(B) = 300, n(A∩B) = 350 then n(A ∩ B ) is equal to Sol. n(A ∪ B) = n(A) + n(B) – n(A ∩ B) = 250 + 300 – 350 = 200 n(A ∩ B ) = n(A ∪ B) = n(U) – n(A ∪ B) = 800 – 200 = 600 5. Let U = {x ϵ N : 1 ≤ x ≤ 8} be the universal set, N being the set of natural numbers. If A = {1, 2, 3, 4} and B = {2, 4, 6, 8}. Then what is the complement of (A – B) ? Sol. A = {1, 2, 3, 4) B = {2, 4, 6, 8) (A – B) = {1, 3} (A – B) = U – (A – B) = {1, 2, 3, 4, 5, 6, 7, 8} – {1, 3} = {2, 4, 5, 6, 7, 8} IMPORTANT QUESTIONS Q1. If A = {x : x is an even natural number}, B = {x : x is a natural number and multiple of 5} and C = {x : x is a natural number and multiple of 10}, then what is the value of A ( C)? (a) {10, 20, 30, …} (b) {5, 10, 15, 20…….} (c) {2, 4, 6……..} (d) {20, 40, 60, ……….} Q2. If a set a Contains 60 elements and another set B contains 70 elements and there are 50 elements in common, then how many elements does A B contain? (a) 130 (b) 100 (c) 80 (d) 70 Q3. Let x {2, 3, 4) and y {4, 6, 9, 10}. If A be the set of all order pairs (x, y) such that x is a factor of y. Then, how many elements does the set A contain? (a) 12 (b) 10 (c) 7 (d) 6 Q4. Which one of the following is a null set? (a) A = {x is a real number : x > 1 and x < 1} (b) B = { x : x + 3 = 3} (c) C = {ϕ} (d) D = {x is a real number : x ≥ 1 and x ≤ 1} Q5. In a school there are 30 teachers who teach mathematics or Physics. Of these teachers, 20 teach Mathematics and 15 teach physics, 5 teach both mathematics and physics. The number of teachers teaching only mathematics is (a) 5 (b) 10 (c) 15 (d) 20 Q6. If A = {x : x is an odd integer} and B = (x : x² - 8x + 15 =0}. Then, which one of the following is correct? (a) A = B (b) (c) B A (d) A BC Q7. Consider the following in respect of the sets A and B. I. (A ) II. (A ) III. A ( ) Which of the above are correct? (a) I and II (b) II and III (c) I and III (d) I, II and III Q8. The set of natural numbers is closed under I. addition II. subtraction III. multiplication iv. division which of the above is/are correct? (a) only I (b) both I and III (c) I, II and III (d) both III and IV Q9. In a class of 110, students, x students take both mathematics and, 2x +20 students take statistics. There are no students who take neither mathematics nor statics. What is x equal to? (a) 15 (b) 20 (c) 25 (d) 30 Q10. Out of 105 students taking an examination English and mathematics 80 students pass in English 75 students pass in mathematics 10 students fail in both the subjects. How many students fail in only one subject? (a) 26 (b) 30 (c) 35 (d) 45 Solutions S1. Ans.(a) Sol. We know that A ( C) = * ) ( C) Example A = set of an even natural number A = {2, 4, 6, 8, 10, 12……..} B = Set of natural number and multiples of 5. B = {5, 10, 15, 20, 25…..} C = Set of natural number and multiple of 10 C = {10, 20, 30, 40, 50…..} A = *2, 4, 6, 8, 10, 12………..+ ∩ {5, 10, 15, 20, 25, …….} = {10, 20, 30, ……..} A ∩ C = {2, 4, 6, 8, 10, 12, …….} ∩ {10, 20, 30, 40, 50} = {10, 20, 30, 40, ……….} A ∩ (B C) = (A ) ( C) = {10, 20, 30, ……..} {10, 20, 30, 40, ……….} = {10, 20, 30, 40, …….} S2. Ans.(c) Sol. Here, n(A) = 60, n(B) = 70, n(A ) = 50 and n(A B) = ? We know that n(A B) = n(A) + n(B) – n(A ∩ B) = 60 + 70 – 50 = 130 – 50 = 80 S3. Ans.(d) Sol. Given that x {2, 3, 4} and y {4, 6, 9, 10} A=x×y But, A is set of pairs in which 1st number is factor of second number. A = {2, 3, 4} × {4, 6, 9, 10} = {2, 4}; (2, 6); (2, 10); (3, 6); (3, 9); (4, 4)} Total number of elements = 6 S4. Ans.(a) Sol. From option (a), A = {x is a real number : x > 1 and x < 1} So, there is no element which is greater or less than 1. So, A is a null set From option (b) B = {x : x + 3 = 3} = {0} = singleton set From option (c) C = {ϕ} = Singleton set From option (d), D {x is a real number : x ≥ 1 and x ≤ 1} ={1} = singleton set S5. Ans.(c) Sol. Total number of teachers = 30 Number of teachers who teaches only math = 20 – 15 = 15 S6. Ans.(c) Sol. Given that, A = {x : x is an odd integer} And, B = {x : x² - 8x + 15 = 0} = {x : x² - 5x – 3x + 15 = 0} = {x : x (x – 5) – 3 (x – 5) = 0} = {x : (x -5) (x – 3) = 0} = {3, 5} Since, B has the odd elements, ∴B A S7. Ans.(d) Sol. From figure ( ) (True) (A ∩ B) B (True) And, A (A B) Also (True) Thus, all three statements are correct Shaded region = (A B) S8. Ans.(b) Sol. Set of natural numbers, N = {1, 2, 3, 4, 5, 6, ……….. (i) Addition 2 + 3 = 5 is also an element of N/ (ii) Subtraction 2 – 3 = -1 N (iii) multiplication 2 × 3 = 6 (iv) Division = 1.5 N (since, N contains only positive integers) Therefore, the set of natural numbers is closed under addition and multiplication S9. Ans.(b) Sol. n(M) = 2x + 20 n(S) = 2x + 30 n(M S) = x n(M S) = 110 we know that, n(M S) = n(M) + n(S) – n(M∩S) ⇒ 110 = 2x + 20 + 2x + 30 – x ⇒ 110 = 3x + 50 ⇒ 3x = 60 ∴ x = 20 S10. Ans.(d) Sol. Number of students failing in mathematics = 105 – 75 = 30 Number of students failing in English = 105 – 80 = 25 ∴ Number of students failing in 1 subject = (25 + 30) – 10 = 45

Use Quizgecko on...
Browser
Browser