Copyright © 2014 Curt Hill Set Operations Now it gets fun.

Slides:



Advertisements
Similar presentations
Set Operations. When sets are equal A equals B iff for all x, x is in A iff x is in B or … and this is what we do to prove sets equal.
Advertisements

Union Definition: The union of sets A and B, denoted by A B, contains those elements that are in A or B or both: Example: { 1, 2, 3} {3, 4, 5} = { 1,
Introduction to Set Theory
 Union  Intersection  Relative Complement  Absolute Complement Likened to Logical Or and Logical And Likened to logical Negation.
Set Operations and Venn Diagrams 2.2 – 2.3. The intersection of sets A and B, denoted by, is the set of all elements that are common to both. That is,.
Week 21 Basic Set Theory A set is a collection of elements. Use capital letters, A, B, C to denotes sets and small letters a 1, a 2, … to denote the elements.
Denoting the beginning
1 Section 1.7 Set Operations. 2 Union The union of 2 sets A and B is the set containing elements found either in A, or in B, or in both The denotation.
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.
Operations on Sets Union Intersection: Two sets are disjoint if their intersection is the null set. Difference A - B. Complement of a set A.
Chapter 2 Chapter The sample space of an experiment, denoted S , is the set of all possible outcomes of that experiment. An event is any collection.
Unit 10 – Logic and Venn Diagrams
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.
Chapter 3: Set Theory and Logic
Venn Diagrams/Set Theory   Venn Diagram- A picture that illustrates the relationships between two or more sets { } are often used to denote members of.
Chapter 3 – Set Theory  .
Chapter 2.5 – Compound Inequalities
Section 2.2 Subsets and Set Operations Math in Our World.
The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Chapter 2. Foundations of Probability Section 2.2. Sample Space and Events Jiaping Wang Department of Mathematical.
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.
Discrete Mathematical Structures 4 th Edition Kolman, Busby, Ross © 2000 by Prentice-Hall, Inc. ISBN
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
Fall 2008/2009 I. Arwa Linjawi & I. Asma’a Ashenkity 11 Basic Structure : Sets, Functions, Sequences, and Sums Sets Operations.
Rosen 1.6, 1.7. Basic Definitions Set - Collection of objects, usually denoted by capital letter Member, element - Object in a set, usually denoted by.
Introduction to Set theory. Ways of Describing Sets.
Chapter P Prerequisites: Fundamental Concepts of Algebra 1 Copyright © 2014, 2010, 2007 Pearson Education, Inc. 1 P.1 Algebraic Expressions, Mathematical.
Chapter 2 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Slide 7- 1 Copyright © 2012 Pearson Education, Inc.
Union and Intersection
Discrete Mathematics Set.
Warning: All the Venn Diagram construction and pictures will be done during class and are not included in this presentation. If you missed class you.
Copyright Curt Hill Euler Circles With Venn Diagrams Thrown in for Good Measure.
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.
Module #3 - Sets 3/2/2016(c) , Michael P. Frank 2. Sets and Set Operations.
Set Operations Section 2.2.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 2.3 Venn Diagrams and Set Operations.
Sets and Basic Operations on Sets Notation A set will usually be denoted by a capital letter, such as, A,B,X, Y,..., whereas lower-case letters, a, b,
Discrete Mathematics Lecture # 10 Venn Diagram. Union  Let A and B be subsets of a universal set U. The union of sets A and B is the set of all elements.
Section 1.2 – 1.3 Outline Intersection  Disjoint Sets (A  B=  ) AND Union  OR Universe The set of items that are possible for membership Venn Diagrams.
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.
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.
Unions and Intersections of Sets Chapter 3 Section 8.
Venn Diagrams.
Section 3.5 More Set Operators and relationships.
Introduction to Set Theory (§1.6) A set is a new type of structure, representing an unordered collection (group, plurality) of zero or more distinct (different)
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.
Sets Finite 7-1.
Copyright © Zeph Grunschlag,
Probability Vocabulary
Counting and Probability Section 12.1: Sets and Counting IBTWW…
Sets 2 2nd Year Maths.
Set Operations Section 2.2.
        { } Sets and Venn Diagrams Prime Numbers Even Numbers
Sets 2 – Learning Outcomes
Chapter Sets &Venn Diagrams.
Introduction to Sets.
L5 Set Operations.
Lesson 1.2 Set Operations pp. 6-8.
MATH 2311 Section 2.2.
2.1 – Symbols and Terminology
SETS: Unions & Intersections
Set Theoretic Operations

Sets, Unions, Intersections, and Complements
Presentation transcript:

Copyright © 2014 Curt Hill Set Operations Now it gets fun

Set Operations Operations, either unary or binary that operate on sets and produce sets. Basic operations include union, intersection, and complementation. From these other operations can be built, the most common of which is set difference Copyright © 2014 Curt Hill

Union A binary operation that takes two sets and produces the set containing every element from both of the two sets A  B is the notation Union is associative and commutative If A = {1,2,3,4,5} If B = {2,4,6,8} Then A  B = {1,2,3,4,5,6,8} Copyright © 2014 Curt Hill

Intersection A binary operation that takes two sets and produces the set containing only those elements that are in both sets Notation A  B Intersection is associative and commutative. If A = {1,2,3,4,5} If B = {2,4,6,8} Then A  B = {2,4} Copyright © 2014 Curt Hill

Set Difference A binary operation that takes two sets and produces a set, denoted by A-B The resulting set contains every element in A that is not an element in B If A = {1,2,3,4,5} If B = {2,4,6,8} Then A-B = {1,3,5} B-A = {6,8} Copyright © 2014 Curt Hill

Symmetric Difference The union of the two set differences If A = {1,2,3,4,5} If B = {2,4,6,8} Then A ⨁ B is {1,3,5,6,8} This is the same as (A  B)-(A  B) Copyright © 2014 Curt Hill

Complementation A unary operation that takes a set and produces the set containing the universe of discourse with every element from the original removed Symbol is the set with over bar: Ā. The same as U-A Copyright © 2014 Curt Hill

Sets and Logic Union corresponds to Or Intersection corresponds to And Complementation corresponds to Negation Subset corresponds to Implication –Mutual subset corresponds to biconditional or equivalence Copyright © 2014 Curt Hill

Next We will next consider Venn diagrams Copyright © 2014 Curt Hill