8.5 Equivalence Relations and 8.6 Partial Ordering

Slides:



Advertisements
Similar presentations
Partial Orderings Section 8.6.
Advertisements

June 1, 2004Computer Security: Art and Science © Matt Bishop Slide #30-1 Chapter 30: Lattices Overview Definitions Lattices Examples.
Equivalence Relations
Relations Relations on a Set. Properties of Relations.
Practice Quiz 3 Recursive Definitions Relations Basic Counting Pigeonhole Principle Permutations & Combinations Discrete Probability.
Relations.
Representing Relations Using Matrices
Applied Discrete Mathematics Week 11: Graphs
Relations & Their Properties. Copyright © Peter Cappello2 Introduction Let A & B be sets. A binary relation from A to B is a subset of A x B. Let R be.
Discrete Structures Chapter 5 Relations Nurul Amelina Nasharuddin Multimedia Department.
November 1, 2004Introduction to Computer Security ©2004 Matt Bishop Slide #27-1 Chapter 27: Lattices Overview Definitions Lattices Examples.
CSE115/ENGR160 Discrete Mathematics 05/03/11 Ming-Hsuan Yang UC Merced 1.
Sets, Relation and Functions A set is a collection of objects (elements) or a container of objects. Defining sets –Empty set (Ø): no elements –Universal.
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.
Relations Chapter 9.
Chapter 9 1. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing.
Exam 2 Review 8.2, 8.5, 8.6, Thm. 1 for 2 roots, Thm. 2 for 1 root Theorem 1: Let c 1, c 2 be elements of the real numbers. Suppose r 2 -c 1.
Exam 2 Review 7.5, 7.6, |A1  A2  A3| =∑|Ai| - ∑|Ai ∩ Aj| + |A1∩ A2 ∩ A3| |A1  A2  A3  A4| =∑|Ai| - ∑|Ai ∩ Aj| + ∑ |Ai∩ Aj ∩ Ak| - |A1∩
Properties of Relations In many applications to computer science and applied mathematics, we deal with relations on a set A rather than relations from.
CS Discrete Mathematical Structures Mehdi Ghayoumi MSB rm 132 Ofc hr: Thur, 9:30-11:30a Fall 2002KSU - Discrete Structures1.
Chapter 9. Chapter Summary Relations and Their Properties Representing Relations Equivalence Relations Partial Orderings.
Chapter 9. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing 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.
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.
1 RELATIONS Learning outcomes Students are able to: a. determine the properties of relations – reflexive, symmetric, transitive, and antisymmetric b. determine.
Section 4.4 Properties of Relations. Order Relations Draw an arrow diagram for the relation R defined on the set {1,2,3,4} such that
Discrete Mathematics Lecture # 15 Types of Relations (contd.)
Chapter 9. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations.
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,
1 RELATIONS Learning outcomes Students are able to: a. determine the properties of relations – reflexive, symmetric, transitive, and antisymmetric b. determine.
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.
Section 9.1. Section Summary Relations and Functions Properties of Relations Reflexive Relations Symmetric and Antisymmetric Relations Transitive Relations.
Chapter8 Relations 8.1: Relations and their properties.
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.
Representing Relations Using Digraphs
Relations and Their Properties
Relations.
CSE15 Discrete Mathematics 05/03/17
Equivalence Relations
Relations Chapter 9.
Lecture # 14 Types of Relations
Dr. Ameria Eldosoky Discrete mathematics
Reflexivity, Symmetry, and Transitivity
Lecture 4.3: Closures and Equivalence Relations
8.5 Equivalence Relations
Question Suppose exists, find the limit: (1) (2) Sol. (1) (2)
Relations and Their Properties
8.1 Relations and Their Properties
Discrete Math (2) Haiming Chen Associate Professor, PhD
Computer Security: Art and Science
8.1 Relations and Their Properties
The sum of any two even integers is even.
Discrete Math (2) Haiming Chen Associate Professor, PhD
Applied Discrete Mathematics Week 6: Relations/Digraphs
Representing Boolean Functions
Trees L Al-zaid Math1101.
Lecture 4.3: Closures and Equivalence Relations
2.2 Set Operations L Al-zaid Math1101.
Computer Security: Art and Science, 2nd Edition
Lesson 3.1 Real Numbers pp
Introduction to Computer Security
9.5 Equivalence Relations
Equivalence relations
Equivalence Relations
Basics of Relations.
Chapter 8 (Part 2): Relations
Lecture # 16 Inverse of Relations
Presentation transcript:

8.5 Equivalence Relations and 8.6 Partial Ordering L Al-zaid Math110

Equivalence Relations DEFINITION 1 A relation on a set A is called an equivalence relation if it is reflexive, symmetric, and transitive. L Al-zaid Math110

If a R b and b R c, then a - b and b - c EXAMPLE 2 Let R be the relation on the set of real numbers such that a R b if and only if a- b is an integer. Is R an equivalence relation? Solution: Because a - a = 0 is an integer for all real numbers a, aRa for all real numbers a . Hence, R is reflexive. Now suppose that aRb. Then a - b is an integer, so b - a is also an integer. Hence, bRa. It follows that R is symmetric. If a R b and b R c, then a - b and b - c are integers. Therefore, a - c = (a - b) + (b - c) is also an integer. Hence, aRc. Thus, R is transitive. Consequently, R is an equivalence relation. L Al-zaid Math110

Partial Ordering. DEFINITION 2 A relation on a set A is called a Partial order if it is reflexive, antisymmetric, and transitive. L Al-zaid Math110

EXAMPLE 3 Show that the greater than or equal( ≥ ) , Is partial ordering on the set of integers? L Al-zaid Math110

Homework Page 562 1 (a,c) L Al-zaid Math110