SET THEORY. BASIC CONCEPTS IN SET THEORY Definition: A set is a collection of well-defined objects, called elements Examples: The following are examples.

Slides:



Advertisements
Similar presentations
Math for Elementary Teachers
Advertisements

Chapter 2 The Basic Concepts of Set Theory
Set Theory.
Ch 9 Inequalities and Absolute Value
Chapter 2 The Basic Concepts of Set Theory © 2008 Pearson Addison-Wesley. All rights reserved.
2.1 – Symbols and Terminology Definitions: Set: A collection of objects. Elements: The objects that belong to the set. Set Designations (3 types): Word.
Sets Chapter 2 1.
Set Notation.
This section will discuss the symbolism and concepts of set theory
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 2.1 Set Concepts
Set theory Sets: Powerful tool in computer science to solve real world problems. A set is a collection of distinct objects called elements. Traditionally,
Objectives: By the end of class, I will be able to:  Identify sets  Understand subsets, intersections, unions, empty sets, finite and infinite sets,
Set Theory. What is a set?  Sets are used to define the concepts of relations and functions. The study of geometry, sequences, probability, etc. requires.
Any well-defined collection of objects and each object of the collection is an element or member of the set.
Section 1.3 The Language of Sets. Objective 1.Use three methods to represent sets. 2.Define and recognize the empty set. 3.Use the symbols and. 4.Apply.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 2 Set Theory.
Set, Combinatorics, Probability & Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Set,
HAWKES LEARNING Students Count. Success Matters. Copyright © 2015 by Hawkes Learning/Quant Systems, Inc. All rights reserved. Section 2.1 Set Notation.
Chapter 7 Logic, Sets, and Counting Section 2 Sets.
Copyright © 2015, 2011, 2007 Pearson Education, Inc. Section 2.1, Slide 1 CHAPTER 2 Set Theory.
2.1 Sets and Whole Numbers Remember to Silence Your Cell Phone and Put It In Your Bag!
College Algebra & Trigonometry Asian College of Aeronautics AVT 1.
Set Theory Symbols and Terminology Set – A collection of objects.
Thinking Mathematically Chapter 2 Set Theory 2.1 Basic Set Concepts.
Slide Chapter 2 Sets. Slide Set Concepts.
Chapter 2 Section 1 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
2.1 Symbols and Terminology. Designating Sets A set is a collection of objects (in math, usually numbers). The objects belonging to the set are called.
Slide Section 2-1 Symbols and Terminology. SYMBOLS AND TERMINOLOGY Designating Sets Sets of Numbers and Cardinality Finite and Infinite Sets Equality.
Unit 2 Sets.
Copyright © 2010 Pearson Education, Inc. All rights reserved Sec
ELEMENTARY SET THEORY.
Module Code MA1032N: Logic Lecture for Week Autumn.
Set Notation and Description Kinds of Sets Operations on Sets By: Mr. Gerzon B. Mascariñas.
Sets and Set Notation What are sets? A set is a collection of things. The "things" in the set are called the "elements”. A set is represented by listing.
SAT MATH Lesson 10.
Section 2.1 Set Concepts.
1 Chapter Two Basic Concepts of Set Theory –Symbols and Terminology –Venn Diagrams and Subsets.
Discrete Mathematics Lecture # 10. Set Theory  A well defined collection of {distinct} objects is called a set.  The objects are called the elements.
Chapter 1 Section 1 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Fr: Discrete Mathematics by Washburn, Marlowe, and Ryan.
Chapter 7 Sets and Probability Section 7.1 Sets What is a Set? A set is a well-defined collection of objects in which it is possible to determine whether.
“It is impossible to define every concept.” For example a “set” can not be defined. But Here are a list of things we shall simply assume about sets. A.
Thinking Mathematically Basic Set Concepts. A “set” is a collection of objects. Each object is called an “element” of the set. Often the objects in a.
1.1 – SETS AND SYMBOLS. Goals SWBAT understand basic set notation and set symbols SWBAT solve simple sentences with a given domain SWBAT graph sets of.
Math in Our World Section 2.1 The Nature of Sets.
Sets Page 746.
Lesson 2.1 Basic Set Concepts.
Set, Combinatorics, Probability & Number Theory
The Basic Concepts of Set Theory
Ch. 2 – Set Theory 2.1 Notes Basic Set Concepts.
        { } Sets and Venn Diagrams Prime Numbers Even Numbers
The Basic Concepts of Set Theory
Chapter 2 The Basic Concepts of Set Theory
2 Chapter Numeration Systems and Sets
Section 2.1 Basic Set Concepts
Chapter 2 The Basic Concepts of Set Theory
CHAPTER 2 Set Theory.
Chapter 7 Logic, Sets, and Counting
Thinking Mathematically
CHAPTER 2 Set Theory.
CHAPTER 2 Set Theory.
CHAPTER 2 Set Theory.
Section 2.1 Set Concepts.
2.1 Basic Set Concepts.
CHAPTER 2 Set Theory.
Section 2.1 Set Concepts.
§2.1 Basic Set Concepts.
CHAPTER 2 Set Theory.
Thinking Mathematically
Section 2.1 Set Concepts.
Presentation transcript:

SET THEORY

BASIC CONCEPTS IN SET THEORY Definition: A set is a collection of well-defined objects, called elements Examples: The following are examples of sets a.The months of the year that begins with letter J b.The set of engineering drawing instruments c.The set of PB teams in this year’s PBA series. Names of sets are designated by using capital letters such as A, B… To indicate that an element belongs to a given set, the symbol epsilon є is used and the symbol epsilon slash for an element that does not belong to the set.

