Whenever sets are being discussed, the relationship between the elements of the sets is the next thing that comes up. Relations may exist between objects of the same set or between objects of two or more sets.
Definition and Properties
A binary relation R from set x to y (written as or ) is a subset of the Cartesian product . If the ordered pair of G is reversed, the relation also changes.
Generally an n-ary relation R between sets is a subset of the n-ary product . The minimum cardinality of a relation R is Zero and maximum is in this case.
A binary relation R on a single set A is a subset of .
For two distinct sets, A and B, having cardinalities m and n respectively, the maximum cardinality of a relation R from A to B is mn.
Domain and Range
If there are two sets A and B, and relation R have order pair (x, y), then −
- The domain of R, Dom(R), is the set
- The range of R, Ran(R), is the set
Examples
Let, and
- Case 1 − If relation R is 'equal to' thenDom(R) =
- Case 2 − If relation R is 'less than' thenDom(R) =
- Case 3 − If relation R is 'greater than' thenDom(R) =
Representation of Relations using Graph
A relation can be represented using a directed graph.
The number of vertices in the graph is equal to the number of elements in the set from which the relation has been defined. For each ordered pair (x, y) in the relation R, there will be a directed edge from the vertex ‘x’ to vertex ‘y’. If there is an ordered pair (x, x), there will be self- loop on vertex ‘x’.
Suppose, there is a relation on set , it can be represented by the following graph −
Types of Relations
- The Empty Relation between sets X and Y, or on E, is the empty set
- The Full Relation between sets X and Y is the set
- The Identity Relation on set X is the set
- The Inverse Relation R' of a relation R is defined as −Example − If then will be
- A relation R on set A is called Reflexive if is related to a (aRa holds)Example − The relation on set is reflexive.
- A relation R on set A is called Irreflexive if no is related to a (aRa does not hold).Example − The relation on set is irreflexive.
- A relation R on set A is called Symmetric if implies , and .Example − The relation on set is symmetric.
- A relation R on set A is called Anti-Symmetric if and implies and .Example − The relation is anti-symmetric since and implies .
- A relation R on set A is called Transitive if and implies .Example − The relation on set is transitive.
- A relation is an Equivalence Relation if it is reflexive, symmetric, and transitive.Example − The relation on set is an equivalence relation since it is reflexive, symmetric, and transitive.
Comments
Post a Comment