Binary relation
A binary relation is a mathematical concept to do with "relations", such as "is greater than" and "is equal to" in arithmetic, or "is an element of" in set theory.
Formally, a binary relation over a set X and a set Y is an ordered triple R=(X, Y, G(R)) where G(R), called the graph of the relation R, is a subset of the Cartesian product X × Y. If (x,y) ∈ G(R) then we say that x is R-related to y and write xRy or R(x,y).
It is common practice to identify the relation with its graph, i.e. if R ⊆ X × Y we call R a relation over X,Y.
Example: Suppose there are four objects: {ball, car, doll, gun} and four persons: {John, Mary, So, Venus}. Suppose that John owns the ball, Mary owns the doll, and Venus owns the car. No one owns the gun and So owns nothing. Then the binary relation "is owned by" is given as
- R=({ball, car, doll, gun}, {John, Mary, So, Venus}, {(ball,John), (doll,Mary), (car,Venus)}).
The pair (ball,John), denoted by ballRJohn means ball is owned by John.
Note that two different relations could have the same graph. For example: the relation
- ({ball, car, doll, gun}, {John, Mary, Venus}, {(ball,John), (doll,Mary), (car,Venus)}
Nevertheless, R is usually identified or even defined as G(R) and "an ordered pair (x,y) ∈ G(R)" is usually denoted as "(x,y) ∈ R".
It may also be thought of as a binary function that takes as arguments an element x of X and an element y of Y and evaluates to true or false (indicating whether the ordered pair (x, y) is an element of the set which is the relation).
| Table of contents |
|
2 Relations over a set 3 Operations on binary relations |
Some important properties that binary relation R over X and Y may or may not have are:
; total: for all x in X there exists a y in Y such that xRy
; functional: for all x in X, and y and z in Y it holds that if xRy and xRz then y = z
; surjective: for all y in Y there exists an x in X such that xRy
; injective: for all x and z in X and y in Y it holds that if xRy and zRy then x = z
A binary relation that is functional is called a partial function; a binary relation that is both total and functional is called a function.
If X = Y then we simply say that the binary relation is over X.
Some important properties that binary relations over a set X may or may not have are:
; reflexive: for all x in X it holds that xRx. For example, "greater than or equal to" is a reflexive relation but "greater than" is not.
; irreflexive: for all x in X it holds that not xRx. "Greater than" is an example of an irreflexive relation.
; symmetric: for all x and z in X it holds that if xRz then zRx. "Is a blood relative of" is a symmetric relation, because x is a blood relative of z if and only if z is a blood relative of x.
; antisymmetric: for all x and z in X it holds that if xRz and zRx then x = z. "Greater than or equal to" is an antisymmetric relation, because of x≥z and z≥x, then x=z.
; transitive: for all x, y and z in X it holds that if xRy and yRz then xRz. "Is an ancestor of" is a transitive relation, because if x is an ancestor of y and y is an ancestor of z, then x is an ancestor of z.
; trichotomous: for all x and y in X exactly one of xRy, yRx and x = y holds. Is greater than is an example of a trichotomous relation.
; extendability: for all x in X, there exists y in X such that xRy. "Is greater than" is an extendable relation on the integers. But it is not an extendable relation on the positive integers, because there is no y in the positive integers such that 1>y.
A relation which is reflexive, symmetric and transitive is called an equivalence relation. A relation which is reflexive, antisymmetric and transitive is called a partial order. A partial order which is trichotomous is called a total order or a linear order. A linear order in which every nonempty set has the least element is called a well-order.
A relation which is symmetric, transitive, and extendable is also reflexive.
If R,S ⊆ X × Y are binary relations, then each of the following are binary relations:
-- Function -- Partial order -- Total order -- Well-order -- Equivalence relation -- CorrespondenceSpecial relations
Relations over a set
Operations on binary relations
If a binary relation is also a binary function injective and onto,
the converse is called inverse of the function.See also: