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.

Slides:



Advertisements
Similar presentations
Lecture 2 Introduction To Sets CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
Advertisements

 A set is a collection of objects. Each object in the set is called an element or member of the set. Example. Let A be a collection of three markers.
Sets DISCRETE STRUCTURE ABDUL BASIT TAHIR, KAMRAN ALI, FAIZAN ILLAHI, NOMAN AHMAD, ARSALAN MUBASHIR.
Analytical Methods in CS (CIS 505)
Set Theory.
Mathematics.
MATHEMATICS XI SETS.
SET Miss.Namthip Meemag Wattanothaipayap School. Definition of Set Set is a collection of objects, things or symbols. There is no precise definition for.
Sets.
Objectives: By the end of class, I will be able to:  Identify sets  Understand subsets, intersections, unions, empty sets, finite and infinite sets,
Any well-defined collection of objects and each object of the collection is an element or member of the set.
SET THEORY. BASIC CONCEPTS IN SET THEORY Definition: A set is a collection of well-defined objects, called elements Examples: The following are examples.
CS 103 Discrete Structures Lecture 10 Basic Structures: Sets (1)
Chapter 7 Logic, Sets, and Counting Section 2 Sets.
Copyright © 2014 Curt Hill Sets Introduction to Set Theory.
College Algebra & Trigonometry Asian College of Aeronautics AVT 1.
Chapter 2: Basic Structures: Sets, Functions, Sequences, and Sums (1)
Thinking Mathematically Chapter 2 Set Theory 2.1 Basic Set Concepts.
Slide Chapter 2 Sets. Slide Set Concepts.
Chapter 2 Section 1 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Slide Section 2-1 Symbols and Terminology. SYMBOLS AND TERMINOLOGY Designating Sets Sets of Numbers and Cardinality Finite and Infinite Sets Equality.
ELEMENTARY SET THEORY.
Set theory Neha Barve Lecturer Bioinformatics
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.
Module Code MA1032N: Logic Lecture for Week Autumn.
Set Notation and Description Kinds of Sets Operations on Sets By: Mr. Gerzon B. Mascariñas.
Sets jadhav s.s. M.S.V.Satara
1 Chapter Two Basic Concepts of Set Theory –Symbols and Terminology –Venn Diagrams and Subsets.
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.
Unit :1 Set Theory Prof. A.J. SHAKADWIPI. Sets and Subsets A well-defined collection of objects. finite sets, infinite sets, subset A={1,3,5,7,9} B={x|x.
Lesson 1.1 Sets and Subsets pp. 2-5.
Introduction to Sets Definition, Basic and Properties of Sets
Thinking Mathematically Basic Set Concepts. A “set” is a collection of objects. Each object is called an “element” of the set. Often the objects in a.
1.1 – SETS AND SYMBOLS. Goals SWBAT understand basic set notation and set symbols SWBAT solve simple sentences with a given domain SWBAT graph sets of.
Sets. Outline Set and Set Elements Set Representation Subset, Proper Subset, Set Equality, and Null Set.
Math in Our World Section 2.1 The Nature of Sets.
Sets Page 746.
Chapter 2: SETS.
Lesson 2.1 Basic Set Concepts.
Chapter two Theory of sets
11.6 SETS AND COUNTING.
Set Definition: A set is unordered collection of objects.
The Basic Concepts of Set Theory
ALGEBRA II H/G - SETS : UNION and INTERSECTION
Ch. 2 – Set Theory 2.1 Notes Basic Set Concepts.
(є:belongs to , є:does not belongs to)
Elements of Logic and Set theory.
Taibah University College of Computer Science & Engineering Course Title: Discrete Mathematics Code: CS 103 Chapter 2 Sets Slides are adopted from “Discrete.
CS100: Discrete structures
Set and Set Operations Grab a sheet from front.
        { } Sets and Venn Diagrams Prime Numbers Even Numbers
The Basic Concepts of Set Theory
Set-Builder Notation.
SETS A set is a collection of objects of any kind which are collected together perhaps because of some property they have in common. Examples: The collection.
2.1 Sets Dr. Halimah Alshehri.
Elements of Logic and Set theory.
Chapter 2 The Basic Concepts of Set Theory
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.
ALGEBRA I - SETS : UNION and INTERSECTION
Chapter 2 The Basic Concepts of Set Theory
SET THEORY Chumki Sarkar.
Chapter 7 Logic, Sets, and Counting
ALGEBRA II H/G - SETS : UNION and INTERSECTION
Section 2.1 Set Concepts.
Introduction A set is a collection of objects.
Section 2.1 Set Concepts.
Chapter 3 Vocabulary 3.)Roster form 4.) Set-builder notation 5.) Empty set 6.) Universal set 7.) Complement of a set.
3-5 Working with Sets.
Section 2.1 Set Concepts.
Presentation transcript:

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 of the set.   Usually indicate sets by capital letters like A,B,C or X,Y,Z while the elements in the set by small letters, viz., a, b, c or x, y, z. Ex: A= {a, b, c, d, e}

Methods of describing a set There are two methods of describing a set. 1. Tabular/roster/enumeration method: Under this method we enumerate or list all the elements of the set within braces. Ex: A= {2, 3, 4}, A= {a, b, c, d, e} 2. Selector/property builder/rule method: under this method the elements are not listed but are indicated by description of their characteristics. Ex: A = {x/x is a vowel in English alphabet}

Types of sets Finite set: When the elements of a set can be counted by a finite number of elements then the set is called a finite set. Ex: A= {1, 2, 3, 4, 5, 6} Infinite set: If the elements of a set can not be counted in a finite number, the set is called an infinite set. Ex: A= {1, 2, 3…} Singleton/Unit set: A set containing only one element is called a singleton or a unit set. Ex: A= {a}, B={x/x is an integer neither +ve nor -ve}

Empty/Null set: Any set which has no element in it is called an empty set. It is denoted by Greek letter (read as phi). Ex :( i) The set of people who have traveled from earth to the sun is an empty set. Equal set: two sets A and B are said to be equal if every element of A is also an element of B, and every element of B is also an element of A. A=B if and only if { x A =x B} Ex: A= {2, 3}, B= {3, 2, 2, 3} and C={x: x^2-5x+6} A=B=C

If every element of a set B is also an element of a set A then set B is called subset of set A. B A And read as “B is a subset of A” Ex: A={2,3,4,5}, B={2,3,4,5,6,7} A B Proper subset: Set A is called proper subset of superset B if each and every element of set A are the set B and at least one element of superset B is not an element of set A. Ex: A= {1, 2 , 3, 5, 9, 12} B= {1, 2, 2, 3, 5, 9, 12, 12} C= {1, 2, 2, 3, 3, 5, 9} C A, A B and A=B