Binary relation

From testwiki
Jump to navigation Jump to search

Template:Short description Template:Redirect

In mathematics, a binary relation over two sets A and B is a set of ordered pairs (a, b) consisting of elements a of A and elements b of B. That is, it is a subset of the Cartesian product Template:Nowrap. It encodes the information of relation: an element a is related to an element b if and only if the pair (a, b) belongs to the set.

An example is the "divides" relation over the set of prime numbers P and the set of integers Z, in which each prime p is related to each integer z that is a multiple of p, but not to an integer that is not a multiple of p. In this relation, for instance, the prime 2 is related to numbers such as −4, 0, 6, 10, but not 1 or 9, and the prime 3 is related to 0, 6, and 9, but not 4 or 13.

Binary relations are used in many branches of mathematics to model concepts like "is greater than", "is equal to", and "divides" in arithmetic, "is congruent to" in geometry, "is adjacent to" in graph theory, "is orthogonal to" in linear algebra and many more. A function may be defined as a special kind of binary relation. Binary relations are also heavily used in computer science.

A binary relation is the special case Template:Nowrap of an n-ary relation Template:Nowrap, that is, a set of n-tuples where the jth component of each n-tuple is taken from the jth domain Aj of the relation. An example of a ternary relation over Z is "… lies between … and …", which contains triples such as Template:Nowrap, Template:Nowrap, and Template:Nowrap.

A binary relation over A and B is an element of the power set of Template:Nowrap. Since the latter set is ordered by inclusion (⊆), each relation has a place in the lattice of subsets of Template:Nowrap.

As part of set theory, relations are manipulated with the algebra of sets, including complementation. Furthermore, the two sets are considered symmetrically by introduction of the converse relation which exchanges their places. Another operation is composition of relations. Altogether these tools form the calculus of relations, for which there are textbooks by Ernst Schröder, Clarence Lewis, and Gunther Schmidt. A deeper analysis of relations involves decomposing them into subsets called concepts and placing them in a complete lattice.

In some systems of axiomatic set theory, relations are extended to classes, which are generalizations of sets. This extension is needed for, among other things, modeling the concepts of "is an element of" or "is a subset of" in set theory, without running into logical inconsistencies such as Russell's paradox.

The terms correspondence,[1] dyadic relation and two-place relation are synonyms for binary relation. But some authors use the term "binary relation" for any subset of a Cartesian product Template:Nowrap without reference to A and B while the term "correspondence" is reserved for a binary relation with reference to A and B.

Definition

Given two sets X and Y, the Cartesian product X × Y is defined as Template:Nowrap begin{(x, y) | xX and yY}Template:Nowrap end, and its elements are called ordered pairs.

A binary relation R on X and Y is a subset of Template:Nowrap; that is, it is a set of ordered pairs Template:Nowrap consisting of elements Template:Nowrap and Template:Nowrap.[2][note 1] The set X is called the set of departure and the set Y the set of destination or codomain. (In order to specify the choices of the sets X and Y, some authors define a binary relation or a correspondence as an ordered triple Template:Nowrap where R is a subset of Template:Nowrap.) The statement Template:Nowrap is read "x is R-related to y", and is denoted by xRy.

When Template:Nowrap, a binary relation is called a homogeneous relation. To emphasize the fact X and Y are allowed to be different, a binary relation is also called a heterogeneous relation.[3][4][5] An example of a homogeneous relation is a kinship where the relations are over people. Homogeneous relation may be viewed as directed graphs, and in the symmetric case as ordinary graphs. Homogeneous relations also encompass orderings as well as partitions of a set (called equivalence relations).

The order of the elements is important; if Template:Nowrap then aRb and bRa can be true or false independently of each other. For example, 3 divides 9, but 9 does not divide 3.

The domain of R is the set of all x such that xRy for at least one y. The range or image of R is the set of all y such that xRy for at least one x. The field of R is the union of its domain and its range.[6][7][8]

Some authors also call a binary relation a multivalued function;Template:Cn in fact, a (single-valued) partial function from X to Y is nothing but a binary relation over X and Y such that Template:Nowrap for all x in X and y, z in Y.

Example

