Sets Part II.

Slides:



Advertisements
Similar presentations
Part 1 Module 1 Sets, elements, subsets In this course we cover a variety of topics, some of which may seem to be completely unrelated to others. Set mathematics.
Advertisements

Sets and its element A set is a collection of well-defined and well-distinguished objects. The objects that make up a set are called the members or elements.
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.
Computability and Complexity 4-1 Existence of Undecidable Problems Computability and Complexity Andrei Bulatov.
Great Theoretical Ideas in Computer Science.
THE PHYSICAL UNIVERSE MatterEnergy Einstein: E=mc 2. Energy and matter are interconvertible. Has mass Takes up space = Has volume The capacity to move.
Analytical Methods in CS (CIS 505)
Combinations We should use permutation where order matters
MTH 060 Elementary Algebra I Section 1.7 Properties of Real Numbers “There is a valid reason for everything you do in algebra.”
Solving Absolute Value Equations
Chapter 2 The Basic Concepts of Set Theory
Cantor’s Legacy: Infinity And Diagonalization Great Theoretical Ideas In Computer Science Steven RudichCS Spring 2004 Lecture 25Apr 13, 2004Carnegie.
Relations Chapter 9.
SET Miss.Namthip Meemag Wattanothaipayap School. Definition of Set Set is a collection of objects, things or symbols. There is no precise definition for.
Bell Work: Given the sets L = {0, 1, 2, 3}, M = {5, 6, 7}, and N = {0, 1}, are the following statements true or false? (a) 6 L (b) 0 N.
Subsets. Subsets are sort of like nested Russian dolls: the subset “fits inside” the set.
Sets Day 1 Part II.
Cardinality of Sets Section 2.5.
This section will discuss the symbolism and concepts of set theory
1.2 Sample Space.
1 Lecture 3 (part 3) Functions – Cardinality Reading: Epp Chp 7.6.
Computability Review homework. Regular Operations. Nondeterministic machines. NFSM = FSM Homework: By hand, build FSM version of specific NFSM. Try to.
COMPSCI 102 Introduction to Discrete Mathematics.
Set Theory Symbols and Terminology Set – A collection of objects.
Set Notation Subset Element Union Intersection Not a Subset
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.
1 Chapter Two Basic Concepts of Set Theory –Symbols and Terminology –Venn Diagrams and Subsets.
Great Theoretical Ideas in Computer Science.
Chapter 2 Section 2 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
ABC Picture Find Rachel Davis. Instructions Find something in the pictures that start with each letter of the alphabet. The items can be colors, body.
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.
 One way we can prove that a line is tangent to a circle is to use the converse of the Pythagorean Theorem.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 2.2 Subsets.
Thinking Mathematically Venn Diagrams and Subsets.
Set Theorem By Derek Mok, Alex Yau, Henry Tsang and Tommy Lee.
To Infinity And Beyond! CS Lecture 11 The Ideal Computer: no bound on amount of memory Whenever you run out of memory, the computer contacts the.
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.
Solving Absolute Value Equations Unit 1A Lesson 4.
Section 2.5. Cardinality Definition: A set that is either finite or has the same cardinality as the set of positive integers (Z + ) is called countable.
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 9.1. Section Summary Relations and Functions Properties of Relations Reflexive Relations Symmetric and Antisymmetric Relations Transitive Relations.
 2012 Pearson Education, Inc. Slide Chapter 2 The Basic Concepts of Set Theory.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 2.2 Subsets.
Section 6.3. Section Summary Permutations Combinations.
Relations Chapter 9 Copyright © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill.
Great Theoretical Ideas In Computer Science
Venn Diagrams and Subsets
Chapter 2 The Basic Concepts of Set Theory
ISOTOPES.
ALGEBRA II H/G - SETS : UNION and INTERSECTION
Taibah University College of Computer Science & Engineering Course Title: Discrete Mathematics Code: CS 103 Chapter 2 Sets Slides are adopted from “Discrete.
The Basic Concepts of Set Theory
Session – 2 SETS & Operations of SETS
Strings and Lists – the split method
ABC English Alphabet.
Chapter 2 The Basic Concepts of Set Theory
ALGEBRA I - SETS : UNION and INTERSECTION
SETS Sets are denoted by Capital letters Sets use “curly” brackets
STARS: Strategies to Achieve Reading Success
ALGEBRA II H/G - SETS : UNION and INTERSECTION
Section 2.6 Infinite Sets.
§2.2, Subsets.
Cardinality Definition: The cardinality of a set A is equal to the cardinality of a set B, denoted |A| = |B|, if and only if there is a one-to-one correspondence.
Set Concepts & Subsets Sections 2.1 & 2.2.
Cause and Effect Academic Habits.
Chapter 3 Vocabulary 3.)Roster form 4.) Set-builder notation 5.) Empty set 6.) Universal set 7.) Complement of a set.
Section 2.2 Subsets.
Terminology and Symbols
Presentation transcript:

Sets Part II

Definition of Subset Set A is a subset of set B, symbolized A ⊆ B, if and only if all the elements of set A are also elements of set B. Note that A is a subset of set B if the following two conditions hold: A is first and foremost a SET. (A can’t be a subset if it isn’t a set.) If x ∈ A, then x ∈ B.

Q: Is A a subset of B? A = {a, e, i, o, u} B = {letters in the English alphabet} Check the conditions: 1 – Is A a set? 2 – Are the letters a, e, i, o, and u contained in set B? A:

Q: Is A a subset of B? A: Q: Is B a subset of A? A: A = {1, 2, 3} B = {2} A: Q: Is B a subset of A? A:

Fact about the empty set. Fact: The empty set is a subset of every set. Why? The reasoning is kind of hard to follow because you have to look at why it is that ɸ cannot not be a subset of every set. Suppose that there is some set A of which ɸ is not a subset. Then that means that there is something in ɸ which is not in A. Since this can’t happen no such set A exists.

True or False {1,2,3} = {3,2,1} {1,2,3} ⊆ {3,2,1} 1∈ {1,2,3} 1⊆ {1,2,3} {1} ⊆ {1,2,3} ɸ⊆ {1,2,3} ɸ∈ {1,2,3} ɸ∈ {ɸ,{1,2,3},Fred} True or False

Definition of Proper Subset Set A is a proper subset of set B, symbolized by A ⊂ B, if and only if the following three conditions hold: A is a set. Every element of A is also an element of B. A ≠ B. Note: The first two conditions imply that A must be a subset of B. Therefore A is a proper subset of B if A is a subset of B and A is not equal to B.

True or False {1,2,3} ⊂ {1,2,3} {1,2} ⊂ {1,2,3} φ ⊂ {1,2,3} a ⊂ {a,b,c} a ∈ {a,b,c} {a} ⊂ {a,b,c} {1} ⊄ {1} φ ⊂ φ φ ⊆ φ φ = φ {0} ⊄ φ

Number of Subsets of a Set List all the subsets of the set A = {1,2} List all the subsets of the set B = {1,2,3} List all the subsets of the set C = {a,b,c} How many subsets will the set D have if D = {x,y,z} How many subsets will the set E have if E = {1,2,3,4} If n(A)=k, then the number of subsets of A is .