Basic Definitions of Set Theory Lecture 24 Section 5.1 Fri, Mar 2, 2007.

Slides:



Advertisements
Similar presentations
Introduction to Set Theory
Advertisements

Discrete Structures Chapter 6: Set Theory
Discrete Mathematics Lecture 5 Alexander Bukharovich New York University.
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
(CSC 102) Discrete Structures Lecture 14.
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
The Engineering Design of Systems: Models and Methods
Discrete Mathematics Lecture 4 Harper Langston New York University.
Sets 1.
Sets 1.
 x (x 2  0) 1. True2. False.  x (3x + 2 = 12) 1. True2. False.
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.
Intro to Set Theory. Sets and Their Elements A set A is a collection of elements. If x is an element of A, we write x  A; if not: x  A. Say: “x is a.
Discrete Mathematics Unit - I. Set Theory Sets and Subsets A well-defined collection of objects (the set of outstanding people, outstanding is very subjective)
A Brief Summary for Exam 1 Subject Topics Propositional Logic (sections 1.1, 1.2) –Propositions Statement, Truth value, Proposition, Propositional symbol,
CSE 311 Foundations of Computing I Lecture 8 Proofs and Set Theory Spring
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Chapter 7 Review Important Terms, Symbols, Concepts 7.1. Logic A proposition is a statement (not a question.
Copyright © 2014 Curt Hill Sets Introduction to Set Theory.
Chapter 2: Basic Structures: Sets, Functions, Sequences, and Sums (1)
January 30, 2002Applied Discrete Mathematics Week 1: Logic and Sets 1 Let’s Talk About Logic Logic is a system based on propositions.Logic is a system.
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,
Sets and Sentences Open Sentences Foundations of Real Analysis.
CompSci 102 Discrete Math for Computer Science
Discrete Mathematical Structures 4 th Edition Kolman, Busby, Ross © 2000 by Prentice-Hall, Inc. ISBN
2.1 Sets 2.2 Set Operations –Set Operations –Venn Diagrams –Set Identities –Union and Intersection of Indexed Collections 2.3 Functions 2.4 Sequences and.
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 P SECTION 1 NOTES.
CSE 311 Foundations of Computing I Lecture 9 Proofs and Set Theory Autumn 2012 CSE
Lecture 2.1: Sets and Set Operations CS 250, Discrete Structures, Fall 2014 Nitesh Saxena Adopted from previous lectures by Cinda Heeren.
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.
12/19/20151 … and now for something completely different… Set Theory Actually, you will see that logic and set theory are very closely related.
Lecture 5: Set Theory 1 Dr Andrew Purkiss-Trew Cancer Research UK Mathematics for Computing.
Basic Definitions of Set Theory Lecture 23 Section 5.1 Wed, Mar 8, 2006.
Discrete Mathematics Set.
CSE 311: Foundations of Computing Fall 2013 Lecture 8: Proofs and Set theory.
1 Topic Sets (5.1, 5.2, 5.3). 2 Original author of the slides: Vadim Bulitko University of Alberta Modified by.
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.
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,
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.
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.
Lecture 5 Set Theory. Plan of lecture Why set theory? Sets and their properties Membership and definition of sets “Famous” sets Types of variables and.
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 Page 746.
Lecture 04 Set Theory Profs. Koike and Yukita
Venn Diagrams and Subsets
CSE 2353 – September 22nd 2003 Sets.
Intro to Set Theory The Math of Santa’s Bag.
… and now for something completely different…
Algebra 1 Section 1.1.
Session – 2 SETS & Operations of SETS
A Brief Summary for Exam 1
Chapter Sets &Venn Diagrams.
Introduction to Predicates and Quantified Statements I
Discrete Mathematics CS 2610
Lecture 2.1: Sets and Set Operations*
More about Sets.
… and now for something completely different…
Logic Logic is a discipline that studies the principles and methods used to construct valid arguments. An argument is a related sequence of statements.

Terminology and Symbols
Presentation transcript:

Basic Definitions of Set Theory Lecture 24 Section 5.1 Fri, Mar 2, 2007

The Universal Set Whenever we use sets, there must be a universal set U which contains all elements under consideration. Typical examples are U = R and U = N. Without a universal set, taking complements of set is problematic.

Set Operations Let A and B be set. Define the intersection of A and B to be A  B = {x  U | x  A and x  B}. Define the union of A and B to be A  B = {x  U | x  A or x  B}. Define the complement of A to be A c = {x  U | x  A}.

Sets and Boolean Operators A set may be represented as a sequence of true and false values. Let the universal set be U = {a 1, a 2, a 3, …}. Then the set A = {a 1, a 3, …} could be represented as {T, F, T, …} or as {1, 0, 1, …}.

Sets and Boolean Operators What boolean operations correspond to the set operations of union, intersection, and complementation?

Set Differences Define the difference A minus B to be A – B = {x  U | x  A and x  B}. Define the symmetric difference of A and B to be A  B = (A – B)  (B – A).

Sets and Boolean Operators What boolean operations correspond to the set operations of difference and symmetric difference?

Subsets A is a subset of B, written A  B, if  x  A, x  B. A equals B, written A = B, if  x  A, x  B and  x  B, x  A. A is a proper subset of B, written A  B, if  x  A, x  B and  x  B, x  A.

Sets and Boolean Operators Is there a boolean operator that corresponds to the subset relation? That is, an operation * on boolean variables such that A*B is true if and only if A  B?

Sets Defined by a Predicate Let P(x) be a predicate. Define a set A = {x  U | P(x)}. For any x  U, If P(x) is true, then x  A. If P(x) is false, then x  A. A is the truth set of P(x).

Sets Defined by a Predicate Two special cases. What predicate defines the universal set? What predicate defines the empty set?

Intersection and Union Let P(x) and Q(x) be predicates and define A = {x  U | P(x)}. B = {x  U | Q(x)}. Then the intersection of A and B is A  B = {x  U | P(x)  Q(x)}. The union of A and B is A  B = {x  U | P(x)  Q(x)}.

Complements and Differences The complement of A is A c = {x  U |  P(x)}. The difference A minus B is A – B = {x  U | P(x)   Q(x)}. The symmetric difference of A and B is A  B = {x  U | P(x)  Q(x)}.

Subsets A is a subset of B if  x  U, P(x)  Q(x), or  x  A, Q(x). A equals B if  x  U, P(x)  Q(x), or  x  A, Q(x) and  x  B, P(x). A is a proper subset of B if  x  A, Q(x) and  x  B,  P(x).