2nd example relation
ball car doll cup
John +
Mary +
Venus +
1st example relation
ball car doll cup
John +
Mary +
Ian
Venus +

The following example shows that the choice of codomain is important. Suppose there are four objects Template:Nowrap beginA = {ball, car, doll, cup}Template:Nowrap end and four people Template:Nowrap beginB = {John, Mary, Ian, Venus}Template:Nowrap end. A possible relation on A and B is "is owned by", given by Template:Nowrap beginR = {(ball, John), (doll, Mary), (car, Venus)}Template:Nowrap end. That is, John owns the ball, Mary owns the doll, and Venus owns the car. Nobody owns the cup and Ian owns nothing. As a set, R does not involve Ian, and therefore R could have been viewed as a subset of Template:Nowrap beginA × {John, Mary, Venus}Template:Nowrap end, i.e. a relation over A and {John, Mary, Venus}.

Special types of binary relations

Example relations over the real numbers. Template:Legend-line Template:Legend-line

Some important types of binary relations R over two sets X and Y are listed below.

Uniqueness properties:

  • Injective (also called left-unique[9]): for all x and z in X and y in Y, if xRy and zRy then Template:Nowrap. For example, the green relation in the diagram is injective, but the red relation is not, as, e.g., it relates both −5 and 5 to 25.
  • Functional (also called right-unique[9], right-definite[10] or Template:Anchorunivalent[11]): for all x in X, and y and z in Y, if xRy and xRz then Template:Nowrap; such a binary relation is called a partial function. Both relations in the picture are functional. An example of a non-functional relation can be obtained by rotating the red graph clockwise by 90 degrees, i.e. by considering the relation Template:Nowrap which, e.g., relates 25 to both −5 and 5.
  • One-to-one (also written 1-to-1): injective and functional. The green relation is one-to-one, but the red is not.

Totality properties (only definable if the sets of departure X resp. destination Y are specified):

  • Template:Vanchor:[9] for all x in X there exists a y in Y such that xRy; such an R is also called a multivalued function by some authors.Template:Cn This property, although also referred to as total by some authors,Template:Cn is different from the definition of total in the next section. Both relations in the picture are left-total. The relation Template:Nowrap, obtained from the above rotation, is not left-total, as, e.g., it doesn't relate −14 to any real number.
  • Surjective (also called right-total[9] or onto): for all y in Y there exists an x in X such that xRy. The green relation is surjective, but the red relation is not, as, e.g., it doesn't relate any real number to −14.

Uniqueness and totality properties:

  • A function: a relation that is functional and left-total. Both the green and the red relation are functions.
  • An injective function or injection: a relation that is injective, functional, and left-total.
  • A surjective function or surjection: a relation that is functional, left-total, and right-total.
  • A bijection: a surjective one-to-one or surjective injective function is said to be bijective, also known as one-to-one correspondence.[12] The green relation is bijective, but the red is not.

Operations on binary relations

If R and S are binary relations over two sets X and Y then each of the following is a binary relation over X and Y:

If R is a binary relation over X and Y, and S is a binary relation over Y and Z then the following is a binary relation over X and Z: (see main article composition of relations)

A relation R over two sets X and Y is said to be contained in a relation S over X and Y if R is a subset of S, that is, for all x in X and y in Y, if xRy then xSy. In this case, if R and S disagree, R is also said to be smaller than S. For example, > is contained in ≥.

If R is a binary relation over X and Y then the following is a binary relation over Y and X:

Complement

If R is a binary relation in Template:Nowrap then it has a complementary relation S defined as Template:Nowrap.

An overline or bar is used to indicate the complementary relation: Alternatively, a strikethrough is used to denote complements, for example, = and ≠ are complementary to each other, as are ∈ and ∉, and ⊇ and ⊉. Some authors even use and .Template:Cn In total orderings < and ≥ are complements, as are > and ≤.

The complement of the converse relation RT is the converse of the complement:

If Template:Nowrap, the complement has the following properties:

  • If a relation is symmetric, the complement is too.
  • The complement of a reflexive relation is irreflexive and vice versa.
  • The complement of a strict weak order is a total preorder and vice versa.

