Set Theory.

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

Discrete Structures Chapter 6: Set Theory
CSE 20 Lecture 9 Boolean Algebra: Theorems and Proofs CK Cheng April 26, 2011 Lecture notes 1.
Chapter 3 Elementary Number Theory and Methods of Proof.
Discrete Mathematics Lecture 5 Alexander Bukharovich New York University.
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
Discrete Structures & Algorithms Basics of Set Theory EECE 320 — UBC.
Instructor: Hayk Melikya
(CSC 102) Discrete Structures Lecture 14.
Denoting the beginning
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.
Discrete Mathematics Lecture 4 Harper Langston New York University.
Discrete Structures Chapter 3 Set Theory Nurul Amelina Nasharuddin Multimedia Department.
Sets 1.
Sets 1.
CSE115/ENGR160 Discrete Mathematics 02/14/12 Ming-Hsuan Yang UC Merced 1.
EE1J2 - Slide 1 EE1J2 – Discrete Maths Lecture 12 Number theory Mathematical induction Proof by induction Examples.
1 Set Theory. 2 Set Properties Commutative Laws: Associative Laws: Distributive Laws:
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 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 Number Theory and Methods of Proof Content: Properties of integer, rational and real numbers. Underlying theme: Methods of mathematical proofs.
Rosen 1.6. Approaches to Proofs Membership tables (similar to truth tables) Convert to a problem in propositional logic, prove, then convert back Use.
1.2 Sample Space.
Set Theory. What is a set?  Sets are used to define the concepts of relations and functions. The study of geometry, sequences, probability, etc. requires.
1 Methods of Proof Proof techniques in this handout –Direct proof –Division into cases –Proof by contradiction In this handout, the proof techniques will.
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.
CS201: Data Structures and Discrete Mathematics I
Week 6 - Friday.  What did we talk about last time?  Solving recurrence relations.
Sets 2/10/121. What is a Set? Informally, a collection of objects, determined by its members, treated as a single mathematical object Not a real definition:
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.
Introduction to Set theory. Ways of Describing Sets.
Snick  snack Supplement: Worked Set Proofs Based on work by Meghan Allen.
UNIT - 2.  A binary operation on a set combines two elements of the set to produce another element of the set. a*b  G,  a, b  G e.g. +, -, ,  are.
Basic Definitions of Set Theory Lecture 23 Section 5.1 Wed, Mar 8, 2006.
Discrete Mathematics Set.
Copyright © Cengage Learning. All rights reserved. CHAPTER 8 RELATIONS.
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.
Chapter 1 Random events and the probability §1. Random event.
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 CS 2610 August 31, Agenda Set Theory Set Builder Notation Universal Set Power Set and Cardinality Set Operations Set Identities.
Week 15 - Wednesday.  What did we talk about last time?  Review first third of course.
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.
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.
Set. Outline Universal Set Venn Diagram Operations on Sets.
Relations Chapter 9 Copyright © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill.
The Relation Induced by a Partition
Applied Discrete Mathematics Week 1: Logic and Sets
Methods of Proof Proof techniques in this handout
The Language of Sets If S is a set, then
Discrete Mathematical The Set Theory
Lecture 04 Set Theory Profs. Koike and Yukita
Sets Section 2.1.
Week 7 - Monday CS322.
Dr. Ameria Eldosoky Discrete mathematics
… and now for something completely different…
Exercises Show that (P  Q)  (P)  (Q)
Chapter 2 Sets and Functions.
Review 2.
CS100: Discrete structures
Session – 2 SETS & Operations of SETS
Sets, Sequences, and Summations
Discrete Mathematics CS 2610
Applied Discrete Mathematics Week 3: Sets
… and now for something completely different…
Sets & Set Operations.
CSC102 - Discrete Structures (Discrete Mathematics) Set Operations
Presentation transcript:

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 of set S”. {x S | P(x)} is the set of all those x from S such that P(x) is true. E.g., T={x Z | 0<x<10} . Notes: 1) {a,b,c}, {b,a,c}, {c,b,a,b,b,c} all represent the same set. 2) Sets can themselves be elements of other sets, e.g., S={ {Mary, John}, {Tim, Ann}, …}

