4.5 Equivalence Relations

Slides:



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

Ch 4: Difference Measurement. Difference Measurement In Ch 3 we saw the kind of representation you can get with a concatenation operation on an ordered.
Relations - review A binary relation on A is a subset of A×A (set of ordered pairs of elements from A) Example: A = {a,b,c,d,e} R = { (a,a),(a,b),(b,b),(b,c),
Discrete Mathematics Lecture # 16 Inverse of Relations.
Proving Segment Relationships Postulate The Ruler Postulate The points on any line or line segment can be paired with real numbers so that, given.
1 Representing Relations Part 2: directed graphs.
Equivalence Relations: Selected Exercises
Equivalence Relations. Fractions vs. Rationals Question: Are 1/2, 2/4, 3/6, 4/8, 5/10, … the same or different? Answer: They are different symbols that.
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.
Algebraic Properties: The Rules of Algebra Be Cool - Follow The Rules!
3-4 Algebra Properties Used in Geometry The properties of operations of real numbers that you used in arithmetic and algebra can be applied in geometry.
Equivalence Relations MSU CSE 260. Outline Introduction Equivalence Relations –Definition, Examples Equivalence Classes –Definition Equivalence Classes.
Property For Sale Are you ready to buy? Associative Property Keep the same order, just move the parenthesis. (a + b) + c = a + (b + c) (ab)c = a(bc)
Properties of Relations In many applications to computer science and applied mathematics, we deal with relations on a set A rather than relations from.
Chapter 4 Relations and Digraphs
Proving Segment Relationships
Integers and Properties
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?
Geometry 2.5 Big Idea: Reason Using Properties from Algebra.
1.2 Field Axioms (Properties) Notes on a Handout.
2.3 Diagrams and 2.4 Algebraic Reasoning. You will hand this in P. 88, 23.
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.
Representing Relations Using Matrices A relation between finite sets can be represented using a zero-one matrix Suppose R is a relation from A = {a 1,
Objective: To prove and apply theorems about angles Proving Angles Congruent (2-6)
8.5 Equivalence Relations
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.
Reasoning with Properties from Algebra. Properties of Equality For all properties, a, b, & c are real #s. Addition property of equality- if a=b, then.
Chap. 7 Relations: The Second Time Around
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), (
Advanced Digital Designs Jung H. Kim. Chapter 1. Sets, Relations, and Lattices.
1 You Never Escape Your… Relations EQUIVALENCE RELATION Presented by K.Senguttuvan, PGT Kendriya Vidyalaya, Gachibowli, Hyderabad. 2.
2.5 Reasoning and Algebra. Addition Property If A = B then A + C = B + C.
Ch 2-5 Reasoning in Geometry and Algebra
2.5 Algebra Reasoning. Addition Property: if a=b, then a+c = b+c Addition Property: if a=b, then a+c = b+c Subtraction Property: if a=b, then a-c = b-c.
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)
11/22/2016 Geometry 1 Section 2.4: Reasoning with Properties from Algebra.
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.
Relations and Their Properties
Citra Noviyasari, S.Si, MT
Equivalence Relations
6.1 Partially Ordered Sets
2.4 Objective: The student will be able to:
Property For Sale Are you ready to buy?.
2. Definition of congruent segments AB = CD 2.
تصنيف التفاعلات الكيميائية
8.5 Equivalence Relations
Discrete Math (2) Haiming Chen Associate Professor, PhD
Equivalence Relations
Relations: representation and closures
2.5 Reason Using Properties from Algebra
Relations and their Properties
Equivalence Relations
Lesson 4-1 Using Properties Designed by Skip Tyler, Varina High School
Properties of Equality
Background material.
9.5 Equivalence Relations
Equivalence relations
Equivalence Relations
Equivalence Relations
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Clements MAΘ October 30th, 2014
Verifying Segment Relationships
7.1 Trees.
Chapter 8 (Part 2): Relations
Agenda Lecture Content: Relations (Relasi)
Lecture # 16 Inverse of Relations
Ø Let the universe set U={1,2,3,...,10}.
4.4 Properties of Relations
Presentation transcript:

4.5 Equivalence Relations

A relation R on a set A is called an equivalence relation if it is reflexive, symmetric and transitive. Reflexive: has one node cycles at each vertex. Relation Example: {(1,1), (2,2)} Symmetric: if you have (a,b) you also have (b,a). Relation Example: {(1,2), (2,1)} Transitive: if you have (a,b) and (b,c), you must have (a,c). Relation Example: {(1,2), (2,3), (1,3)}

Equivalence Relation Example: Verify R is an equivalence relation: -Reflexive: (1,1),(2,2),(3,3),(4,3) -Symmetric: (1,2),(2,1),(3,4),(4,3) -Transitive: Does not break the transitive rule. We only have a (a,b). We don’t have a (b,c) and therefore we are not required to have an (a,c).

Equivalence Relations and Partitions Find the equivalence relation determined by P First look at the block: {1,2,3} Reflexive: (1,1), (2,2), (3,3) Symmetric and transitive: a,b a,c b,c (1,2), (2,1),(1,3),(3,1),(2,3),(3,2) Now look at block {4}, Reflexive: (4,4) Result: R = {(1,1), (2,2), (3,3), (4,4), (1,2), (2,1),(1,3),(3,1),(2,3),(3,2)}

A partition set A determined by the equivalence relation R on A is denoted A/R. A/R is a collection of equivalence classes – sets that contain elements that are related to each other.

Equivalence relation is reflexive, symmetric and transitive. R = {(a,a),(b,b),(c,c),(d,d),(e,e),(f,f),(b,e),(e,b),(c,d),(c,f),(d,c), (d,f),(f,c),(f,d)} The partition or the equivalence relation R on A: A/R = {{a},{b,e},{c,d,f}} 1. a is only related to iself 2. b is related to e and e is related to b 3. c is related to d d is related to c c is related to f f is related to c d is related to f f is related to d In other words, c,d and f are all related to each other.