Restriction

The restriction of a binary relation over a set X to a subset S is the set of all pairs Template:Nowrap in the relation for which x and y are in S.

If a relation is reflexive, irreflexive, symmetric, antisymmetric, asymmetric, transitive, total, trichotomous, a partial order, total order, strict weak order, total preorder (weak order), or an equivalence relation, its restrictions are too.

However, the transitive closure of a restriction is a subset of the restriction of the transitive closure, i.e., in general not equal. For example, restricting the relation "x is parent of y" to females yields the relation "x is mother of the woman y"; its transitive closure doesn't relate a woman with her paternal grandmother. On the other hand, the transitive closure of "is parent of" is "is ancestor of"; its restriction to females does relate a woman with her paternal grandmother.

Also, the various concepts of completeness (not to be confused with being "total") do not carry over to restrictions. For example, over the real numbers a property of the relation ≤ is that every non-empty subset S of R with an upper bound in R has a least upper bound (also called supremum) in R. However, for the rational numbers this supremum is not necessarily rational, so the same property does not hold on the restriction of the relation ≤ to the rational numbers.

The left-restriction (right-restriction, respectively) of a binary relation over two sets X and Y to a subset S of its domain (codomain) is the set of all pairs Template:Nowrap in the relation for which x (y) is an element of S.

Matrix representation

Binary relations over two sets X and Y can be represented algebraically by matrices indexed by X and Y with entries in the Boolean semiring (addition corresponds to OR and multiplication to AND), matrix addition corresponds to union of relations, matrix multiplication corresponds to composition of relations (of a relation over X and Y and a relation over Y and Z),[13] the Hadamard product corresponds to intersection of relations, the zero matrix corresponds to the empty relation, and the matrix of ones corresponds to the universal relation. If X equals Y then the endorelations form a matrix semiring (indeed, a matrix semialgebra over the Boolean semiring), and the identity matrix corresponds to the identity relation.[14]

Sets versus classes

Certain mathematical "relations", such as "equal to", "subset of", and "member of", cannot be understood to be binary relations as defined above, because their domains and codomains cannot be taken to be sets in the usual systems of axiomatic set theory. For example, if we try to model the general concept of "equality" as a binary relation =, we must take the domain and codomain to be the "class of all sets", which is not a set in the usual set theory.

In most mathematical contexts, references to the relations of equality, membership and subset are harmless because they can be understood implicitly to be restricted to some set in the context. The usual work-around to this problem is to select a "large enough" set A, that contains all the objects of interest, and work with the restriction =A instead of =. Similarly, the "subset of" relation ⊆ needs to be restricted to have domain and codomain P(A) (the power set of a specific set A): the resulting set relation can be denoted ⊆A. Also, the "member of" relation needs to be restricted to have domain A and codomain P(A) to obtain a binary relation ∈A that is a set. Bertrand Russell has shown that assuming ∈ to be defined over all sets leads to a contradiction in naive set theory.

Another solution to this problem is to use a set theory with proper classes, such as NBG or Morse–Kelley set theory, and allow the domain and codomain (and so the graph) to be proper classes: in such a theory, equality, membership, and subset are binary relations without special comment. (A minor modification needs to be made to the concept of the ordered triple Template:Nowrap, as normally a proper class cannot be a member of an ordered tuple; or of course one can identify the binary relation with its graph in this context.)[15] With this definition one can for instance define a binary relation over every set and its power set.

Homogeneous relation

A homogeneous relation (also called endorelation) over a set X is a binary relation over the set X and itself, i.e. it is a subset of the Cartesian product Template:Nowrap.[5][16][17] It is also simply called a binary relation over X.

A homogeneous relation R over a set X may be identified with a directed simple graph permitting loops, where X is the vertex set and R is the edge set (there is an edge from a vertex x to a vertex y if and only if xRy). The homogenous relation is called the adjacency relation of the directed graph.

The set of all binary relations over a set X is the set 2X × X which is a Boolean algebra augmented with the involution of mapping of a relation to its converse relation. Considering composition of relations as a binary operation on it forms a inverse semigroup.

Particular homogeneous relations

Some important particular binary relations over a set X are:

For arbitrary elements x and y of X,

  • xEy holds never,
  • xUy holds always, and
  • xIy holds if and only if Template:Nowrap.

Properties

Implications and conflicts between properties of homogenous binary relations
Implications (blue) and conflicts (red) between properties (yellow) of homogenous binary relations. For example, every asymmetric relation is irreflexive ("Template:Color Template:Color Template:Color"), and no relation on a non-empty set can be both irreflexive and reflexive ("Template:Color Template:Color Template:Color"). Omitting the red edges results in a Hasse diagram.

Some important properties that a binary relation R over a set X may have are:

  • Reflexive: for all x in X, xRx. For example, ≥ is a reflexive relation but > is not.
  • Irreflexive (or strict): for no x in X, xRx. For example, > is an irreflexive relation, but ≥ is not.
  • Coreflexive: for all x and y in X, if xRy then Template:Nowrap.[18] For example, the relation over the integers in which each odd number is related to itself is a coreflexive relation. The equality relation is the only example of a both reflexive and coreflexive relation, and any coreflexive relation is a subset of the identity relation.
  • Quasi-reflexive: for all x and y in X, if xRy then xRx and yRy.

The previous 4 alternatives are far from being exhaustive; e.g., the red relation Template:Nowrap from the above picture is neither irreflexive, nor coreflexive, nor reflexive, since it contains the pair Template:Nowrap, and Template:Nowrap, but not Template:Nowrap, respectively. The latter two facts also rule out quasi-reflexivity.

  • Symmetric: for all x and y in X, if xRy then yRx. For example, "is a blood relative of" is a symmetric relation, because x is a blood relative of y if and only if y is a blood relative of x.
  • Antisymmetric: for all x and y in X, if xRy and yRx then Template:Nowrap. For example, ≥ is an antisymmetric relation; so is >, but vacuously (the condition in the definition is always false).[19]
  • Asymmetric: for all x and y in X, if xRy then not yRx. A relation is asymmetric if and only if it is both antisymmetric and irreflexive.[20] For example, > is an asymmetric relation, but ≥ is not.

Again, the previous 3 alternatives are far from being exhaustive; as an example over the natural numbers, the relation xRy defined by Template:Nowrap is neither symmetric nor antisymmetric, let alone asymmetric.

  • Transitive: for all x, y and z in X, if xRy and yRz then xRz. A transitive relation is irreflexive if and only if it is asymmetric.[21] For example, "is ancestor of" is a transitive relation, while "is parent of" is not.
  • Connex: for all x and y in X, xRy or yRx (or both). This property is sometimes called "total", which is distinct from the definitions of "total" given in the previous section.
  • Trichotomous: for all x and y in X, exactly one of xRy, yRx or Template:Nowrap holds. For example, > is a trichotomous relation, while the relation "divides" over the natural numbers is not.[22]
  • Right Euclidean (or just Euclidean): for all x, y and z in X, if xRy and xRz then yRz. For example, = is an Euclidean relation because if Template:Nowrap and Template:Nowrap then Template:Nowrap.
  • Left Euclidean: for all x, y and z in X, if yRx and zRx then yRz.
  • Serial: for all x in X, there exists y in X such that xRy. For example, > is a serial relation over the integers. But it is not a serial relation over the positive integers, because there is no y in the positive integers such that Template:Nowrap.[23] However, < is a serial relation over the positive integers, the rational numbers and the real numbers. Every reflexive relation is serial: for a given x, choose y = x.
  • Set-likeTemplate:Cn (or local):Template:Cn for all x in X, the class of all y such that yRx is a set. (This makes sense only if relations over proper classes are allowed.) For example, the usual ordering < over the class of ordinal numbers is a set-like relation, while its inverse > is not.
  • Well-founded: every nonempty subset S of X contains a minimal element with respect to R. Well-foundedness implies the descending chain condition (that is, no infinite chain … xnRRx3Rx2Rx1 can exist). If the axiom of dependent choice is assumed, both conditions are equivalent.[24][25]

