Relations

Properties of Relationships (R is a relationship)
Name Definition Example on a Graph
Reflexive a R a      a loop from a point to itself
Symmetric a R b    is equal to b R a a path from a to b and from b to a
Antisymmetric a R b and b R a if and only if a=b there are never two edges in opposite directions between distinct vertices.
Transitive a R b and B R c implies a R c a path from a to b to c; a is connected to c.

       

  1. A relationship that is Reflexive, Symmetric and Transitive is called an equivalance relation. Two elements that are related by an equivalance relationship are said to be equivalent and form an equivalence class indicated by [a]. The set of equivalence classes is called a quotient set.

  2. A relationship  R on a set S that is Reflexive, Antisymmetric and Transitive is called an partial ordering. A set S with aprtial ordering R is called a partially ordered set or poset. Elements a and b are comparable if a=<b or b=<a. If every pairing is comparable, then the relation is a total ordering, linearly ordered or a chain.

    poset.gif (3146 bytes)poset2.gif (2694 bytes)

  3. A poset in which every pair of elements has both a least upper bound and a greatest lower bound is called a lattice.

You are the visitor to this site.

Return to Main Page