SETS Sets are denoted by Capital letters Sets use “curly” brackets

Slides:



Advertisements
Similar presentations
Analytical Methods in CS (CIS 505)
Advertisements

Sets Definition of a Set: NAME = {list of elements or description of elements} i.e. B = {1,2,3} or C = {x  Z + | -4 < x < 4} Axiom of Extension: A set.
SET.   A set is a collection of elements.   Sets are usually denoted by capital letters A, B, Ω, etc.   Elements are usually denoted by lower case.
Chapter 5 Section 1 Sets Basics Set –Definition: Collection of objects –Specified by listing the elements of the set inside a pair of braces. –Denoted.
Chapter 2 The Basic Concepts of Set Theory © 2008 Pearson Addison-Wesley. All rights reserved.
SETS A = {1, 3, 2, 5} n(A) = | A | = 4 Sets use “curly” brackets The number of elements in Set A is 4 Sets are denoted by Capital letters 3 is an element.
1 Learning Objectives for Section 7.2 Sets After today’s lesson, you should be able to Identify and use set properties and set notation. Perform set operations.
Set Notation.
This section will discuss the symbolism and concepts of set theory
Venn Diagrams/Set Theory   Venn Diagram- A picture that illustrates the relationships between two or more sets { } are often used to denote members of.
MTH 231 Section 2.1 Sets and Operations on Sets. Overview The notion of a set (a collection of objects) is introduced in this chapter as the primary way.
Definition and Representation A set is a well-defined collection of objects; The objects are called elements or members of the set; A set can be represented.
Chapter 7 Logic, Sets, and Counting Section 2 Sets.
Slide Chapter 2 Sets. Slide Set Concepts.
Unit 2 Sets.
Sets Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Definition of Set A set is a collection of objects called elements.
1 Introduction to Abstract Mathematics Sets Section 2.1 Basic Notions of Sets Section 2.2 Operations with sets Section 2.3 Indexed Sets Instructor: Hayk.
ELEMENTARY SET THEORY.
Chapter SETS DEFINITION OF SET METHODS FOR SPECIFYING SET SUBSETS VENN DIAGRAM SET IDENTITIES SET OPERATIONS.
UNIT VOCABULARY Functions. Closed Form of a Sequence (This is also known as the explicit form of a sequence.) For an arithmetic sequence, use a n = a.
CSNB143 – Discrete Structure Topic 1 - Set. Topic 1 - Sets Learning Outcomes – Student should be able to identify sets and its important components. –
Sets & venn diagrams; probability
Chapter 2 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Union and Intersection
Discrete Mathematics Set.
Chapter 2 Section 2 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
College Algebra: Section 8.1 Sets and Counting Objectives of this Section Find All the Subsets of a Set Find All the Subsets of a Set Find the Intersection.
Fr: Discrete Mathematics by Washburn, Marlowe, and Ryan.
MATH 2311 Section 2.2. Sets and Venn Diagrams A set is a collection of objects. Two sets are equal if they contain the same elements. Set A is a subset.
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.
Thinking Mathematically Venn Diagrams and Subsets.
Sullivan Algebra and Trigonometry: Section 14.1 Objectives of this Section Find All the Subsets of a Set Find the Intersection and Union of Sets Find the.
Thinking Mathematically Venn Diagrams and Set Operations.
The Basic Concepts of Set Theory. Chapter 1 Set Operations and Cartesian Products.
Union and Intersection of Sets. Definition - intersection The intersection of two sets A and B is the set containing those elements which are and elements.
Numbers and Sets. A set is a collection of objects. So, any collection of things, such as numbers, can be called a set. To show that we have a set, we.
Sets and Operations TSWBAT apply Venn diagrams in problem solving; use roster and set-builder notation; find the complement of a set; apply the set operations.
Set Builder Notation. If you recall, a set is a collection of objects which we write using brackets and name using a capital letter. Remember also that:
Section 6.1 Set and Set Operations. Set: A set is a collection of objects/elements. Ex. A = {w, a, r, d} Sets are often named with capital letters. Order.
The set of whole numbers less than 7 is {1, 2, 3, 4, 5, 6}
Sets Page 746.
Sets Finite 7-1.
11.6 SETS AND COUNTING.
CHAPTER 3 SETS, BOOLEAN ALGEBRA & LOGIC CIRCUITS
Venn Diagrams and Set Operation
CSNB 143 Discrete Mathematical Structures
The Number of Elements in a Finite Set
Probability Vocabulary
The Basic Concepts of Set Theory
ALGEBRA II H/G - SETS : UNION and INTERSECTION
Counting and Probability Section 12.1: Sets and Counting IBTWW…
Set and Set Operations Grab a sheet from front.
        { } Sets and Venn Diagrams Prime Numbers Even Numbers
Algebra 1 Section 1.1.
The Basic Concepts of Set Theory
Operations with Sets A = { 1, 2, 3 ,4, 5} B = { 2, 4, 6, 8, 10}
Chapter 2 The Basic Concepts of Set Theory
Chapter Sets &Venn Diagrams.
Chapter 2 The Basic Concepts of Set Theory
Chapter 7 Logic, Sets, and Counting
ALGEBRA II H/G - SETS : UNION and INTERSECTION
Sets A set is simply any collection of objects
MATH 2311 Section 2.2.
VENN DIAGRAMS By Felicia Wright
AND.
Introduction A set is a collection of objects.
SPCR.1a – Lesson A Levels 1 – 3 Describe events as subsets of a sample space and use Venn diagrams to represent intersections, unions, and complements.
MATH 2311 Section 2.2.
Presentation transcript:

SETS Sets are denoted by Capital letters Sets use “curly” brackets n(A) = | A | = 4 The number of elements in Set A is 4 7 is not an element of A 3 is an element of A

A set is a distinct collection of objects A set is a distinct collection of objects. The objects are called elements. Order does not matter. If a set contains the same elements as another set, the sets are equal. {1, 2, 3, 4} = {2, 3, 1, 4} {1, 3, 2, 5} {1, 3, 2, 3, 5, 2} {1, 2, 3, 5} We never repeat elements in a set. In ascending order This symbol means "is a subset of" A  B This is read "A is a subset of B". A = {1, 2, 3} B = {1, 2, 3, 4, 5}

It is agreed that the empty set is a subset of all other sets so: If a set doesn't contain any elements it is called the empty set or the null set. It is denoted by  or { }. NOT {}  It is agreed that the empty set is a subset of all other sets so: List all of the subsets of {1, 2, 3}.  {1} {2} {3} {1, 2} {1, 3} {2, 3} {1, 2, 3} Notice the empty set is NOT in set brackets.

2n Number of Elements in Set Possible Subsets Total Number of Possible Subsets 1. {A} {A}   2  2. {A , B} {A , B} {A} {B}   4  {A , B , C} {A , B} {A , C} {B , C} {A} {B} {C}  8  3. {A , B , C} 4. {A , B , C, D} {A , B , C , D} {A , B , C} {A , B , D} {A , C , D} {B , C , D} {A , B} {A , C} {A , D} {A , B} …… {D}  ?  16 2n The number of possible subsets of a set of size n is ?

A = {1, 2, 3, 4, 5} B = {1, 3, 5, 7, 9} Remember we do not list elements more than once. A  B = {1, 2, 3, 4, 5, 7, 9} This is the union symbol. It means the set that consists of all elements of set A and all elements of set B. A  B = {1, 3, 5} This is the intersect symbol. It means the set containing all elements that are in both A and B.

These sets can be visualized with circles in what is called a Venn Diagram. A  B A  B Everything that is in A or B. Everything that is in A AND B.

Often will have a set that contains all elements that we wish to consider. This is called the universal set. All other sets are subsets of this set. A  B =  There are no elements in both A and B. When this is the case they are called disjoint sets. Universal Set A A B A This means the complement of A, and means the set of all elements in the universal set that are not in A.

100 people were surveyed. 52 people in a survey owned a cat 100 people were surveyed. 52 people in a survey owned a cat. 36 people owned a dog. 24 did not own a dog or cat. Draw a Venn diagram. Since 24 did not own a dog or cat, there must be 76 that do. 52 + 36 = 88 so there must be 88 - 76 = 12 people that own both a dog and a cat. universal set is 100 people surveyed 24 C D 12 40 24 n(C  D) = 76 Set C is the cat owners and Set D is the dog owners. The sets are NOT disjoint. Some people could own both a dog and a cat. This n means the number of elements in the set