CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.

Slides:



Advertisements
Similar presentations
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
Advertisements

CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
Prof. Shachar Lovett Clicker frequency: CA CSE 20 Discrete math Prof. Shachar Lovett
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
Discrete Mathematics I Lectures Chapter 6
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
Prof. Johnnie Baker Module Basic Structures: Sets
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
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
CSE 20 – Discrete Mathematics Dr. Cynthia Bailey Lee Dr. Shachar Lovett Peer Instruction in Discrete Mathematics by Cynthia Leeis licensed under a Creative.
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
EE1J2 – Discrete Maths Lecture 7
Discussion #25 1/13 Discussion #25 Set Topics & Applications.
CSE115/ENGR160 Discrete Mathematics 02/14/12 Ming-Hsuan Yang UC Merced 1.
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
Ch 9 Inequalities and Absolute Value
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
Chapter 2 The Basic Concepts of Set Theory © 2008 Pearson Addison-Wesley. All rights reserved.
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
CSE 20 – Discrete Mathematics Dr. Cynthia Bailey Lee Dr. Shachar Lovett Peer Instruction in Discrete Mathematics by Cynthia Leeis licensed under a Creative.
Math 71B 11.1 – Sequences and Summation Notation 1.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
Copyright © 2014 Curt Hill Sets Introduction to Set Theory.
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,
CompSci 102 Discrete Math for Computer Science
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
Section 2.1. Section Summary Definition of sets Describing Sets Roster Method Set-Builder Notation Some Important Sets in Mathematics Empty Set and Universal.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
Lecture 2.1: Sets and Set Operations CS 250, Discrete Structures, Fall 2014 Nitesh Saxena Adopted from previous lectures by Cinda Heeren.
Chapter 2 With Question/Answer Animations. Section 2.1.
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.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
Lecture 5: Set Theory 1 Dr Andrew Purkiss-Trew Cancer Research UK Mathematics for Computing.
Discrete Mathematics. Set Theory - Definitions and notation A set is an unordered collection of elements. Some examples: {1, 2, 3} is the set containing.
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.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
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.
Fr: Discrete Mathematics by Washburn, Marlowe, and Ryan.
Discrete Mathematics CS 2610 August 31, Agenda Set Theory Set Builder Notation Universal Set Power Set and Cardinality Set Operations Set Identities.
The Basic Concepts of Set Theory. Chapter 1 Set Operations and Cartesian Products.
CSE 20 – Discrete Mathematics Dr. Cynthia Bailey Lee Dr. Shachar Lovett Peer Instruction in Discrete Mathematics by Cynthia Leeis licensed under a Creative.
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.
Chapter 1: Outcomes, Events, and Sample Spaces men 1.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
Applied Discrete Mathematics Week 1: Logic and Sets
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.
CSE 2353 – September 22nd 2003 Sets.
… and now for something completely different…
Exercises Show that (P  Q)  (P)  (Q)
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett
CHAPTER 1 - Sets and Intervals
CHAPTER 1 - Sets and Intervals
Discrete Mathematics CS 2610
… and now for something completely different…
Lecture Sets 2.2 Set Operations.
Basic Definitions of Set Theory
Section 3.2 More set operations.
Presentation transcript:

CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA

Todays topics Set sizes Set builder notation Set rapid-fire quiz Section 2.1 in Jenkyns, Stephenson

Power set size Let A be a set of n elements: |A|=n How large is P(A), the power-set of A? A. |P(A)| = n B. |P(A)| = 2n C. |P(A)| = n 2 D. |P(A)| = 2 n E. None/other/more than one

Union size

Intersection size

Cartesian product size

Important sets of numbers Z = integers Z = {…,-3,-2,-1,0,1,2,3,…} N = natural numbers = positive integers N = {1,2,3,…} Q = rational numbers Q = {x/y : x,y  Z}

Set builder notation

Ways of defining a set Enumeration: {1,2,3,4,5,6,7,8,9} + very clear - impractical for large sets Incomplete enumeration (ellipses): {1,2,3,…,98,99,100} + takes up less space, can work for large or infinite sets - not always clear { …} What does this mean? What is the next element? Set builder: { n | } + can be used for large or infinite sets, clearly sets forth rules for membership

Primes Enumeration may not be clear: { …} How can we write the set Primes using set builder notation? A. {n  N :   a,b  N, n=ab} B. {n  N :  a,b  N, n=ab  (a=1  b=1)} C. {a,b  N :  n  N, n=ab  (a=n  b=n)} D. {n  N :  a,b  N, n=ab  (a=1  b=1)} E. None/other/more than one

Russell’s paradox Let A={S| S  S} Does A  A? A. Yes B. No C. Neither D. Both E. Other

Russell’s paradox

Set Theory rapid-fire practice

Next class Functions, sequences Read section 2.2 in Jenkyns, Stephenson