CSE15 Discrete Mathematics 02/13/17

Slides:



Advertisements
Similar presentations
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
Advertisements

2.1 Sets ‒Sets ‒Common Universal Sets ‒Subsets 2.2 Set Operations 2.3 Functions 2.4 Sequences and Summations 1.
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
Section 1.6: Sets Sets are the most basic of discrete structures and also the most general. Several of the discrete structures we will study are built.
2.1 Sets. DEFINITION 1 A set is an unordered collection of objects. DEFINITION 2 The objects in a set are called the elements, or members, of the set.
Sets DISCRETE STRUCTURE ABDUL BASIT TAHIR, KAMRAN ALI, FAIZAN ILLAHI, NOMAN AHMAD, ARSALAN MUBASHIR.
Denoting the beginning
Analytical Methods in CS (CIS 505)
Sets 1.
CSE115/ENGR160 Discrete Mathematics 02/10/11 Ming-Hsuan Yang UC Merced 1.
Sets 1.
Sets. Copyright © Peter Cappello Definition Visualize a dictionary as a directed graph. Nodes represent words If word w is defined in terms of word.
Discrete Math 6A Max Welling. Recap 1. Proposition: statement that is true or false. 2. Logical operators: NOT, AND, OR, XOR, ,  3. Compound proposition:
Discrete Maths Objective to re-introduce basic set ideas, set operations, set identities , Semester 2, Set Basics 1.
2.1 – Symbols and Terminology Definitions: Set: A collection of objects. Elements: The objects that belong to the set. Set Designations (3 types): Word.
CSCI 1900 Discrete Structures
MATHEMATICS XI SETS.
Sets.
ICS 253: Discrete Structures I
Set, Combinatorics, Probability & Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Set,
CS 103 Discrete Structures Lecture 10 Basic Structures: Sets (1)
Discrete Mathematics and Its Applications Sixth Edition By Kenneth Rosen Copyright  The McGraw-Hill Companies, Inc. Permission required for reproduction.
2. 1 Basic structures Sets Set Operations Functions Sequences & Sums
Copyright © 2014 Curt Hill Sets Introduction to Set Theory.
DISCRETE COMPUTATIONAL STRUCTURES
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.
Chapter 2: Basic Structures: Sets, Functions, Sequences, and Sums (1)
CompSci 102 Discrete Math for Computer Science
Section 2.1. Section Summary Definition of sets Describing Sets Roster Method Set-Builder Notation Some Important Sets in Mathematics Empty Set and Universal.
ELEMENTARY SET THEORY.
Definition of a Set DM is study of discrete structures. Fundamental discrete structure upon which most of other discrete structures are built is the sets.
Sets Goal: Introduce the basic terminology of set theory.
Chapter 2 With Question/Answer Animations. Section 2.1.
Basic Structures: Sets, Functions, Sequences, and Sums.
Discrete Mathematics Lecture # 10. Set Theory  A well defined collection of {distinct} objects is called a set.  The objects are called the elements.
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.
Module #3 - Sets 3/2/2016(c) , Michael P. Frank 2. Sets and Set Operations.
Discrete Mathematics CS 2610 August 31, Agenda Set Theory Set Builder Notation Universal Set Power Set and Cardinality Set Operations Set Identities.
Section 2.1. Sets A set is an unordered collection of objects. the students in this class the chairs in this room The objects in a set are called the.
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.
DISCRETE COMPUTATIONAL STRUCTURES CSE 2353 Fall 2010 Most slides modified from Discrete Mathematical Structures: Theory and Applications by D.S. Malik.
CPCS 222 Discrete Structures I
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.
ICS 253: Discrete Structures I
Sets CS 202, Spring 2007 Epp, chapter 5.
Sets.
Applied Discrete Mathematics Week 1: Logic and Sets
Set Definition: A set is unordered collection of objects.
The Language of Sets If S is a set, then
Set, Combinatorics, Probability & Number Theory
COT 3100, Spring 2001 Applications of Discrete Structures
Sets Section 2.1.
Chapter 1 Logic and Proofs Homework 2 Given the statement “A valid password is necessary for you to log on to the campus server.” Express the statement.
(є:belongs to , є:does not belongs to)
Taibah University College of Computer Science & Engineering Course Title: Discrete Mathematics Code: CS 103 Chapter 2 Sets Slides are adopted from “Discrete.
… and now for something completely different…
CS100: Discrete structures
Set Theory A B C.
2.1 Sets Dr. Halimah Alshehri.
CHAPTER 1 - Sets and Intervals
CHAPTER 1 - Sets and Intervals
Sets. EXAMPLE 1 The set O of odd positive integers less than 10 can be expressed by O = { l, 3, 5, 7, 9}. * This way of describing a set is known as.
Discrete Mathematics CS 2610
The aim of education is to teach students how to think rather than what to think. Sets The set is the fundamental discrete structure on which all other.
ICS 253: Discrete Structures I
Chapter 7 Logic, Sets, and Counting
… and now for something completely different…
2.1 – Symbols and Terminology
Lecture Sets 2.2 Set Operations.
Sets & Set Operations.
Presentation transcript:

CSE15 Discrete Mathematics 02/13/17 Ming-Hsuan Yang UC Merced

2. 1 Basic structures Sets Functions Sequences Sums

Sets Used to group objects together Objects of a set often have similar properties all students enrolled at UC Merced all students currently taking discrete mathematics A set is an unordered collection of objects The objects in a set are called the elements or members of the set A set is said to contain its elements

Notation The set of all vowels in the English alphabet can be written as V={a, e, i, o, u} The set of odd positive integers less than 10 can be expressed by O={1, 3, 5, 7, 9} Nothing prevents a set from having seemingly unrelated elements, {a, 2, Fred, New Jersey} The set of positive integers<100: {1,2,3,…, 99}

Notation Set builder: characterize the elements by stating the property or properties The set O of all odd positive integers < 10: O={x|x is an odd positive integer < 10} or specify as The set of positive rational numbers

Notation The set {N, Z, Q, R} is a set containing four elements, each of which is a set

Interval notation [a,b] = {x | a ≤ x ≤ b} [a,b) = {x | a ≤ x < b} (a,b] = {x | a < x ≤ b} (a,b) = {x | a < x < b} closed interval [a,b] open interval (a,b)

Sets and operations A datatype or type is the name of a set, Together with a set of operations that can be performed on objects from that set Boolean: the name of the set {0,1} together with operations on one or more elements of this set such as AND, OR, and NOT

Sets Two sets are equal if and only if they have the same elements That is if A and B are sets, then A and B are equal if and only if . We write A=B if A and B are equal sets The sets {1, 3, 5} and {3, 5, 1} are equal Order is not important; elements can be listed more than once The sets {1, 3, 3, 3, 5, 5, 5, 5} is the same as {1, 3, 5} because the have the same elements

Venn diagram Rectangle: Universal set that contains all the objects Circle: sets U: 26 letters of English alphabet V: a set of vowels in the English alphabet

Empty set and singleton Empty (null) set: denoted by {} or Ø The set of positive integers that are greater than their squares is the null set Singleton: A set with one element A common mistake is to confuse Ø with {Ø}

Subset The set A is a subset of B if and only if every element of A is also an element of B Denote by A⊆B We see A⊆B if and only if

Empty set and the set S itself Theorem: or every set S (i) Ø⊆S, and (ii)S⊆S Let S be a set, to show Ø⊆S, we need to show ∀x(x∈∅→x∈S) is true. But x∈∅ is always false, and thus the conditional statement is always true An example of vacuous proof (ii) is left as an exercise

