MAT 2720 Discrete Mathematics Section 3.3 Relations

Slides:



Advertisements
Similar presentations
Equivalence Relations
Advertisements

Section 7.5: Equivalence Relations Def: A relation R on a set A is called an equivalence relation if it is reflexive, symmetric, and transitive. Ex: Let.
Equivalence Relations
Discrete Mathematics Lecture 5 Alexander Bukharovich New York University.
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
Instructor: Hayk Melikya
The Engineering Design of Systems: Models and Methods
Relations.
Applied Discrete Mathematics Week 11: Graphs
Relations. Binary Relations a relation between elements of two sets is a subset of their Cartesian product (of ordered pairs). Note the di ff erence between.
Sets, Relation and Functions A set is a collection of objects (elements) or a container of objects. Defining sets –Empty set (Ø): no elements –Universal.
L2 Supplementary Notes Page : Recap l Sum Principle n Applied to selection sort l Product Principle n Applied to matrix multiplication and.
Relations Chapter 9.
Equivalence Relations MSU CSE 260. Outline Introduction Equivalence Relations –Definition, Examples Equivalence Classes –Definition Equivalence Classes.
Relation. Relations Recall the definition of the Cartesian (Cross) Product: The Cartesian Product of sets A and B, A x B, is the set A x B = { : x  A.
Math 3121 Abstract Algebra I Section 0: Sets. The axiomatic approach to Mathematics The notion of definition - from the text: "It is impossible to define.
CS Discrete Mathematical Structures Mehdi Ghayoumi MSB rm 132 Ofc hr: Thur, 9:30-11:30a Fall 2002KSU - Discrete Structures1.
Ordered Sets. Relations. Equivalence Relations 1.
Chapter 9. Chapter Summary Relations and Their Properties Representing Relations Equivalence Relations Partial Orderings.
Lecture 14 Relations CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
Chapter 9. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations.
Unit Unit 04 Relations IT DisiciplineITD1111 Discrete Mathematics & Statistics STDTLP1 Unit 4 Relations.
Discrete Math for CS Binary Relation: A binary relation between sets A and B is a subset of the Cartesian Product A x B. If A = B we say that the relation.
HALVERSON – MIDWESTERN STATE UNIVERSITY CMPS 2433 Chapter 2 – Part 2 Functions & Relations.
Math 3121 Abstract Algebra I Lecture 9 Finish Section 10 Section 11.
Relations, Functions, and Matrices Mathematical Structures for Computer Science Chapter 4 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Relations, Functions.
Sets Define sets in 2 ways  Enumeration  Set comprehension (predicate on membership), e.g., {n | n  N   k  k  N  n = 10  k  0  n  50} the set.
April 14, 2015Applied Discrete Mathematics Week 10: Equivalence Relations 1 Properties of Relations Definition: A relation R on a set A is called transitive.
MAT 2720 Discrete Mathematics Section 3.1 Functions
Chapter 5: Permutation Groups  Definitions and Notations  Cycle Notation  Properties of Permutations.
Chapter 9. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations.
Section 7.5 Equivalence Relations Longin Jan Latecki Temple University, Philadelphia
Discrete Mathematics CS 2610 January 27, part 2.
SECTION 9 Orbits, Cycles, and the Alternating Groups Given a set A, a relation in A is defined by : For a, b  A, let a  b if and only if b =  n (a)
Copyright © Cengage Learning. All rights reserved. CHAPTER 8 RELATIONS.
8.5 Equivalence Relations
SECTION 10 Cosets and the Theorem of Lagrange Theorem Let H be a subgroup of G. Let the relation  L be defined on G by a  L b if and only if a -1 b 
RelationsCSCE 235, Spring Introduction A relation between elements of two sets is a subset of their Cartesian products (set of all ordered pairs.
1 Equivalence relations Binary relations: –Let S1 and S2 be two sets, and R be a (binary relation) from S1 to S2 –Not every x in S1 and y in S2 have such.
Equivalence Relations Lecture 45 Section 10.3 Fri, Apr 8, 2005.
1 Discrete Structures – CNS2300 Text Discrete Mathematics and Its Applications (5 th Edition) Kenneth H. Rosen Chapter 7 Relations.
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.
Review Functions. Function A function is a special type of relation in which each element of the domain is paired with exactly one element of the range.
Thinking Mathematically Venn Diagrams and Set Operations.
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.
1 CMSC 250 Discrete Structures CMSC 250 Lecture 41 May 7, 2008.
“It is impossible to define every concept.” For example a “set” can not be defined. But Here are a list of things we shall simply assume about sets. A.
Section 9.1. Section Summary Relations and Functions Properties of Relations Reflexive Relations Symmetric and Antisymmetric Relations Transitive Relations.
Binary Relation: A binary relation between sets A and B is a subset of the Cartesian Product A x B. If A = B we say that the relation is a relation on.
Relations Chapter 9 Copyright © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill.
The Relation Induced by a Partition
Citra Noviyasari, S.Si, MT
Introduction to Relations
Relations Chapter 9.
RELATION KS MATEMATIKA DISKRIT (DISCRETE MATHEMATICS )
Cartesian product Given two sets A, B we define their Cartesian product is the set of all the pairs whose first element is in A and second in B. Note that.
Applied Discrete Mathematics Week 9: Equivalence Relations
CS201: Data Structures and Discrete Mathematics I
Chapter 2 Sets and Functions.
Set Operations Section 2.2.
Equivalence Relations
Applied Discrete Mathematics Week 6: Relations/Digraphs
2.6 Proving Statements about Angles
MAT 2720 Discrete Mathematics
Equivalence relations
Equivalence Relations
Equivalence Relations
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Agenda Lecture Content: Relations (Relasi)
Section 3.2 More set operations.
Presentation transcript:

MAT 2720 Discrete Mathematics Section 3.3 Relations

Goals Relations Properties of Relations on X

Recall A relation from X to Y is a subset Sometimes, we write Domain of R = all possible value of x Range of R = all possible value of y

Recall A relation from X to X is called a relation on X

Properties of Relation on X R is…If…Diagraph Reflexive Symmetric Transitive

Example 5(a)

Example 5(b)

Example 5(c)

Properties of Relation on X R is…If…Diagraph Antisymmetric(Read)

MAT 2720 Discrete Mathematics Section 3.4 Equivalence Relations

Goals Equivalence Relations A special relation with nice properties. Partition of sets (Clumping Property). Applications to counting problems. CS students should read the applications in p

“Informal” Example Example

“Informal” Example Reflexive?

“Informal” Example Symmetric?

“Informal” Example Transitive?

“Informal” Example “Clumping” Effective

Definitions and Notations is an Equivalence Relation if R is reflexive, symmetric, and transitive.

Example 1 Show that R is an Equivalence Relation

Example 1 Show that R is an Equivalence Relation

Example 1 Proof: ReflexiveAnalysis

Example 1 Proof: SymmetricAnalysis

Example 1 Proof: TransitiveAnalysis

Definitions and Notations is an Equivalence Relation if R is reflexive, symmetric, and transitive. Equivalence Class of :

Example 1

Observations

Partition of a Set (1.1) A partition of a set X is a way to split X into the union of disjoint subsets.

Partition of a Set (1.1) A partition of a set X is a way to split X into the union of disjoint subsets. For every element in X, it belongs to one and only one subset in the partition.

Theorem

“Informal” Example Partition

Theorem

(It is easy to check that R is an equivalence relation.) Example 2

Summary of the 2 Theorems

Theorem