1 You Never Escape Your… Relations EQUIVALENCE RELATION Presented by K.Senguttuvan, PGT Kendriya Vidyalaya, Gachibowli, Hyderabad. 2.

Slides:



Advertisements
Similar presentations
Reflexive example: AB = AB Symmetric example: AB = BA
Advertisements

Equivalence Relations
Basic Properties of Relations
Relations.
1.  Detailed Study of groups is a fundamental concept in the study of abstract algebra. To define the notion of groups,we require the concept of binary.
CSE115/ENGR160 Discrete Mathematics 04/24/12 Ming-Hsuan Yang UC Merced 1.
CSE115/ENGR160 Discrete Mathematics 05/03/11 Ming-Hsuan Yang UC Merced 1.
CSE115/ENGR160 Discrete Mathematics 02/10/11 Ming-Hsuan Yang UC Merced 1.
Discrete Mathematics Lecture#11.
1 Section 7.1 Relations and their properties. 2 Binary relation A binary relation is a set of ordered pairs that expresses a relationship between elements.
1 Partial Orderings Based on Slides by Chuck Allison from Rosen, Chapter 8.6 Modified by.
Relations Chapter 9.
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.
Working with Ratio Segments PART 1 ~adapted from Walch Education.
Chapter 4 Relations and Digraphs
Ordered Sets. Relations. Equivalence Relations 1.
1 Relations Rosen 6 th ed., § Relations Re lationships between elements of sets occur in many contextsRe lationships between elements of sets occur.
Homework Review notes Complete Worksheet #1. Homework Let A = {a,b,c,d}, B = {a,b,c,d,e}, C = {a,d}, D = {b, c} Describe any subset relationships. 1.
Mathematics.
Digraphs and Relations Warm Up. The Divisibility Relation Let “|” be the binary relation on N×N such that a|b (“a divides b”) iff there is an n ∈ N such.
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.
Postulates 2-2B What are some facts that are accepted without proof? Who organized much of geometry and other mathematics into a deductive system?
Copyright © Cengage Learning. All rights reserved. CHAPTER 8 RELATIONS.
Properties and Mental Computation p. 80. Math talk What are some math properties that we use? Why do you think we have them? Do you ever use them?
A Quick Math Overview (not the last one!) Section 1.4, you should it read carefully! Reading the corresponding material from the book is strongly encouraged.
Sets, Relations, and Lattices
Relations, Functions, and Matrices Mathematical Structures for Computer Science Chapter 4 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Relations, Functions.
Sets and Logic Alex Karassev. Elements of a set  a ∊ A means that element a is in the set A  Example: A = the set of all odd integers bigger than 2.
Discrete Mathematics Lecture # 15 Types of Relations (contd.)
1 Partial Orderings Aaron Bloomfield CS 202 Epp, section ???
Introduction to Real Analysis Dr. Weihu Hong Clayton State University 8/27/2009.
Equivalence Relations. Partial Ordering Relations 1.
Problem Statement How do we represent relationship between two related elements ?
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.
Equivalence Relations
Chapter 8: Relations. 8.1 Relations and Their Properties Binary relations: Let A and B be any two sets. A binary relation R from A to B, written R : A.
Copyright © Cengage Learning. All rights reserved. CHAPTER 8 RELATIONS.
RelationsCSCE 235, Spring Introduction A relation between elements of two sets is a subset of their Cartesian products (set of all ordered pairs.
Relations and Functions ORDERED PAIRS AND CARTESIAN PRODUCT An ordered pair consists of two elements, say a and b, in which one of them, say a is designated.
ORDERED SETS. RELATIONS COSC-1321 Discrete Structures 1.
Mathematics. Session Set, Relation & Function Session - 2.
1 Set Theory Second Part. 2 Disjoint Set let A and B be a set. the two sets are called disjoint if their intersection is an empty set. Intersection of.
1 Partial Orderings Based on Slides by Chuck Allison from Rosen, Chapter 8.6 Modified by.
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), (
“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.
Ch 2-5 Reasoning in Geometry and Algebra
Section 9.1. Section Summary Relations and Functions Properties of Relations Reflexive Relations Symmetric and Antisymmetric Relations Transitive Relations.
Section 2.2 Day 1. A) Algebraic Properties of Equality Let a, b, and c be real numbers: 1) Addition Property – If a = b, then a + c = b + c Use them 2)
Equivalence Relations and Classes
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
Relations and Their Properties
Citra Noviyasari, S.Si, MT
Chapter 5 Relations and Operations
Lecture # 14 Types of Relations
Relations and Digraphs
Dr. Ameria Eldosoky Discrete mathematics
8.5 Equivalence Relations
Session – 2 SETS & Operations of SETS
Relations and Their Properties
8.1 Relations and Their Properties
8.5 Equivalence Relations and 8.6 Partial Ordering
Relations and their Properties
Lesson 3.1 Real Numbers pp
9.5 Equivalence Relations
Basics of Relations.
REVISION Relation. REVISION Relation Introduction to Relations and Functions.
Successful Proof Plans
Properties of Real Numbers
Ø Let the universe set U={1,2,3,...,10}.
Presentation transcript:

