6.1 Partially Ordered Sets

Slides:



Advertisements
Similar presentations
Representing Relations
Advertisements

Partial Orderings Section 8.6.
CSCI 115 Chapter 6 Order Relations and Structures.
Relations Relations on a Set. Properties of Relations.
8.6 Partial Orderings. Definition Partial ordering– a relation R on a set S that is Reflexive, Antisymmetric, and Transitive Examples? R={(a,b)| a is.
CSE115/ENGR160 Discrete Mathematics 05/03/11 Ming-Hsuan Yang UC Merced 1.
1 Representing Relations Part 2: directed graphs.
1 Relations: The Second Time Around Chapter 7 Equivalence Classes.
Relations binary relations xRy on sets x  X y  Y R  X  Y Example: “less than” relation from A={0,1,2} to B={1,2,3} use traditional notation 0 < 1,
Discrete Mathematics Lecture#11.
Partially Ordered Sets Basic Concepts
Section 7.6: Partial Orderings Def: A relation R on a set S is called a partial ordering (or partial order) if it is reflexive, antisymmetric, and transitive.
1 Partial Orderings Based on Slides by Chuck Allison from Rosen, Chapter 8.6 Modified by.
Partially Ordered Sets (POSets)
Relations Chapter 9.
Chapter 9 1. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing.
Relations (3) Rosen 6th ed., ch fall.
Chapter 6. Order Relations and Structure
1 Partial Orderings Aaron Bloomfield CS 202 Rosen, section 7.6.
Chapter 9. Chapter Summary Relations and Their Properties Representing Relations Equivalence Relations Partial Orderings.
Discrete Structures – CNS2300
Chapter 9. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations.
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.
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.
8.3 Representing Relations Directed Graphs –Vertex –Arc (directed edge) –Initial vertex –Terminal vertex.
Discrete Mathematics and Its Applications Sixth Edition By Kenneth Rosen Chapter 8 Relations 歐亞書局.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Relations and their Properties
Sets and Subsets Set A set is a collection of well-defined objects (elements/members). The elements of the set are said to belong to (or be contained in)
1 RELATIONS Learning outcomes Students are able to: a. determine the properties of relations – reflexive, symmetric, transitive, and antisymmetric b. determine.
Relations. Important Definitions We covered all of these definitions on the board on Monday, November 7 th. Definition 1 Definition 2 Definition 3 Definition.
Discrete Mathematics Lecture # 15 Types of Relations (contd.)
1 Partial Orderings Aaron Bloomfield CS 202 Epp, section ???
Problem Statement How do we represent relationship between two related elements ?
Chapter 9. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations.
Chapter Relations and Their Properties
1 RELATIONS Learning outcomes Students are able to: a. determine the properties of relations – reflexive, symmetric, transitive, and antisymmetric b. determine.
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.
Chap. 7 Relations: The Second Time Around
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), (
Section 9.3. Section Summary Representing Relations using Matrices Representing Relations using Digraphs.
1 CMSC 250 Discrete Structures CMSC 250 Lecture 41 May 7, 2008.
Chapter8 Relations 8.1: Relations and their properties.
1 Partial Orderings Epp, section Introduction An equivalence relation is a relation that is reflexive, symmetric, and transitive A partial ordering.
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 and Their Properties
Chapter 6 Order Relations and Structures
CSE 2813 Discrete Structures
Partial Orders.
Partial Orderings CSE 2813 Discrete Structures.
Partial Orders (POSETs)
CSE15 Discrete Mathematics 05/03/17
Introduction to Relations
CSNB 143 Discrete Mathematical Structures
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 
Learn about relations and their basic properties
Equivalence Relations
Atmiya Institute of Technology & Science
Relations Chapter 9.
Partial Orderings.
Relations and Digraphs
Aaron Bloomfield CS 202 Epp, section ???
Discrete Math (2) Haiming Chen Associate Professor, PhD
Relations and Digraphs
4.5 Equivalence Relations
Relations.
교환 학생 프로그램 내년 1월 중순부터 6월 초 현재 학부 2,3 학년?
Relations: The Second Time Around
4.4 Properties of Relations
Presentation transcript:

6.1 Partially Ordered Sets

A relation R on a set A is called a partial order if R is Reflexive, Antisymmetric and Transitive. Reflexive – has a cycle of 1 at every vertex. Example: (1,1), (2,2) Antisymmetric – contains no back arrows – all one way paths and can contain cycles of 1. Example: (1,1), (1,2), (2,3) Transitive – if you have (a,b) and (b,c), you must have (a,c). Example: a,b b,c a,c (1,2), (2,3), (1,3)

The set A together with the partial order R is called a partially ordered set or poset. This is denoted (A,R) or (A, ≤). The relation of divisibility (aRb if and only if a divides b) is a partial order on Z+ . A = {1,2,3,4} x ≤ y iff x|y B = {1,7,11,14} x ≤ y in the regular way x y x y a,b a,b a,b a,b (1,7) ≤ (3,14) (2,7) ≤ (3,14) Because 1|3 and 7 ≤ 14. Because 2 does not divide 3.

a and b of set A are said to be comparable if a ≤ b or b ≤ a a and b of set A are said to be comparable if a ≤ b or b ≤ a. Every pair of elements does not need to be comparable aRb iff a|b is a partial order on Z+ . 2 and 7 are not comparable since 2|7 and 7|2. Partial means some elements may not be comparable.

Lexicographic (lex sick o graphic) Means alphabetic order Lexicographic (lex sick o graphic) Means alphabetic order. park < part help < hind Jump < mump

Hasse Diagrams Hasse diagrams, for simplicity, remove one cycles, remove transitive property aRc, remove arrows, and all edges point upwards. Jt does not mean one cycles, transitive property and arrows don’t exist….they still exist.

A = {1,2,3,4,12} a and b are ∈ of A a ≤ b if and only if a|b Draw the Hasse diagram of the poset(A, ≤). (1,1),(1,2),(1,3),(1,4),(1,12), (2,2),(2,4),(2,12), (3,3),(3,12), (4,4),(4,12), (12,12)

Cross off one cycles and (a,c) of transitive property. (1,1),(1,2),(1,3),(1,4),(1,12), (2,2),(2,4),(2,12), (3,3),(3,12), (4,4),(4,12), (12,12) 12 12 4 4 3 2 2 3 1 1

Finite linear ordered set 1 2 3 1 2 3 (1,1), (1,2), (1,3), (2,2), (2,3) (3,3) 3 3 2 2 1 1

The process of constructing a linear order is called topological sorting. With topological sorting, you need to be able to insert a relation in the linear order without breaking an existing relation. 1 is related to 2 1 is also related to 3 4 could be placed after 1 if 4 is related to 1 and this would not break the relations of 1 to 2 and 1 to 3, meaning 4 is related to 2 and 3 3 2 1 3 2 4 1

Isomorphism ≅ A = {1,2,3,6} f Under divisibility, x ≤ y iff x|y 1 {} B = {{}, {x},{y}, {x,y}} 2 {x} Under subset, (a ≤ b) iff a ≤ b 3 {y} Hasse diagrams of A & B 6 {x,y} ≅ The function A B is one to one. The function f is an isomorphism. {x,y} 6 {y} {x} 3 2 {} 1

Incomparable a ≤ b and b ≤ a. There is no relation between a and b so we cannot compare them. b a c d

A poset (A, R -1) is called a dual poset…..it is the inverse. f b c a e d e d f a b c