Equivalence Relations

Slides:



Advertisements
Similar presentations
1 2-4 Reasoning in Algebra Objectives: Use basic properties of algebra in reasoning Define congruence State the properties of congruence.
Advertisements

Reflexive example: AB = AB Symmetric example: AB = BA
Equivalence Relations
Equivalence Relations
Chap6 Relations Def 1: Let A and B be sets. A binary relation from A
Basic Properties of Relations
CSE115/ENGR160 Discrete Mathematics 05/03/11 Ming-Hsuan Yang UC Merced 1.
7-3: Identifying Similar Triangles
Algebraic Properties: The Rules of Algebra Be Cool - Follow The Rules!
Relations Chapter 9.
Equivalence Relations MSU CSE 260. Outline Introduction Equivalence Relations –Definition, Examples Equivalence Classes –Definition Equivalence Classes.
Proving Segment Relationships
Lesson 2-4 Reasoning in Algebra. Check Skills You’ll Need 1.Name 1 in two other ways. 2.Name the vertex of 2. 3.If 1 2, name the bisector of AOC. 4.If.
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.
Integers and Properties
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.
Warm-up To determine your target heart rate r (in beats per minute) before exercising, use the equation, where a is your age in years. Solve for r. Then.
2.6 Properties of Equality and Congruence Textbook page 88.
Identify the Property which supports each Conclusion.
Rosen, Section 8.5 Equivalence 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?
Properties of Equality and Congruence Section 2.6.
Section 2.4: Reasoning in Algebra
Chapter 2 Lesson 4 Objective: To connect reasoning in algebra to geometry.
Geometry 2.5 Big Idea: Reason Using Properties from Algebra.
1.2 Field Axioms (Properties) Notes on a Handout.
Goal 1: Use properties from algebra Goal 2: Use properties of length and measure to justify segment and angle relationships CAS 3.
2.3 Diagrams and 2.4 Algebraic Reasoning. You will hand this in P. 88, 23.
SECTION 2-6 Algebraic Proofs JIM SMITH JCHS. Properties we’ll be needing REFLEXIVE -- a=a SYMMETRIC -- if x=2 then 2=x TRANSITIVE -- if a=b and b=c then.
Properties of Algebra (aka all the rules that holds the math together!)
Linear Equations and Inequalities in One Variable What is an equation? =
Objective: To prove and apply theorems about angles Proving Angles Congruent (2-6)
EXAMPLE 1 Use the SSS Congruence Postulate Write a proof. GIVEN
Chapter 2: Reasoning & Proof 2.4 Reasoning in Algebra.
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.
Lessons 6.1 and 6.2 OBJ: To solve inequalities using addition, subtraction, multiplication, and division.
Reasoning in Algebra Chapter 2: Reasoning and Proof1 Objectives 1 To connect reasoning in algebra and geometry.
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)
2-6: Algebraic Proof. Properties Reflexive property – every # equals itself; a=a, 1=1, etc. Symmetric property – You can switch the sides of the equation.
Relations Chapter 9 Copyright © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill.
CSE15 Discrete Mathematics 05/03/17
2.4 Objective: The student will be able to:
2.5 and 2.6 Properties of Equality and Congruence
2.4 Reasoning with Properties from Algebra
Objective: To connect reasoning in algebra to geometry.
RELATION KS MATEMATIKA DISKRIT (DISCRETE MATHEMATICS )
Taibah University College of Computer Science & Engineering Course Title: Discrete Mathematics Code: CS 103 Chapter 9 Relations Slides are adopted from.
Chapter Notes: Properties and Algebraic Proofs
Reasoning With Properties of Algebra
Discrete Math (2) Haiming Chen Associate Professor, PhD
a + c = b + c a - c = b - c ac = bc a c b = a can be
EXAMPLE 1 Use the SSS Congruence Postulate Write a proof. GIVEN
PROPERTIES OF ALGEBRA.
4.5 Equivalence Relations
Algebraic proofs A proof is an argument that uses logic to show that a conclusion is true. Every time you solved an equation in Algebra you were performing.
2.5 Reasoning Using Properties from Algebra
Lesson 4-1 Using Properties Designed by Skip Tyler, Varina High School
Properties of Equality
Equivalence Relations
Equivalence Relations
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
SIMILARITY AND CONGRUENCY
Properties of Numbers Lesson 1-3.
Clements MAΘ October 30th, 2014
Verifying Segment Relationships
2-6: Algebraic Proof.
2-5 Algebraic Proof Geometry.
Properties of Real Numbers
Presentation transcript:

Equivalence Relations

Outline What is an equivalence relation Equivalence relation examples

Equivalence relations A relation on a set A is called an equivalence relation if it is reflexive, symmetric, and transitive Consider relation R = { (a,b) | len(a) = len(b) } Where len(a) means the length of string a It is reflexive: len(a) = len(a) It is symmetric: if len(a) = len(b), then len(b) = len(a) It is transitive: if len(a) = len(b) and len(b) = len(c), then len(a) = len(c) Thus, R is a equivalence relation

Equivalence relation example Consider the relation R = { (a,b) | a ≡ b (mod m) } Remember that this means that m | a-b Called “congruence modulo m” Is it reflexive: (a,a)  R means that m | a-a a-a = 0, which is divisible by m Is it symmetric: if (a,b)  R then (b,a)  R (a,b) means that m | a-b Or that km = a-b. Negating that, we get b-a = -km Thus, m | b-a, so (b,a)  R Is it transitive: if (a,b)  R and (b,c)  R then (a,c)  R (a,b) means that m | a-b, or that km = a-b (b,c) means that m | b-c, or that lm = b-c (a,c) means that m | a-c, or that nm = a-c Adding these two, we get km+lm = (a-b) + (b-c) Or (k+l)m = a-c Thus, m divides a-c, where n = k+l Thus, congruence modulo m is an equivalence relation

questions Which of these relations on {0, 1, 2, 3} are equivalence relations? Determine the properties of an equivalence relation that the others lack { (0,0), (1,1), (2,2), (3,3) } Has all the properties, thus, is an equivalence relation { (0,0), (0,2), (2,0), (2,2), (2,3), (3,2), (3,3) } Not reflexive: (1,1) is missing Not transitive: (0,2) and (2,3) are in the relation, but not (0,3) { (0,0), (1,1), (1,2), (2,1), (2,2), (3,3) } { (0,0), (1,1), (1,3), (2,2), (2,3), (3,1), (3,2) (3,3) } Not transitive: (1,3) and (3,2) are in the relation, but not (1,2) { (0,0), (0,1) (0,2), (1,0), (1,1), (1,2), (2,0), (2,2), (3,3) } Not symmetric: (1,2) is present, but not (2,1) Not transitive: (2,0) and (0,1) are in the relation, but not (2,1)