1 You Never Escape Your… Relations

EQUIVALENCE RELATION Presented by K.Senguttuvan, PGT Kendriya Vidyalaya, Gachibowli, Hyderabad. 2

3 RELATIONS A relation R from a non-empty set A to a non-empty B is a subset of the Cartesian product A X B. A relation R from a non-empty set A to a non-empty B is a subset of the Cartesian product A X B. The subset is derived by describing a relationship between the first element and the second element of the ordered pairs in A X B. The subset is derived by describing a relationship between the first element and the second element of the ordered pairs in A X B.

TYPES OF RELATIONS Empty Relation Universal Relation Reflexive Relation Symmetric Relation Transitive Relation 4

5 EMPTY RELATION A Relation R in a set A is called empty relation, if no element of A is related to any element of A, i.e., R = A X A. Example 1 : consider the relation R on the set A ={1, 2, 3} given by R={(a, b):a, b Є A, a + b=10} R={(a, b):a, b Є A, a + b=10} so, A XA = {(1, 1), (1, 2), (1, 3), (2, 1), (2, 2), (2, 3), (3, 1), (3, 2), (3, 3)}.

6 UNIVERSAL RELATION A Relation R in a set A is called universal relation, if each element of A is related to every element of A, i.e., R = A X A. i.e., R = A X A. Example 2 : consider the relation R on the set A = {1, 2, 3} given by Example 2 : consider the relation R on the set A = {1, 2, 3} given by R = {(a, b): a, b Є A, |a-b| ≥ 0}. R = {(a, b): a, b Є A, |a-b| ≥ 0}. we note that all pairs (a, b) in A X A satisfy |a-b| ≥ 0 we note that all pairs (a, b) in A X A satisfy |a-b| ≥ 0 so, R is the whole set A X A. so, R is the whole set A X A. NOTE : Both empty relation and universal relation are sometimes called trivial relations.

7 REFLEXIVE RELATION A Relation R in a set A is said to be reflexive relation, if (a, a) Є R, for every a Є A. Example 3 : let A be the set of all triangles drawn in a plane and R be the relation ‘is similar to’ on A, then R is a reflexive relation. REASON : every triangle is similar to itself i.e. a R a for all a Є A.

8 SYMMETRIC RELATION A Relation R in a set A is said to be symmetric relation, if (a, b) Є R implies that (a, b) Є R, for all a, b Є A. Example 4 : let A be the set of all triangles drawn in a plane and R be the relation ‘is similar to’ on A, then R is a symmetric relation. REASON : If a triangle a is similar to a triangle b, then the triangle b is also similar to the triangle a i.e. a R b implies b R a.

9 TRANSITIVE RELATION A Relation R is said to be transitive relation, if (a, b) Є R and (b, c) Є R implies that (a, c) Є R, for all a, b, c Є A. Example 5 : let A be the set of all triangles drawn in a plane and R be the relation ‘is similar to’ on A, then R is a transitive relation. REASON : if triangle a is similar to triangle b and triangle b is similar to triangle c, then evidently triangle a is similar to triangle c. i.e. a R b, b R c implies a R c.

10 EQUIVALENCE RELATION A Relation R is said to be an equivalence relation, if R is reflexive, symmetric and transitive. Example 6 : Let R be a relation on the set of all lines in a plane defined by (a, b) Є R implies that line a is parallel to line b. Show that R is an equivalence relation.

11 Solution : let A be the given set of all lines in a plane. Then, we observe the following properties. Reflexive: For each line a ЄA, we have a||a (a, a) Є R for all a Є A. So, R is reflexive. Symmetric: let a, b Є A such that (a, b) Є R. Then, (a, b) Є R, a||b b||a. (b, a) Є R. So, R is symmetric on A.

12 Transitive : let a, b, c Є A such that (a, b) Є R and (b, c) Є R. Then, (a, b) Є R and (b, c) Є R, a||b and b||c. a||c (a, c) Є R. So, R is a transitive. Hence, R being reflexive, symmetric and transitive is an equivalence relation on A.