Proper subset A is a proper subset of B: Emphasize that A is a subset of B but that A≠B, and write it as A⊂B One way to show that two sets have the same elements is to show that each set is a subset of the other, i.e., if A⊆B and B⊆A, then A=B

Sets have other sets as members A={∅, {a}, {b}, {a,b}} B={x|x is a subset of the set {a, b}} Note that A=B and {a}∊A but a∉A Sets are used extensively in computing problem

Cardinality Let S be a set. If there are exactly n distinct elements in S where n is a non-negative integer S is a finite set |S|=n, n is the cardinality of S Let A be the set of odd positive integers < 10, |A|=5 Let S be the set of letters in English alphabet, |S|=26 The null set has no elements, thus |∅|=0

Infinite set and power set A set is said to be infinite if it is not finite The set of positive integers is infinite Given a set S, the power set of S is the set of all subsets of the set S. The power set of S is denoted by P(S) The power set of {0,1,2} P({0,1,2})={∅,{0},{1},{2},{0,1},{1,2},{0,2},{0,1,2}} Note the empty set and set itself are members of this set of subsets

Example What is the power set of the empty set? The set {∅} has exactly two subsets, i.e., ∅, and the set {∅}. Thus P({∅})={∅,{∅}} If a set has n elements, then its power set has 2n elements

Cartesian product Sets are unordered The ordered n-tuple (a1, a2, …, an) is the ordered collection that has a1 as its first element, a2 as its second element, and an as its nth element (a1, a2, …, an)= (b1, b2, …, bn) if and only if ai=bi for i=1, 2, .., n

Ordered pairs 2-tupels are called ordered pairs (a, b) and (c, d) are equal if and only if a=c and b=d Note that (a, b) and (b, a) are not equal unless a=b

Cartesian product The Cartesian product of sets A and B, denoted by A x B, is the set of all ordered pairs (a,b), where a ∊ A and b ∊ B A: students of UC Merced, B: all courses offered at UC Merced A x B consists of all ordered pairs of (a, b), i.e., all possible enrollments of students at UC Merced

Example A={1, 2}, B={a, b, c}, What is A x B? A x B = {(1, a), (1, b), (1, c), (2, a), (2, b), (2, c)} A subset R of the Cartesian product A x B is called a relation A={a, b, c} and B={0, 1, 2, 3}, R={(a, 0), (a, 1), (a,3), (b, 1), (b, 2), (c, 0), (c,3)} is a relation from A to B A x B ≠ B x A B x A = {(a, 1), (a, 2), (b, 1), (b, 2), (c, 1), (c, 2)}

Cartesian product: general case Cartesian product of A1, A2, …, An, is denoted by A1 x A2 x … x An is the set of ordered n-tuples (a1, a2, …, an) where ai belongs to Ai for i=1, 2, …, n A={0,1}, B={1,2}, C={0,1,2} A x B x C={{0, 1, 0},{0, 1, 1}, {0, 1, 2}, {0, 2, 0}, {0, 2, 1}, {0, 2, 2}, {1, 1, 0}, {1, 1, 1}, {1, 1, 2}, {1, 2, 0}, {1, 2, 1}, {1, 2, 2}}

Using set notation with quantifiers denotes the universal quantification P(x) over all elements in the set S Shorthand for is shorthand for What do they man? The square of every real number is non-negative There is an integer whose square is 1

Truth sets of quantifiers Predicate P, and a domain D, the truth set of P is the set of elements x in D for which P(x) is true, denote by {x ∊ D|P(x)} P(x) is |x|=1, Q(x) is x2=2, and R(x) is |x|=x and the domain is the set of integers Truth set of P, {x∊Z||x|=1}, i.e., the truth set of P is {-1,1} Truth set of Q, {x∊Z|x2=2}, i.e., the truth set is ∅ Truth set of R, {x∊Z||x|=x}, i.e., the truth set is N

Example is true over the domain U if and only if P is the set U is true over the domain U if and only if P is non-empty