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.

Slides:



Advertisements
Similar presentations
Chapter 2 Revision of Mathematical Notations and Techniques
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.
Lecture 2 Introduction To Sets CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
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.
Analytical Methods in CS (CIS 505)
Sequence A list of objects arranged in a particular order.
Ch 9 Inequalities and Absolute Value
Chapter 2 The Basic Concepts of Set Theory © 2008 Pearson Addison-Wesley. All rights reserved.
CSCI 1900 Discrete Structures
MATHEMATICS XI SETS.
Objectives: By the end of class, I will be able to:  Identify sets  Understand subsets, intersections, unions, empty sets, finite and infinite sets,
Algebra Sets of Numbers
 Counting numbers are called natural numbers.  It is denoted by N. N=(1,2,3,4………………)
SET THEORY. BASIC CONCEPTS IN SET THEORY Definition: A set is a collection of well-defined objects, called elements Examples: The following are examples.
Properties of Real Numbers. Sets In mathematics, a set is a collection of things Sets can be studies as a topic all on its own (known as set theory),
Chapter 5: Sequences, Mathematical Induction, and Recursion 5.9 General Recursive Definitions and Structural Induction 1 Erickson.
2.1 Symbols and Terminology. Designating Sets A set is a collection of objects (in math, usually numbers). The objects belonging to the set are called.
Slide Section 2-1 Symbols and Terminology. SYMBOLS AND TERMINOLOGY Designating Sets Sets of Numbers and Cardinality Finite and Infinite Sets Equality.
Chapter SETS DEFINITION OF SET METHODS FOR SPECIFYING SET SUBSETS VENN DIAGRAM SET IDENTITIES SET OPERATIONS.
Set Notation Subset Element Union Intersection Not a Subset
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.
SAT MATH Lesson 10.
Sets jadhav s.s. M.S.V.Satara
CSNB143 – Discrete Structure Topic 1 - Set. Topic 1 - Sets Learning Outcomes – Student should be able to identify sets and its important components. –
Discrete Mathematics Lecture # 10. Set Theory  A well defined collection of {distinct} objects is called a set.  The objects are called the elements.
1 Section 1.2 Sets A set is a collection of things. If S is a set and x is a member or element of S we write x  S. Othewise we write x  S. The set with.
For the sequence, describe the pattern and write the next term. 1.) 1, 6, 11, 16 2.) -4, 8, -12, 16 3.) 1.2, 4.2, 9.2, 16.2.
Notions & Notations (2) - 1ICOM 4075 (Spring 2010) UPRM Department of Electrical and Computer Engineering University of Puerto Rico at Mayagüez Spring.
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.
SETS Sets are lists of items that have specific members. Brackets { } are used to denote a set. The ELEMENTS of the set appear inside the { } brackets.
Set Builder Notation. If you recall, a set is a collection of objects which we write using brackets and name using a capital letter. Remember also that:
Sets. Outline Set and Set Elements Set Representation Subset, Proper Subset, Set Equality, and Null Set.
Sets CS 202, Spring 2007 Epp, chapter 5.
CSE15 Discrete Mathematics 02/13/17
Dr. Ameria Eldosoky Discrete mathematics
Set & Interval Notation
Math in Our World Section 2.1 The Nature of Sets.
Sets Page 746.
Chapter 2: SETS.
CHAPTER 3 SETS, BOOLEAN ALGEBRA & LOGIC CIRCUITS
CSNB 143 Discrete Mathematical Structures
The Basic Concepts of Set Theory
represents the Empty set, or the set that contains nothing
ALGEBRA II H/G - SETS : UNION and INTERSECTION
SETS & FUNCTIONS NOTATION & TERMINOLOGY
(є:belongs to , є:does not belongs to)
Algebra STANDARD IX A ∩ B B ∩ C A ∩ C Std-9th Sub-Mathematics
Discrete Mathematics Lecture#14.
1-1 Sets of Numbers Warm Up Lesson Presentation Lesson Quiz
Chapter 2 Sets and Functions.
CS100: Discrete structures
        { } Sets and Venn Diagrams Prime Numbers Even Numbers
1-1 Sets of Numbers Warm Up Lesson Presentation Lesson Quiz
The Basic Concepts of Set Theory
Chapter 1 Section 1.
Review of Sets and Set Operations
Set-Builder Notation.
2.1 Sets Dr. Halimah Alshehri.
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.
Sequences and Series.
ALGEBRA I - SETS : UNION and INTERSECTION
Chapter 2 The Basic Concepts of Set Theory
SET THEORY Chumki Sarkar.
1-1 Sets of Numbers Warm Up Lesson Presentation Lesson Quiz
Terms Set S Set membership x  S Cardinality | S |
ALGEBRA II H/G - SETS : UNION and INTERSECTION
1-1 Sets of Numbers Warm Up Lesson Presentation Lesson Quiz
Copyright © Cengage Learning. All rights reserved.
Presentation transcript:

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 of numbers used for counting, the collection of all paintings of an artist. Mainly the objects of a set are required to be “well defined”. The objects which make up a set are called its members or elements. If the number of elements in a set is finite is called as finite set. Sets having infinitely many elements are called infinite sets. Set having only one element is called a singleton set.

SETS Continued…. For describing a set, two methods are commonly used: 1.The Tabulation Method 2.The Rule Method In tabulation method, all elements of a set are written down within braces(flower brackets) if there are too many elements ,the first few elements are written down in such a way as to indicate clearly what others are. In rule method ,we specify the set by stating a characteristic property which all the elements of the set possess and which no other object possesses. Example: If ‘S’ is the set of all positive odd integers , then S can be described as shown……

SETS Continued…. S={1,3,5,7……} S={x/x is a positive odd integer} The tabulation method is used in the first of above descriptions of S and the rule method is used in the second. The first description is read as:” S is the set consisting of the elements 1,3,5,7….” and the second description is read as :”S is the set of elements ‘x’ such that ‘x’ is a positive odd integer”. In the second description , the vertical line within the brackets stands for “such that”. The singleton set consisting of the element a is described by the tabulation method and is denoted by {a}.