relations
play

Relations 1. R = { (1, a ), (2, a ), (3, b ) } 2. S = { (1, a ), - PowerPoint PPT Presentation

Relations http://localhost/~senning/courses/ma229/slides/relations/slide01.html Relations http://localhost/~senning/courses/ma229/slides/relations/slide02.html Relations prev | slides | next prev | slides | next Let A and B be sets. A binary


  1. Relations http://localhost/~senning/courses/ma229/slides/relations/slide01.html Relations http://localhost/~senning/courses/ma229/slides/relations/slide02.html Relations prev | slides | next prev | slides | next Let A and B be sets. A binary relation from A to B is a subset of A x B . Let A = { 1, 2, 3 } and B = { a , b }. Then the following are all relations from A to B . Relations 1. R = { (1, a ), (2, a ), (3, b ) } 2. S = { (1, a ), (1, b ), (2, a ) } 3. T = { (3, a ) } 4. U = { (2, a ), (2, b ) } Mathematically, if we want to say that a is related to b in some relation R then we write a R b 1 2 3 4 5 6 7 8 9 10 11 12 13 1 2 3 4 5 6 7 8 9 10 11 12 13 1 of 1 09/12/2003 02:50 PM 1 of 1 09/12/2003 02:50 PM Relations http://localhost/~senning/courses/ma229/slides/relations/slide03.html Relations http://localhost/~senning/courses/ma229/slides/relations/slide04.html Relations Relations prev | slides | next prev | slides | next Let A and B be sets. A binary relation from A to B is a subset of A A relation on the set A is a relation from A to A . x B . Consider the relation R = { ( a , b ) | a divides b } on the set Let A = { 1, 2, 3 } and B = { a , b } and let A ={1,2,3,4,5,6}. R consists of ordered pairs in which the first number divides evenly into the second number. R = { (1, a ), (1, b ), (3, a ) }. 1. List R (answer) We can represent this relation several ways, including listing it as 2. Display R graphically (answer) we have done here. Other ways including using a graph and a chart. 3. Display R in tabular form (answer) R | a | b | 1 2 3 4 5 6 7 8 9 10 11 12 13 ---+---+---+ 1 | x | x | 2 | | | 3 | x | | 1 2 3 4 5 6 7 8 9 10 11 12 13 1 of 1 09/12/2003 02:50 PM 1 of 1 09/12/2003 02:50 PM

  2. Relations http://localhost/~senning/courses/ma229/slides/relations/slide05.html Relations http://localhost/~senning/courses/ma229/slides/relations/slide06.html Relations Relations prev | slides | next prev | slides | next Consider the following relations on {1,2,3,4}. Determine which A relation R on A is reflexive if ( a , a ) R for every a A . ones are reflexive, symmetric, antisymmetric or transitive. A relation R on A is symmetric if ( b , a ) R whenever ( a , b ) R for R 1 = {(1,1), (1,2), (2,1), (2,2), (3,4), (4,1), (4,4)} every a , b A . answer R 2 = {(1,1), (1,2), (2,1)} answer A relation R on A is antisymmetric if ( a , b ) R and ( b , a ) R only if a = b for every a , b A . R 3 = {(1,1), (1,2), (1,4), (2,1), (2,2), (3,3), (4,1), (4,4)} answer R 4 = {(2,1), (3,1), (3,2), (4,1), (4,2), (4,3)} answer A relation R on A is transitive if whenever ( a , b ) R and ( b , c ) R then ( a , c ) R for every a , b , c A . R 5 = {(1,1), (1,2), (1,3), (1,4), (2,2), (2,3), (2,4), (3,3), (3,4), answer (4,4)} 1 2 3 4 5 6 7 8 9 10 11 12 13 R 6 = {(3,4)} answer 1 2 3 4 5 6 7 8 9 10 11 12 13 1 of 1 09/12/2003 02:50 PM 1 of 1 09/12/2003 02:50 PM Relations http://localhost/~senning/courses/ma229/slides/relations/slide07.html Relations http://localhost/~senning/courses/ma229/slides/relations/slide08.html Relations Relations prev | slides | next prev | slides | next Since relations are sets, we can combine relations using set As already seen, we can represent relations several different ways. operators. Consider the relation Given two relations Q and R from A to B , each of the following R = {(1,1), (1,2), (2,3), (3,3)} operations results in a new relation from A to B : defined on the set A = {1, 2, 3, 4} Q R , Q R , Q - R , R - Q We can construct a table representing this relation. Unlike previous examples, however, now we’ll use zeros and ones to fill the table: a Let R be a relation from A to B and S be a relation from B to C . The one indicates membership in the relation. composite of R and S is the relation consisting of all elements ( a , c ) where R | 1 2 3 4 ---|--------------- a A , b B , ( a , b ) R 1 | 1 1 0 0 b B , c C , ( b , c ) S 2 | 0 0 1 0 3 | 0 0 1 0 a A , c C , ( a , c ) R S 4 | 0 0 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 1 2 3 4 5 6 7 8 9 10 11 12 13 1 of 1 09/12/2003 02:50 PM 1 of 1 09/12/2003 02:51 PM

  3. Relations http://localhost/~senning/courses/ma229/slides/relations/slide09.html Relations http://localhost/~senning/courses/ma229/slides/relations/slide10.html Relations Relations prev | slides | next prev | slides | next Note It’s a small step from the table to a matrix. We’ll call the matrix M R , the matrix representing the relation R The sets A and B must be in some particular, but arbitrary, order. / 1 1 0 0 \ Matrix rows are associated with elements in A and columns are | 0 0 1 0 | M R = associated with elements in B . | 0 0 1 0 | \ 0 0 0 0 / The matrix responding to a relation on a single set A is square. The ij entry of the M R matrix is given by If A ={1,2,3,4} and B ={2,4}, write the relation that has the matrix / 1 0 \ 1 if ( a i , b j ) R | 1 0 | m ij = 0 if ( a i , b j ) R | 0 1 | \ 1 1 / 1 2 3 4 5 6 7 8 9 10 11 12 13 (answer) 1 2 3 4 5 6 7 8 9 10 11 12 13 1 of 1 09/12/2003 02:51 PM 1 of 1 09/12/2003 02:51 PM Relations http://localhost/~senning/courses/ma229/slides/relations/slide11.html Relations http://localhost/~senning/courses/ma229/slides/relations/slide12.html Relations Relations prev | slides | next prev | slides | next What can be said about the matrix for a relation if the relation is A directed graph or digraph , consits of a set V of vertices (nodes) and a set E of edges (arcs) that point from a particular vertex to a reflexive (answer) particular vertex. symmetric (answer) Let A = { a , b , c , d } and let R = {( a , a ), ( a , b ), ( a , d ), ( b , d ), ( c , a ), ( c , c ), ( d , d )}. Draw the corresponding directed graph. antisymmetric(answer) 1 2 3 4 5 6 7 8 9 10 11 12 13 There is exactly 1 edge for each ordered pair, and the direction of the edge is determined by the order of the pair. 1 2 3 4 5 6 7 8 9 10 11 12 13 1 of 1 09/12/2003 02:51 PM 1 of 1 09/12/2003 02:51 PM

  4. Relations http://localhost/~senning/courses/ma229/slides/relations/slide13.html Relations prev | slides | next Digraphs give immediate visual indication of the properties of relations. Reflexive Each vertex as an edge looping back to itself Symmetric If an edge exists from one vertex to another, then another edge exists from the second vertex back to the first. Antisymmetric There are no "symmetric" conditions. Transitive If an edge exists from vertex a to vertex b and another edge from vertex b to vertex c then an edge exists from vertex a to vertex c . 1 2 3 4 5 6 7 8 9 10 11 12 13 1 of 1 09/12/2003 02:51 PM

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