A preorder is a relation that is reflexive and transitive. A total preorder, also called weak order, is a relation that is reflexive, transitive, and connex. A partial order is a relation that is reflexive, antisymmetric, and transitive. A total order, also called linear order, simple order, connex order, or chain is a relation that is reflexive, antisymmetric, transitive and connex.[26]

A partial equivalence relation is a relation that is symmetric and transitive. An equivalence relation is a relation that is reflexive, symmetric, and transitive. It is also a relation that is symmetric, transitive, and serial, since these properties imply reflexivity.

Operations on homogeneous relations

If R is a homogeneous relation over X then each of the following is a homogeneous relation over X:

All operations defined in the above section #Operations on binary relations also apply to homogeneous relations.

Binary endorelations by property
Reflexivity Symmetry Transitivity Symbol Example
Directed graph
Undirected graph Template:Yes
Tournament Template:No Template:No Pecking order
Dependency Template:Yes Template:Yes
Preorder Template:Yes Template:Yes Preference
Strict preorder Template:No Template:Yes <
Total preorder Template:Yes Template:Yes
Partial order Template:Yes Template:No Template:Yes Subset
Strict partial order Template:No Template:No Template:Yes < Proper subset
Strict weak order Template:No Template:No Template:Yes <
Total order Template:Yes Template:No Template:Yes
Partial equivalence relation Template:Yes Template:Yes
Equivalence relation Template:Yes Template:Yes Template:Yes ∼, ≅, ≈, ≡ Equality

The number of homogeneous relations

The number of distinct binary relations over an n-element set is 2n2 Template:OEIS: Template:Number of relations

Notes:

  • The number of irreflexive relations is the same as that of reflexive relations.
  • The number of strict partial orders (irreflexive transitive relations) is the same as that of partial orders.
  • The number of strict weak orders is the same as that of total preorders.
  • The total orders are the partial orders that are also total preorders. The number of preorders that are neither a partial order nor a total preorder is, therefore, the number of preorders, minus the number of partial orders, minus the number of total preorders, plus the number of total orders: 0, 0, 0, 3, and 85, respectively.
  • The number of equivalence relations is the number of partitions, which is the Bell number.

The binary relations can be grouped into pairs (relation, complement), except that for Template:Nowrap the relation is its own complement. The non-symmetric ones can be grouped into quadruples (relation, complement, inverse, inverse complement).

Examples of common homogeneous relations

See also

Template:Div col

Template:Colend

Notes

Template:Reflist Template:Reflist

References

External links

  1. Jacobson, Nathan (2009), Basic Algebra II (2nd ed.) § 2.1.
  2. Template:Harvnb
  3. Template:Cite book
  4. Template:Cite book
  5. 5.0 5.1 Template:Cite book
  6. Template:Cite book
  7. Template:Cite book
  8. Template:Cite book
  9. 9.0 9.1 9.2 9.3 Kilp, Knauer and Mikhalev: p. 3. The same four definitions appear in the following:
  10. Template:Citation
  11. Gunther Schmidt, 2010. Relational Mathematics. Cambridge University Press, Template:ISBN, Chapt. 5
  12. Note that the use of "correspondence" here is narrower than as general synonym for binary relation.
  13. Template:Cite newsgroup
  14. Droste, M., & Kuich, W. (2009). Semirings and Formal Power Series. Handbook of Weighted Automata, 3–28. Template:Doi, pp. 7-10
  15. Template:Cite book
  16. Template:Cite book
  17. Template:Cite book
  18. Fonseca de Oliveira, J. N., & Pereira Cunha Rodrigues, C. D. J. (2004). Transposing Relations: From Maybe Functions to Hash Tables. In Mathematics of Program Construction (p. 337).
  19. Template:Citation
  20. Template:Citation.
  21. Template:Cite book Lemma 1.1 (iv). This source refers to asymmetric relations as "strictly antisymmetric".
  22. Since neither 5 divides 3, nor 3 divides 5, nor 3=5.
  23. Template:Cite journal.
  24. Template:Cite web
  25. Template:Cite book
  26. Joseph G. Rosenstein, Linear orderings, Academic Press, 1982, Template:ISBN, p. 4


Cite error: <ref> tags exist for a group named "note", but no corresponding <references group="note"/> tag was found