13 Example 7 : Show that the relation R on the set A of all books in a library of a college given by R = {(x, y): x and y have the same number of pages}, is an equivalence relation. Solution : we observe the following properties of relation R. Reflexive : For any book x in a set A, we observe that x and x have same number of pages. (x, x) Є R (x, x) Є R thus,(x, x) Є R for all x Є A. thus,(x, x) Є R for all x Є A. So, R is reflexive. So, R is reflexive.

14 Symmetric : let (x, y) Є R. Then, (x, y) Є R x and y have the same number of pages y and x have the same number of pages (y, x) Є R Thus, (x, y) Є R (y, x) Є R. so, R is symmetric.

15 Transitive : let (x, y) Є R and (y, z) Є R. Then, (x, y) Є R and (y, z) Є R. x and y have the same number of pages and y and z have the same number of pages x and z have the same number of pages. (x, z) Є R. So, R is transitive. Thus, R is reflexive, symmetric and transitive. hence, R is an equivalence relation.

Example 8 : Let R be the set of all real Numbers and R be the relation on Rdefined Numbers and R be the relation on R defined by R = {(a, b):|a| ≤ b}. Show that R is neither by R = {(a, b):|a| ≤ b}. Show that R is neither reflexive nor symmetric but transitive. reflexive nor symmetric but transitive. Solution : R is not reflexive. Take a = -1, we note that (-1, -1) R, because|-1| ≤ -1 i.e. 1 ≤ -1 is wrong. R is not symmetric. 16

17 Take a = 1, b = 2, then |1| ≤ 2 i.e. 1 ≤ 2 is true (1, 2) Є R but (2, 1) R, because |2| ≤ 1 i.e. 2 ≤ 1 is wrong. R is transitive. If (a, b) Є R and (b, c) Є R then |a| ≤ b and |b| ≤ c. |a| ≤ c ( b ≤ |b| for all b Є R) (a, c) Є R R is transitive.

Example 9 : Show that the relation R on the set R of real numbers, defined as set R of real numbers, defined as R ={(a, b): a ≤ b 2 }, is neither reflexive nor symmetric nor transitive. Solution : Given R ={(a, b): a, b Є R, a ≤ b 2 }. i)R is not reflexive. take a = ½. As ½ ≤ (½) 2 i.e. ½ ≤ ¼ is false, take a = ½. As ½ ≤ (½) 2 i.e. ½ ≤ ¼ is false, (½, ½) R. Therefore, R is not reflexive. (½, ½) R. Therefore, R is not reflexive. 18

ii)R is not symmetric. take a = 1, b = 2. As 1 ≤ 2 2 i.e. 1 ≤ 4 is true, take a = 1, b = 2. As 1 ≤ 2 2 i.e. 1 ≤ 4 is true, (1, 2) Є R. But 2 ≤ 1 2 i.e.2 ≤ 1 is false, (1, 2) Є R. But 2 ≤ 1 2 i.e.2 ≤ 1 is false, (2, 1) R. Therefore, R is not symmetric. (2, 1) R. Therefore, R is not symmetric. iii)R is not transitive. take a =, b = -2 and c = ½. take a =, b = -2 and c = ½. As ≤ (-2) 2 i.e. 1/3 ≤ 4 is true, As ≤ (-2) 2 i.e. 1/3 ≤ 4 is true, (, -2) Є R. (, -2) Є R. but ≤ (½) 2 i.e. ≤ ¼ is false, but ≤ (½) 2 i.e. ≤ ¼ is false, (,½) R. (,½) R. Therefore, R is not transitive. Therefore, R is not transitive. 19

1)Let T be the set of all triangles in a plane with R a relation in T given by R = {(T 1, T 2 ): T 1 is congruent to T 2 }. Show that R is an equivalence relation. R = {(T 1, T 2 ): T 1 is congruent to T 2 }. Show that R is an equivalence relation. 2)Show that the relation R in the set {1, 2, 3} given by R ={(1, 2), (2, 1)} is symmetric but neither reflexive nor transitive.

3 ) Give an example of a relation. Which is i) Symmetric but neither reflexive nor i) Symmetric but neither reflexive nor transitive. transitive. ii) Transitive but neither reflexive nor ii) Transitive but neither reflexive nor symmetric. symmetric. iii) Reflexive and symmetric but not iii) Reflexive and symmetric but not transitive. transitive. iv) Reflexive and transitive but not iv) Reflexive and transitive but not symmetric. symmetric. v) Symmetric and transitive but not v) Symmetric and transitive but not reflexive. reflexive. 21

22