Introduction to Set theory. Ways of Describing Sets.

Slides:



Advertisements
Similar presentations
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,
Advertisements

Introduction to Set Theory
 Union  Intersection  Relative Complement  Absolute Complement Likened to Logical Or and Logical And Likened to logical Negation.
Discrete Mathematics Lecture 5 Alexander Bukharovich New York University.
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
Instructor: Hayk Melikya
(CSC 102) Discrete Structures Lecture 14.
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
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
Analytical Methods in CS (CIS 505)
Discrete Structures Chapter 3 Set Theory Nurul Amelina Nasharuddin Multimedia Department.
1 Set Theory. Notation S={a, b, c} refers to the set whose elements are a, b and c. a  S means “a is an element of set S”. d  S means “d is not an element.
1 Discussion #21 Discussion #21 Sets & Set Operations; Tuples & Relations.
SETS A set B is a collection of objects such that for every object X in the universe the statement: “X is a member of B” Is a proposition.
Mathematics.
Operations on Sets – Page 1CSCI 1900 – Discrete Structures CSCI 1900 Discrete Structures Operations on Sets Reading: Kolman, Section 1.2.
Chapter 2 The Basic Concepts of Set Theory © 2008 Pearson Addison-Wesley. All rights reserved.
©1999 Indiana University Trustees Basic Set Theory Definitions A set is a collection of objects or elements An element is an object that make up a set.
Set theory Sets: Powerful tool in computer science to solve real world problems. A set is a collection of distinct objects called elements. Traditionally,
2.1 – Sets. Examples: Set-Builder Notation Using Set-Builder Notation to Make Domains Explicit Examples.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Sets.
Set, Combinatorics, Probability & Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Set,
Copyright © 2014 Curt Hill Set Operations Now it gets fun.
Set Theory Dr. Ahmed Elmoasry. Contents Ch I: Experiments, Models, and Probabilities. Ch II: Discrete Random Variables Ch III: Discrete Random Variables.
CS201: Data Structures and Discrete Mathematics I
1. Set Theory Set: Collection of objects (“elements”) a  A “a is an element of A” “a is a member of A” a  A “a is not an element of A” A = {a 1, a 2,
CompSci 102 Discrete Math for Computer Science
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.
Chapter SETS DEFINITION OF SET METHODS FOR SPECIFYING SET SUBSETS VENN DIAGRAM SET IDENTITIES SET OPERATIONS.
Chapter 2 With Question/Answer Animations. Section 2.1.
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.
(CSC 102) Lecture 13 Discrete Structures. Previous Lectures Summary  Direct Proof  Indirect Proof  Proof by Contradiction  Proof by Contra positive.
Ch. 2 Basic Structures Section 1 Sets. Principles of Inclusion and Exclusion | A  B | = | A | + | B | – | A  B| | A  B  C | = | A | + | B | + | C.
Discrete Mathematics CS 2610 January 27, part 2.
ITD1111 Discrete Mathematics & Statistics STDTLP
Discrete Mathematics Set.
1 Section 1.2 Sets A set is a collection of things. If S is a set and x is a member or element of S we write x  S. Othewise we write x  S. The set with.
Module #3 - Sets 3/2/2016(c) , Michael P. Frank 2. Sets and Set Operations.
Thinking Mathematically Venn Diagrams and Subsets.
Thinking Mathematically Venn Diagrams and Set Operations.
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.
Chapter 1: Outcomes, Events, and Sample Spaces men 1.
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, Permutations, and Combinations. Lecture 4-1: Sets Sets: Powerful tool in computer science to solve real world problems. A set is a collection of.
Set. Outline Universal Set Venn Diagram Operations on Sets.
Dr. Ameria Eldosoky Discrete mathematics
CHAPTER 3 SETS, BOOLEAN ALGEBRA & LOGIC CIRCUITS
The Language of Sets If S is a set, then
CSNB 143 Discrete Mathematical Structures
Lecture 04 Set Theory Profs. Koike and Yukita
Set, Combinatorics, Probability & Number Theory
Sets Section 2.1.
1.1 Sets and Subsets.
The Basic Concepts of Set Theory
CSE 2353 – September 22nd 2003 Sets.
Exercises Show that (P  Q)  (P)  (Q)
CS100: Discrete structures
Set and Set Operations Grab a sheet from front.
Set Operations Section 2.2.
Algebra 1 Section 1.1.
The Basic Concepts of Set Theory
Chapter 2 Notes Math 309 Probability.
Chapter Sets &Venn Diagrams.
Discrete Mathematics R. Johnsonbaugh
CHAPTER 2 Set Theory.
Sets & Set Operations.
Introduction A set is a collection of objects.

Sets, Unions, Intersections, and Complements
Presentation transcript:

Introduction to Set theory

Ways of Describing Sets

Some Special Sets U

Special Sets Z represents the set of integers –Z + is the set of positive integers and –Z - is the set of negative integers N represents the set of natural numbers ℝ represents the set of real numbers Q represents the set of rational numbers

Subset

Proper Subset

Subsets Symbols a subset exists when a set’s members are also contained in another set notation:  means “is a subset of”  means “is a proper subset of”  means “is not a subset of” Equality of Two Sets

Venn Diagrams Venn diagrams show relationships between sets and their elements Universal Set Sets A & B

Venn Diagram Example 1 Set DefinitionElements A = {x | x  Z + and x  8} B = {x | x  Z + ; x is even and  10} A  B B  A

Venn Diagram Example 2 Set DefinitionElements A = {x | x  Z + and x  9} B = {x | x  Z + ; x is even and  8} A  B B  A A  B

Symmetric Difference: A  B = (A – B)  (B – A)

Set Identities Commutative Laws: A  B = A  B and A  B = B  A Associative Laws: (A  B)  C = A  (B  C) and (A  B)  C = A  (B  C) Distributive Laws: A  (B  C) = (A  B)  (A  C) and A  (B  C) = (A  B)  (A  C) Intersection and Union with universal set: A  U = A and A  U = U Double Complement Law: (A c ) c = A Idempotent Laws: A  A = A and A  A = A De Morgan’s Laws: (A  B) c = A c  B c and (A  B) c = A c  B c Absorption Laws: A  (A  B) = A and A  (A  B) = A Alternate Representation for Difference: A – B = A  B c Intersection and Union with a subset: if A  B, then A  B = A and A  B = B

Power Set Power set of A is the set of all subsets of A Theorem: if A  B, then P(A)  P(B) Theorem: If set X has n elements, then P(X) has 2 n elements