Example “4 is an element of the set S” (4 є S) “1 is not an element of the set S (1 є S) What are the elements of the set S = {blue, orange yellow, black}? (There are four elements in the S namely blue, orange yellow and black)

Methods of Describing A Set Listing or Roster Method – list the elements, separate them by commas and enclose this list in a pair of braces, { } Describe the given sets by roster method a.If A is the set of the days of the week that begin with the letter S, then A = {Saturday, Sunday} b.If B is the set of letters in the word love, then B = {l, o, v, e} c.The set of digits that make up the telephone number {0, 1, 5, 7} Note: the elements within the set are never repeated and the elements can appear in any order

Methods of Describing A Set Set in the Set-Builder Notation {x| x is a natural number between 2 and 10} = {x|x = 3, 4, 5, 6, 7, 8, 9}

Kinds of Sets A set A is said to be a subset of another set B if every element of A is also elements of B. In symbol, A ⊆ B. Proper Subsets – a set A is said to be a proper subset of another set B and there is at least one element in set B not in set A, then a is a proper subset of B. In symbols A ⊂ B.

Examples Given the sets A = {1, 2, 3}, B = {1, 2, 3, 4, 5, 6, 7}, C = {3, 5, 7}, D = {3, 2, 1} 1.A ⊆ B? True since all the elements of A are also in B. 2. A ⊂ B? True since set A is a subset of Set B and the elements of set B namely 4, 5, 6, 7 are not found in set A. 3. A ⊄ C? True since not all the elements of a are contain in C. 4. C ⊆ D? False since not all the elements of C are contained in D

Example 5. A ⊆ D. True, since all of the elements of A are contained in D 6. D ⊆ A. True, since all of the elements of D are contained in A

Kinds of Sets Equal Sets – Set A is said to be equal to set B, written A = B, if and only if A ⊆ B and B ⊆ A. Equivalent Sets – Set A is said to be equivalent to set B if and only if the two sets have exactly the same cardinality of set. Null Set – A set which does not contain any element is called a null or empty set. It is denoted by the symbol ⌀. The symbol { } can also be used to denote an empty set.

Kinds of Sets Finite and Infinite Set. The set whose elements can be counted is called a finite set, while an infinite set is a set whose elements cannot be determined. Example. The set A = {1, 2, 3] is finite set since it contains 3 elements, while B = {x|x is a natural number divisible by 2} is an infinite set since the number of elements in this set cannot be determined. B = {2, 4, 6, …} The number of subsets of a finite set A is 2 n(A)

Operations on the Sets Universal Sets. The totality of elements under consideration as the elements of any set. The symbol is ∪. The union of sets A and B, denoted by A ∪ B is defined as the set whose elements are in A or in B or in both A and B. In symbol, A ∪ B = {x |x є A or x є B} Common Set ( ∩ ) – The elements of Set A which are also elements of Set B.

Operations on the Sets Relative Complement. The relative complement of set B with respect to A designated as A – B is defined as: A – B = {x|x є B and X ∉ B} Absolute Complement. The absolute complement of A designated by A’ is the set of elements of the universal set ∪ which do not belong to A, that is A’ = {x|x є ∪ and x ∉ A}

Operations on the Sets Ordered pair. If x and y represent two objects (alike or different) with x specified as the first object, then the symbol (x,y) is called an ordered pair.

Examples Given the following sets A = {1, 2, 3), B = {2, 3, 4, 5}, C = {4, 5}, and D = {2, 3, 7] form the following sets; 1.A ∩ B = {1, 2, 3} ∩ {2, 3, 4, 5} = {2, 3} 2.B ∩ C = {2, 3, 4, 5} ∩ {4, 5} = {4, 5} = C 3.B – A = {2, 3, 4, 5} – {1, 2, 3} = {4, 5} Given A = {1,2} and B {a, b, c} 1.A x B = {(1,a), (1,b), (1,c), (2,a) (2,b) (2,c)} 2.B x A = {(a,1), (a,2), (b,1), (b,2), (c,1), (c,2)}

Homework A. Write each set by listing the elements. 1.The even integers between 1 and {y|y is a natural number greater than 9} 3.The months with 30 days 4.The letters in the word college 5.{z|z is a whole number and a multiple of 5} B.Use mathematical symbols to write the following statements. 1.A is a subset of G 2.The number 7 is not an element of a null set 3.The set of even prime numbers 4.The number 3 is an element of T 5.The null set is a subset of A

Homework (Cont.) C.Enclose within braces a list of the elements of each set. 1.The natural numbers less than 7. 2.The even natural numbers between 2 and 13 3.The months of the year that begins with letter J 4.The first four natural numbers multiplied by 3 5.The square of the first 4 natural numbers. D.Use the descriptive method to designate each of the following sets. 1.{3,6,9,12} 2.{even natural numbers} 3.{odd natural numbers} 4.{1, 8, 27, 64} 5.{March, May}

Homework (Cont.) E.Tell if the two sets are equal, if they are equivalent, if one is the subset of the other, or if none of these is true. 1.A = {4,7,11} B = {11, 7, 4} 2.A = {a, e, i, o, u}, B = {u, v, x, y} 3.A = {0}, B = ⌀ 4.A = 5, B = {3, 4} 5.A = {earth, venus, pluto}, B = {0, 1, 2}

Homework (Cont.) F.Given A = {a}, B = {a, b}, C = {b, c, d}, find 1.A ∩ B 2.B ∪ C 3.C x C 4.A x B 5.B - C