Relations between sets Definition: Suppose A and B are sets. Then A is called a subset of B: A  B iff every element of A is also an element of B. Symbolically, A B  x, if xA then x B. A  B  x such that xA and xB. B A A A B B A  B A  B A  B

Relations between sets Definition: Suppose A and B are sets. Then A equals B: A = B iff every element of A is in B and every element of B is in A. Symbolically, A=B  AB and BA . Example: Let A = {mZ | m=2k+3 for some integer k}; B = the set of all odd integers. Then A=B.

Operations on Sets Definition: Let A and B be subsets of a set U. 1. Union of A and B: A  B = {xU | xA or xB} 2. Intersection of A and B: A  B = {xU | xA and xB} 3. Difference of B minus A: BA = {xU | xB and xA} 4. Complement of A: Ac = {xU | xA} Ex.: Let U=R, A={x R | 3<x<5}, B ={x R| 4<x<9}. Then 1) A  B = {x R | 3<x<9}. 2) A  B = {x R | 4<x<5}. 3) BA = {x R | 5 ≤x<9}, AB = {x R | 3<x ≤4}. 4) Ac = {xR | x ≤3 or x≥5}, Bc = {xR | x ≤4 or x≥9}

Properties of Sets Theorem 1 (Some subset relations): 1) AB  A 2) A  AB 3) If A  B and B  C, then A  C . To prove that A  B use the “element argument”: 1. suppose that x is a particular but arbitrarily chosen element of A, 2. show that x is an element of B.

Proving a Set Property Theorem 2 (Distributive Law): For any sets A,B and C: A  (B  C) = (A  B)  (A  C) . Proof: We need to show that (I) A  (B  C)  (A  B)  (A  C) and (II) (A  B)  (A  C)  A  (B  C) . Let’s show (I). Suppose x  A  (B  C) (1) We want to show that x  (A  B)  (A  C) (2)

Proving a Set Property Proof (cont.): x  A  (B  C)  x  A or x  B  C . (a) Let x  A. Then x  AB and x  AC  x  (A  B)  (A  C) (b) Let x  B  C. Then xB and xC. Thus, (2) is true, and we have shown (I). (II) is shown similarly (left as exercise). ■

Set Properties Commutative Laws: Associative Laws: Distributive Laws:

Set Properties Double Complement Law: De Morgan’s Laws: Absorption Laws:

Showing that an alleged set property is false Statement: For all sets A,B and C, A(BC) = (AB)C . The following counterexample shows that the statement is false. Counterexample: Let A={1,2,3,4} , B={3,4,5,6} , C={3}. Then BC = {4,5,6} and A(BC) = {1,2,3} . On the other hand, AB = {1,2} and (AB)C = {1,2} . Thus, for this example A(BC) ≠ (AB)C .

Empty Set The unique set with no elements is called empty set and denoted by . Set Properties that involve  . For all sets A, 1.   A 2. A   = A 3. A   =  4. A  Ac = 

Disjoint Sets A and B are called disjoint iff A  B =  . Sets A1, A2, …, An are called mutually disjoint iff for all i,j = 1,2,…, n Ai  Aj =  whenever i ≠ j . Examples: 1) A={1,2} and B={3,4} are disjoint. 2) The sets of even and odd integers are disjoint. 3) A={1,4}, B={2,5}, C={3} are mutually disjoint. 4) AB, BA and AB are mutually disjoint.

Partitions Definition: A collection of nonempty sets {A1, A2, …, An} is a partition of a set A iff 1. A = A1  A2  …  An 2. A1, A2, …, An are mutually disjoint. Examples: 1) {Z+, Z-, {0} } is a partition of Z. 2) Let S0={n  Z | n=3k for some integer k} S1={n  Z | n=3k+1 for some integer k} S2={n  Z | n=3k+2 for some integer k} Then {S0, S1, S2} is a partition of Z.

Power Sets Definition: Given a set A, the power set of A, denoted P (A) , is the set of all subsets of A. Example: P ({a,b}) = {, {a}, {b}, {a,b}} . Properties: 1) If A  B then P (A)  P (B) . 2) If a set A has n elements then P (A) has 2n elements.