Equivalence Relations

Slides:



Advertisements
Similar presentations
Binary Relations Binary Relations on Real Numbers.
Advertisements

Equivalence Relations
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
Equivalence Relations
CSE 20 DISCRETE MATH Prof. Shachar Lovett Clicker frequency: CA.
Chap6 Relations Def 1: Let A and B be sets. A binary relation from A
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.
Congruence of Integers
Equivalence Relations: Selected Exercises
Discrete Mathematics Lecture#11.
C241 PLTL SESSION – 3/3/2015 Relations & Graph Theory.
Relations Chapter 9.
Week 8 - Wednesday.  What did we talk about last time?  Cardinality  Countability  Relations.
Equivalence Relations MSU CSE 260. Outline Introduction Equivalence Relations –Definition, Examples Equivalence Classes –Definition Equivalence Classes.
Ordered Sets. Relations. Equivalence Relations 1.
2.6 Equivalence Relation §1.Equivalence relation §Definition 2.18: A relation R on a set A is called an equivalence relation if it is reflexive, symmetric,
Chapter 9. Section 9.1 Binary Relations Definition: A binary relation R from a set A to a set B is a subset R ⊆ A × B. Example: Let A = { 0, 1,2 } and.
8.3 Representing Relations Directed Graphs –Vertex –Arc (directed edge) –Initial vertex –Terminal vertex.
April 14, 2015Applied Discrete Mathematics Week 10: Equivalence Relations 1 Properties of Relations Definition: A relation R on a set A is called transitive.
Equivalence Relations. Partial Ordering Relations 1.
Chapter 8 Equivalence Relations Let A and B be two sets. A relation R from A to B is a subset of AXB. That is, R is a set of ordered pairs, where the first.
Copyright © Cengage Learning. All rights reserved. CHAPTER 8 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 
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.
MAT 2720 Discrete Mathematics Section 3.3 Relations
1 Discrete Structures – CNS2300 Text Discrete Mathematics and Its Applications (5 th Edition) Kenneth H. Rosen Chapter 7 Relations.
Chap. 7 Relations: The Second Time Around
Mathematics. Session Set, Relation & Function Session - 2.
Binary Relations Definition: A binary relation R from a set A to a set B is a subset R ⊆ A × B. Example: Let A = { 0, 1,2 } and B = {a,b} {( 0, a), (
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.
Lecture 7: Relations Dr Andrew Purkiss-Trew Cancer Research UK Mathematics for Computing.
Relations Chapter 9 Copyright © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill.
Equivalence Relations: Selected Exercises
The Relation Induced by a Partition
Representing Relations Using Digraphs
Relations and Their Properties
Citra Noviyasari, S.Si, MT
CSE 2813 Discrete Structures
Garis-garis Besar Perkuliahan
Relations Binary relations represent relationships between the elements of two sets. A binary relation R from set A to set B is defined by: R  A 
Equivalence Relations
Atmiya Institute of Technology & Science
Relations Chapter 9.
Lecture # 14 Types of Relations
RELATION KS MATEMATIKA DISKRIT (DISCRETE MATHEMATICS )
Dr. Ameria Eldosoky 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.
Taibah University College of Computer Science & Engineering Course Title: Discrete Mathematics Code: CS 103 Chapter 9 Relations Slides are adopted from.
CS2210 Discrete Structures Relations
8.5 Equivalence Relations
Discrete Math (2) Haiming Chen Associate Professor, PhD
Relations and their Properties
4.5 Equivalence Relations
CSE 321 Discrete Structures
9.5 Equivalence Relations
Relations.
Equivalence relations
Equivalence Relations
Equivalence Relations
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Clements MAΘ October 30th, 2014
Equivalence Relations: Selected Exercises
Minimum Spanning Trees
Chapter 8 (Part 2): Relations
Section 3.2 More set operations.
Ø Let the universe set U={1,2,3,...,10}.
Presentation transcript:

Equivalence Relations Section 7.5 CSE 2813 Discrete Structures

Equivalence Relations A relation on set A is called an equivalence relation if it is: reflexive symmetric transitive CSE 2813 Discrete Structures

CSE 2813 Discrete Structures Example Let R be a relation on set A. Is R an equivalence relation? A = {1,2,3,4,5} R = {(1,1),(2,2),(3,3),(4,4),(5,5),(1,3),(3,1)} Let R be a relation on set of integers and m is a positive integer > 1. Is R an equivalence relation? R = {(a,b) | a  b (mod m)} CSE 2813 Discrete Structures

CSE 2813 Discrete Structures Equivalence Class Let R be a equivalence relation on set A. The set of all elements that are related to an element a of A is called the equivalence class of a. The equivalence class of a w.r.t. R is: [a]R = {s | (s,a)  R} When only one relation is under consideration, we will just write [a]. CSE 2813 Discrete Structures

CSE 2813 Discrete Structures Equivalence Example Consider the equivalence relation R on set A. What are the equivalence classes? A = {1,2,3,4,5} R = {(1,1),(2,2),(3,3),(4,4),(5,5),(1,3),(3,1)} CSE 2813 Discrete Structures

CSE 2813 Discrete Structures Partitions A partition of a set A divides A into non-overlapping subsets Set A A1 A6 A5 A4 A3 A2 S = {a, b, c, d, e, f } S1 = {a, d, e} S2 = {b} S3 = {c, f } P = {S1, S2, S3} P is a partition of set S CSE 2813 Discrete Structures

Partitions and Equivalence Relations If R is an equivalence relation on set S then the equivalence classes of R form a partition of S Conversely, if {Ai | i  I } is a partition of set S, then there is an equivalence relation R that has the sets Ai (iI) as its equivalence classes CSE 2813 Discrete Structures

CSE 2813 Discrete Structures Exercises 1, 2, 7, 15, 17, 18, 19, 20, 21, 23, 29 CSE 2813 Discrete Structures