To put it is more concisely: To have a function, The FIRST coordinates must ALL be DIFFERENT! (It doesn't matter if some of the SECOND coordinates are the same, or if they are the same as some of the FIRST coordinates. We go only by the FIRST coordinates) ------------------------------------------ {(x,1)(z,w)(w,z)} IS a function because the 3 FIRST coordinates x, z and w are all different. {(x,1)(y,1)(w,1)} IS a function because the 3 FIRST coordinates x, y and w are all different. It doesn't matter that the SECOND coordinates are the same. {(x,y)(y,y)(w,y)} IS a function because the 3 FIRST coordinates x, y and w are all different. Again, it doesn't matter that the SECOND coordinates are the same. Edwin