This section will discuss the symbolism and concepts of set theory

Slides:



Advertisements
Similar presentations
Learning Objectives for Section 7.2 Sets
Advertisements

Lecture 2 Introduction To Sets CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
Sets DISCRETE STRUCTURE ABDUL BASIT TAHIR, KAMRAN ALI, FAIZAN ILLAHI, NOMAN AHMAD, ARSALAN MUBASHIR.
Analytical Methods in CS (CIS 505)
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
Ch 9 Inequalities and Absolute Value
Chapter 2 The Basic Concepts of Set Theory © 2008 Pearson Addison-Wesley. All rights reserved.
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.
Objectives: By the end of class, I will be able to:  Identify sets  Understand subsets, intersections, unions, empty sets, finite and infinite sets,
Set, Combinatorics, Probability & Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Set,
Real Number System.
Introduction to Set Theory. Introduction to Sets – the basics A set is a collection of objects. Objects in the collection are called elements of the set.
SET THEORY. BASIC CONCEPTS IN SET THEORY Definition: A set is a collection of well-defined objects, called elements Examples: The following are examples.
CS 103 Discrete Structures Lecture 10 Basic Structures: Sets (1)
Chapter 7 Logic, Sets, and Counting Section 2 Sets.
CompSci 102 Discrete Math for Computer Science
1 Copyright © 2015, 2011, 2007 Pearson Education, Inc. Chapter 1-1 Basic Concepts Chapter 1.
Slide Chapter 2 Sets. Slide Set Concepts.
Chapter 2 Section 1 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Section 2.1. Section Summary Definition of sets Describing Sets Roster Method Set-Builder Notation Some Important Sets in Mathematics Empty Set and Universal.
The Real Number System Created by Mrs. Gray 2010.
Copyright © 2010 Pearson Education, Inc. All rights reserved Sec
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.
Set Operations Chapter 2 Sec 3. Union What does the word mean to you? What does it mean in mathematics?
Sets of Numbers Unions, Intersections, and Venn Diagrams
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.
Chapter 2 With Question/Answer Animations. Section 2.1.
Chapter P Prerequisites: Fundamental Concepts of Algebra 1 Copyright © 2014, 2010, 2007 Pearson Education, Inc. 1 P.1 Algebraic Expressions, Mathematical.
Real Numbers Natural Numbers – {1,2,3,4,5,6….}
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.
Sets Definition: A set is an unordered collection of objects, called elements or members of the set. A set is said to contain its elements. We write a.
Section 1Chapter 1. 1 Copyright © 2012, 2008, 2004 Pearson Education, Inc. Objectives Basic Concepts Write sets using set notation. Use number.
Set Operations Section 2.2.
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.
Section 2.1. Sets A set is an unordered collection of objects. the students in this class the chairs in this room The objects in a set are called the.
Chapter 2 1. Chapter Summary Sets (This Slide) The Language of Sets - Sec 2.1 – Lecture 8 Set Operations and Set Identities - Sec 2.2 – Lecture 9 Functions.
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.
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.
Chapter 2 Sets and Functions.
CHAPTER 3 SETS, BOOLEAN ALGEBRA & LOGIC CIRCUITS
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Set, Combinatorics, Probability & Number Theory
The Basic Concepts of Set Theory
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Intro to Set Theory The Math of Santa’s Bag.
CS100: Discrete structures
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
Chapter 1 Section 1.
Rational and Irrational Numbers
CHAPTER 1 - Sets and Intervals
Chapter 2 The Basic Concepts of Set Theory
CHAPTER 1 - Sets and Intervals
2 Chapter Numeration Systems and Sets
Chapter 2 The Basic Concepts of Set Theory
Chapter 7 Logic, Sets, and Counting
2.1 – Symbols and Terminology
Introduction A set is a collection of objects.
Presentation transcript:

This section will discuss the symbolism and concepts of set theory 6.2 Sets This section will discuss the symbolism and concepts of set theory

Set properties and set notation Definition of set: A set is any collection of objects specified in such a way that we can determine whether or not an object is or is not in the collection. Example 1. Set A is the set of all the letters in the alphabet. Notation: A = { a, b, c, d, e, …z) We use capital letters to represent sets. We list the elements of the set within braces. The three dots … indicate that the pattern continues. We can determine that an object is or is not in the collection. For example . e A stands for “e is an element of , or e belongs to set A” . This statement is true. The statement “ 3 A is false, since the number 3 is not an element of set A. The statement “ 3 ∈ A” is true.

Null set Example. What are the real number solutions of the equation? Answer: There are no real number solutions of this equation since no real number squared added to one can ever equal 0. We represent the solution as the null set { } or Ø

Set builder notation Sometimes it is convenient to represent sets using what is called set-builder notation. For example, instead of representing the set A, letters in the alphabet by the roster method, we can use set builder notation: means the same as { a , b , c, d, e , …z} Example two. { x l } = {3 , -3} . This is read as the set of all such that the square of x equals 9. The solution set consists of the two numbers 3 and -3.

Subsets A B means A is a subset of B. A is a subset of A if every element of A is also contained in B. For example, the set of integers denoted by { …-3, -2, -1, 0, 1, 2, 3, …} is a subset of the set of real numbers. Formal definition of subset: A B means if x A, the x B (null set )is a subset of every set. To verify this statement, let’s use the definition of subset. “ if x , then x is an element of A. But since the null set contains no elements, the statement x is an element of the null set is false. Hence, we have a conditional statement in which the premise is false. We know that p q is true if p is false. Since p is false, we conclude that the conditional statement is true. That is “ if x belongs to the null set, then x belongs to set A” is true, which implies that the null set must be a member of every set. Therefore, the null set is a subset of every set.

Number of subsets List all the subsets of set A = {bird, cat, dog} For convenience, we will use the notation A = {b , c, d} to represent set A. Solution: is a subset of A. We also know that every set is a subset of itself so A = {b , c, d } is a subset of set A since every element of set A is contained within set A. How many two-element subsets are there? We have {b, c}, {b, d} , {c, d} How many one-element subsets? { b} , {c} and {d} . There is a total of 8 subsets of set A if you count all the listed subsets.

Set operations The union of two sets is the set of all elements formed by combining all the elements of set A and all the elements of set B into one set. The symbolism used is The Venn Diagram representing the union of A and B is the entire region shaded yellow. A B

Example of Union The union of the rational numbers with the set of irrational numbers is the set of real numbers. Rational numbers are those numbers that can be expressed as fractions, while irrational numbers are numbers that cannot be represented exactly as fractions, such as Rational numbers a/b, ¾, 2/3 , 0.6 Irrational numbers such as square root of two, Pi , square root of 3 Real numbers: represented by shaded blue-green region

Intersection of sets A and B The intersection of sets A and B is the set of elements that is common to both sets A and B. It is symbolized as { x l x ∈A and x ∈B } Represented by Venn Diagrams: B A Intersection

Complement of a set A’ = { x ∈ U |x∈ A} To understand the complement of a set, we must first define the universal set. The set of all elements under consideration is called the universal set. For example, when discussing numbers, the universal set may consist of the set of real numbers. All other types of numbers (integers, rational numbers, irrational numbers ) are subsets of the universal set of real numbers. Complement of set A: The complement of a set A is defined as the set of elements that are contained in U, the universal set, but not contained in set A. The symbolism for the complement of set A follows: A’ = { x ∈ U |x∈ A}

Venn Diagram for complement of set A The complement of set A is represented by the regions that are colored blue and yellow. The complement of set A is the region outside of the white circle representing set A. Yellow region= all elements in U that are neither in A or B. A Elements of set B that are not in A A’ B A’