structured sets
play

Structured Sets CS1200, CSE IIT Madras Meghana Nasre April 20, - PowerPoint PPT Presentation

Structured Sets CS1200, CSE IIT Madras Meghana Nasre April 20, 2020 CS1200, CSE IIT Madras Meghana Nasre Structured Sets Structured Sets Relational Structures Properties and closures Equivalence Relations Partially Ordered


  1. Structured Sets CS1200, CSE IIT Madras Meghana Nasre April 20, 2020 CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  2. Structured Sets • Relational Structures • Properties and closures � • Equivalence Relations • Partially Ordered Sets (Posets) and Lattices • Algebraic Structures • Groups and Rings CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  3. Recap: Binary relations and properties A binary relation R on a set S is a subset of the Cartesian product S × S . Properties of Binary Relations • Reflexive: If for every a ∈ S , ( a , a ) ∈ R . • ≤ on Z + , ≥ on Z + . • Symmetric: If ( a , b ) ∈ R → ( b , a ) ∈ R , for all a , b ∈ S • = on Z + • “is a cousin of” on the set of people. • Antisymmetric: If (( a , b ) ∈ R and ( b , a ) ∈ R ) → a = b , for all a , b ∈ S . • ≤ on Z + , ≥ on Z + . • Transitive: If for all a , b , c ∈ S , (( a , b ) ∈ R and ( b , c ) ∈ R ) → ( a , c ) ∈ R . • “is an ancestor of” on the set of people. CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  4. Equivalence Relations Examples: If R on set S is • “=” on Z + • reflexive, and • ( a , b ) ∈ R if 3 divides ( a − b ). • symmetric, and • A : binary strings; ( s 1 , s 2 ) ∈ R if • transitive, first 10 bits of s 1 match with s 2 . R is an equivalence relation. Not equivalence relation: • ( a , b ) ∈ R implies a and b are • ≤ on Z + . equivalent. • “divides” on Z + . CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  5. Equivalence relations Z = { . . . , − 3 , − 2 , − 1 , 0 , 1 , 2 , 3 , 4 , . . . } • R = { ( a , b ) | 3 divides ( a − b ) } . • [ a ] denotes the set of elements b ∈ S (in this case Z ) such that ( a , b ) ∈ R . • [0] = { a ∈ Z | 3 divides ( a − 0) } . • [0] = { . . . , − 9 , − 6 , − 3 , 0 , 3 , 6 , 9 , . . . } • [1] = { . . . , − 8 , − 5 , − 2 , 1 , 4 , 7 , 10 , . . . } • [2] = { . . . , − 7 , − 4 , − 1 , 2 , 5 , 8 , 11 , . . . } Any equivalence relation R on S partitions the set S CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  6. Partition of a set S A1 A3 A4 A5 A2 A6 A partition of a set S is a disjoint collection of subsets A 1 , A 2 , . . . , A k such that • A j ∩ A j = φ for i � = j . • ∪ k i =1 A i = S . For an equivalence relation R on a set S , the following are equivalent. (i) ( a , b ) ∈ R (ii) [ a ] = [ b ]; [ a ] denotes the class of [ a ] (iii) [ a ] ∩ [ b ] � = ∅ CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  7. Partition of a set S For an equivalence relation R on a set S , the following are equivalent. (i) ( a , b ) ∈ R (ii) [ a ] = [ b ] (iii) [ a ] ∩ [ b ] � = ∅ Proof: To show that (i) → (ii). • Let c ∈ [ a ]. This implies ( a , c ) ∈ R (by definition of [ a ]). Further ( c , a ) ∈ R , (by symmetry of R ). Thus, ( c , b ) ∈ R (by transitivity of R ). Again applying symmetry ( b , c ) ∈ R . Thus c ∈ [ b ]. This concludes that [ a ] ⊆ [ b ]. A similar argument can be used to show [ b ] ⊆ [ a ]. To show that (ii) → (iii). This holds because of reflexive property. We know a ∈ [ a ]. Thus, a ∈ [ a ] ∩ [ b ]. To show that (iii) → (i). • Since [ a ] ∩ [ b ] is non-empty, we know that some c ∈ [ a ] and c ∈ [ b ]. Thus, ( a , c ) ∈ R and ( b , c ) ∈ R . By symmetry, ( c , b ) ∈ R . Together with transitivity of R , we have ( a , b ) ∈ R . Observe how all three properties (reflexive, symmetry and transitivity) are used in the proof. CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  8. Equivalence relations • Every equivalence relation partitions the set. • Every partition of the set defines an equivalence relation. Useful abstraction when we are interested in properties of the “classes” rather than individual elements. • Set Z , [0] = { x ∈ Z | x mod 3 = 0 } , [1] and [2] defined appropriately. CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  9. Back to relations with properties • S 2 – all subsets of { a , b , c } . • S 1 – all words in English dictionary. • Relation R 2 on S 2 : • Relation R 1 on S 1 : • ( X , Y ) ∈ R 2 if X ⊆ Y . • ( w 1 , w 2 ) ∈ R 1 if w 1 = w 2 or w 1 appears before w 2 in dictionary. • What properties do R 1 and R 2 satisfy? Defn: If R on set S is reflexive, and anti-symmetric, and transitive, then R is a partial ordering on set S . Set S along with R is known as a partially ordered set or poset. a � b is used to denote ( a , b ) ∈ R when R is reflexive, anti-symmetric and transitive. Examples: • “divides” on a set { 1 , 2 , 3 , 6 , 9 , 12 , 15 , 24 } . • x is older than y on a set of people. • ≤ on the set Z + . CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  10. Example: Course pre-requisite structure List of courses to be completed to graduate. S = { c 1 , c 2 , c 3 , . . . , c n } . R = { ( c i , c j ) | ( c i = c j ) or c i is a pre-requisite for c j } • Write down the relation R . • Note that every ( a , a ) should c8 be in R . ex: (PDS, PDS). c6 • What about c7 (Disc. Maths, Adv. Algo)? , c5 yes it belongs to R . Comparable elements. c3 • a and b are said to be c4 comparable iff a � b or b � a . c1 c2 • Ex: Disc. Maths � RP. • Non-Ex: Prob. Th. �� PDS. CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  11. Example: Course pre-requisite structure List of courses to be completed to graduate. S = { c 1 , c 2 , c 3 , . . . , c n } . R = { ( c i , c j ) | ( c i = c j ) or c i is a pre-requisite for c j } Minimal Elements • An element “ a ” such that for c8 no b ∈ S , b ≺ a . Disc. Maths, Prob. Th. c6 c7 • Course that does not have a pre-req. c5 c3 Maximal Elements c4 • An element “ a ” such that for no b ∈ S , a ≺ b . c1 Adv. Algo, R.P. c2 • Course that is not a pre-req. for any course. CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  12. Example: Course pre-requisite structure List of courses to be completed to graduate. S = { c 1 , c 2 , c 3 , . . . , c n } . R = { ( c i , c j ) | ( c i = c j ) or c i is a pre-requisite for c j } Least Element c8 • An element “ a ” such that for c6 all b ∈ S , a � b . c7 • Least element is unique if it c5 exists. c3 Greatest Elements c4 • An element “ a ” such that for all b ∈ S , b � a . c1 c2 • Greatest element is unique if it exists. CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  13. Example: Course pre-requisite structure List of courses to be completed to graduate. S = { c 1 , c 2 , c 3 , . . . , c n } . R = { ( c i , c j ) | ( c i = c j ) or c i is a pre-requisite for c j } Hasse Diagram for a poset c8 c6 • A node for every element. c7 • An edge from c i to c j if c5 ( c i , c j ) ∈ R . • Omit reflexive edges. c3 • Omit transitive edges. c4 • Finally, remove the arrows (all edges go “upwards”). c1 c2 CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  14. Example: Course pre-requisite structure List of courses to be completed to graduate. S = { c 1 , c 2 , c 3 , . . . , c n } . R = { ( c i , c j ) | ( c i = c j ) or c i is a pre-requisite for c j } Chain c8 • A subset of S such that every c6 pair in this subset is c7 comparable. c5 • { Disc. Maths, PDS, Algo, R.P. } { Disc. Maths, Adv. DS } c3 • Not a chain: c4 { Disc. Maths, Algo, Adv. DS } Qn: What does the length of the c1 c2 longest chain signify? CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  15. Example: Course pre-requisite structure List of courses to be completed to graduate. S = { c 1 , c 2 , c 3 , . . . , c n } . R = { ( c i , c j ) | ( c i = c j ) or c i is a pre-requisite for c j } Anti-Chain • A subset of S such that every c8 pair in this subset is c6 incomparable. c7 • { Disc. Maths, Adv. Prob. } c5 { Adv. DS, Algo, Adv. Prob. } c3 • Neither a chain nor an anti-chain: c4 { Disc. Maths, Algo, Adv. DS } c1 Qn: What does the length of the c2 longest anti-chain signify? CS1200, CSE IIT Madras Meghana Nasre Structured Sets

  16. Summary • Equivalence Relations and Properties. • Partial Order and Hasse Diagrams. • Chains and Antichains. • Partial Order useful to model various real-world examples. • References : Section 9.5, 9.6 [KR] CS1200, CSE IIT Madras Meghana Nasre Structured Sets

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend