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.

Slides:



Advertisements
Similar presentations
Introduction to Set Theory
Advertisements

Discrete Structures Chapter 6: Set Theory
More Set Definitions and Proofs 1.6, 1.7. Ordered n-tuple The ordered n-tuple (a1,a2,…an) is the ordered collection that has a1 as its first element,
Discrete Mathematics Lecture 5 Alexander Bukharovich New York University.
Instructor: Hayk Melikya
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.
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.
Discrete Structures Chapter 3 Set Theory Nurul Amelina Nasharuddin Multimedia Department.
EE1J2 – Discrete Maths Lecture 7
Sets 1.
Sets 1.
Set Theory.
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.
2.1 – Symbols and Terminology Definitions: Set: A collection of objects. Elements: The objects that belong to the set. Set Designations (3 types): Word.
Discrete Mathematics Unit - I. Set Theory Sets and Subsets A well-defined collection of objects (the set of outstanding people, outstanding is very subjective)
2.1 – Sets. Examples: Set-Builder Notation Using Set-Builder Notation to Make Domains Explicit Examples.
Chapter 3 – Set Theory  .
Set, Combinatorics, Probability & Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Set,
Sets Defined A set is an object defined as a collection of other distinct objects, known as elements of the set The elements of a set can be anything:
CS 103 Discrete Structures Lecture 10 Basic Structures: Sets (1)
1 ENM 503 Block 1 Algebraic Systems Lesson 2 – The Algebra of Sets The Essence of Sets What are they?
Set Theory Dr. Ahmed Elmoasry. Contents Ch I: Experiments, Models, and Probabilities. Ch II: Discrete Random Variables Ch III: Discrete Random Variables.
Language: Set of Strings
Mathematical Proofs. Chapter 1 Sets 1.1 Describing a Set 1.2 Subsets 1.3 Set Operations 1.4 Indexed Collections of Sets 1.5 Partitions of Sets.
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,
Copyright © Cengage Learning. All rights reserved.
Week 6 - Friday.  What did we talk about last time?  Solving recurrence relations.
ELEMENTARY SET THEORY.
Discrete Mathematical Structures 4 th Edition Kolman, Busby, Ross © 2000 by Prentice-Hall, Inc. ISBN
Probability: Terminology  Sample Space  Set of all possible outcomes of a random experiment.  Random Experiment  Any activity resulting in uncertain.
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.
12/19/20151 … and now for something completely different… Set Theory Actually, you will see that logic and set theory are very closely related.
Discrete Mathematics CS 2610 January 27, part 2.
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.
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.
Strings and Languages Denning, Section 2.7. Alphabet An alphabet V is a finite nonempty set of symbols. Each symbol is a non- divisible or atomic object.
Basic Definitions of Set Theory Lecture 23 Section 5.1 Mon, Feb 21, 2005.
Module #3 - Sets 3/2/2016(c) , Michael P. Frank 2. Sets and Set Operations.
Set Operations Section 2.2.
1 Set Theory Second Part. 2 Disjoint Set let A and B be a set. the two sets are called disjoint if their intersection is an empty set. Intersection of.
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.
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.
Discrete Mathematics CS 2610 August 31, Agenda Set Theory Set Builder Notation Universal Set Power Set and Cardinality Set Operations Set Identities.
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.
Venn Diagrams.
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)
Sets Finite 7-1.
The Language of Sets If S is a set, then
Set Theory.
Discrete Mathematical The Set Theory
CSNB 143 Discrete Mathematical Structures
Set, Combinatorics, Probability & Number Theory
Sets Section 2.1.
Chapter 5, Set Theory 1.
CSE 2353 – September 22nd 2003 Sets.
        { } Sets and Venn Diagrams Prime Numbers Even Numbers
Session – 2 SETS & Operations of SETS
ALGEBRA I - SETS : UNION and INTERSECTION
SETS Sets are denoted by Capital letters Sets use “curly” brackets
2.1 – Symbols and Terminology
Sets & Set Operations.
Sets, Unions, Intersections, and Complements
Terminology and Symbols
Presentation transcript:

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 is completely defined by its elements i.e. {a,b} = {b,a} = {a,b,a} = {a,a,a,b,b,b}

Subset A  B   x  U, x  A  x  B A is contained in B B contains A A  B   x  U, x  A ^ x  B Relationship between membership and subset:  x  U, x  A  {x}  A Definition of set equality: A = B  A  B ^ B  A

Same Set or Not?? X={x  Z |  p  Z, x = 2p} Y={y  Z |  q  Z, y = 2q-2} A={x  Z |  i  Z, x = 2i+1} B={x  Z |  i  Z, x = 3i+1} C={x  Z |  i  Z, x = 4i+1}

Set Operations Formal Definitions and Venn Diagrams Union: Intersection: Complement: Difference:

Ordered n-tuple and the Cartesian Product Ordered n-tuple – takes order and multiplicity into account (x 1,x 2,x 3,…,x n ) –n values –not necessarily distinct –in the order given (x 1,x 2,x 3,…,x n ) = (y 1,y 2,y 3,…,y n )   i  Z 1  i  n, x i =y i Cartesian Product

Formal Languages  = alphabet = a finite set of symbols string over  = empty (or null) string denoted as  OR ordered n-tuple of elements  n = set of strings of length n  * = set of all finite length strings

Empty Set Properties 1.Ø is a subset of every set. 2.There is only one empty set. 3.The union of any set with Ø is that set. 4.The intersection of any set with its own complement is Ø. 5.The intersection of any set with Ø is Ø. 6.The Cartesian Product of any set with Ø is Ø. 7.The complement of the universal set is Ø and the complement of the empty set is the universal set.

Other Definitions Proper Subset Disjoint Set A and B are disjoint  A and B have no elements in common  x  U, x  A  x  B ^ x  B  x  A A  B = Ø  A and B are Disjoint Sets Power Set P (A) = set of all subsets of A

Properties of Sets in Theorems & Inclusion Transitivity DeMorgan’s for Complement Distribution of union and intersection

Using Venn Diagrams to help find counter example

Deriving new Properties using rules and Venn diagrams

Partitions of a set A collection of nonempty sets {A 1,A 2,…,A n } is a partition of the set A if and only if 1.A = A 1  A 2  …  A n 2.A 1,A 2,…,A n are mutually disjoint

Proofs about Power Sets Power set of A = P (A) = Set of all subsets of A Prove that  A,B  {sets}, A  B  P (A)  P (B) Prove that (where n(X) means the size of set X)  A  {sets}, n(A) = k  n( P (A)) = 2 k