Lecture 04 Set Theory Profs. Koike and Yukita

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

Introduction to Set Theory
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.
Sets 1.
Sets 1.
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.
Mathematics.
Survey of Mathematical Ideas Math 100 Chapter 2
2.1 – Symbols and Terminology Definitions: Set: A collection of objects. Elements: The objects that belong to the set. Set Designations (3 types): Word.
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.
2.1 – Sets. Examples: Set-Builder Notation Using Set-Builder Notation to Make Domains Explicit Examples.
Chapter 3 – Set Theory  .
MTH 231 Section 2.1 Sets and Operations on Sets. Overview The notion of a set (a collection of objects) is introduced in this chapter as the primary way.
Chapter 7 Logic, Sets, and Counting Section 2 Sets.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Chapter 7 Review Important Terms, Symbols, Concepts 7.1. Logic A proposition is a statement (not a question.
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.
Week 11 What is Probability? Quantification of uncertainty. Mathematical model for things that occur randomly. Random – not haphazard, don’t know what.
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,
SECTION 2-3 Set Operations and Cartesian Products Slide
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.
Chapter SETS DEFINITION OF SET METHODS FOR SPECIFYING SET SUBSETS VENN DIAGRAM SET IDENTITIES SET OPERATIONS.
Sets Goal: Introduce the basic terminology of set theory.
Introduction to Set theory. Ways of Describing Sets.
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.
ITD1111 Discrete Mathematics & Statistics STDTLP
Discrete Mathematics Set.
Probability theory is the branch of mathematics concerned with analysis of random phenomena. (Encyclopedia Britannica) An experiment: is any action, process.
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.
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.
Basic Definitions of Set Theory Lecture 23 Section 5.1 Mon, Feb 21, 2005.
Set Operations Section 2.2.
Notions & Notations (2) - 1ICOM 4075 (Spring 2010) UPRM Department of Electrical and Computer Engineering University of Puerto Rico at Mayagüez Spring.
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.
Induction Practice CS1050. Prove that whenever n is a positive integer. Proof: Basis Case: Let n = 1, then.
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.
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.
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.
Dr. Ameria Eldosoky Discrete mathematics
Chapter two Theory of sets
CHAPTER 3 SETS, BOOLEAN ALGEBRA & LOGIC CIRCUITS
Unions and Intersections of Sets
CSNB 143 Discrete Mathematical Structures
What is Probability? Quantification of uncertainty.
ALGEBRA II H/G - SETS : UNION and INTERSECTION
The Basic Concepts of Set Theory
Intro to Set Theory The Math of Santa’s Bag.
Set and Set Operations Grab a sheet from front.
Set Operations Section 2.2.
        { } Sets and Venn Diagrams Prime Numbers Even Numbers
The Basic Concepts of Set Theory
ALGEBRA I - SETS : UNION and INTERSECTION
Discrete Mathematics R. Johnsonbaugh
Chapter 7 Logic, Sets, and Counting
ALGEBRA II H/G - SETS : UNION and INTERSECTION
2.1 – Symbols and Terminology
Introduction A set is a collection of objects.
Presentation transcript:

Lecture 04 Set Theory Profs. Koike and Yukita Discrete Systems I Lecture 04 Set Theory Profs. Koike and Yukita

1. Goals (You will be familiar with ) Notation and Terminology of Set Theory. Mathematical Induction. Disc Sys 04

2. Sets and Elements notation Disc Sys 04

How to read “p is an element of A” “p is not an element of A” “p belongs to A” “p is not an element of A” “p does not belong to A” A is the set whose elements are a, i, u, e, and o. B is the set of all posive even integers. Disc Sys 04

Convention Use capital letters A, B, … to denote sets. Use lower case letters a, b, … to denote elements of sets. Disc Sys 04

The following sets are all equal. Disc Sys 04

Special symbols for some sets Disc Sys 04

3. Universal set and Empty set The universal set The empty set Disc Sys 04

4. Subsets notation, how to read A is a subset of B. B contains A. A is contained in B. Disc Sys 04

Examples of inclusion Disc Sys 04

Proper subset Disc Sys 04

5. Venn diagrams U B A Disc Sys 04

Disjoint sets U A B Disc Sys 04

Intersecting sets U B A Disc Sys 04

6. Set operations Union and Intersection Disc Sys 04

Complements The complement of A is the set of elements which belong to U but which do not belong to A. U A Disc Sys 04

Difference, Relative complement A minus B. A B Disc Sys 04

7. Algebra of Sets and Duality Trivial rules: Disc Sys 04

Distributive Laws A A B B C C Disc Sys 04

De Morgan's Laws U U B B A A Disc Sys 04

Duality To get the dual of an equation of set algebra, replace each occurrence of by Disc Sys 04

8. Counting Principle for finite sets Disc Sys 04

9. Power sets Given a set S, we call the set of all subsets of S the power set of S and denote it by Disc Sys 04

The power set of Disc Sys 04

Generalized set operations Disc Sys 04

Examples Disc Sys 04

10. Mathematical Induction Let P be the proposition defined on the positive integers N, i.e., P(n) is either true or false for each n in N. (i) P(1) is true. (ii) P(n+1) is true whenever P(n) is true. P(n) is true for every positive integer n. Disc Sys 04

Problem 1 Consider the Venn diagram of two arbitrary sets A and B. Shade the sets: U A B 1.10 Disc Sys 04

Problem 2 Illustrate the distributive law with Venn diagrams. A B C 1.11 Disc Sys 04

Problem 3 Illustrate the distributive law with Venn diagrams. A B C 1.11 Disc Sys 04

Problem 4 1.17 Disc Sys 04

Hints for a rigorous approach to Problem 4 Disc Sys 04

Problem 5 1.20 Disc Sys 04

Problem 6 1.24 Disc Sys 04