Binary relation

In mathematics, a binary relation over sets X and Y is a subset of the Cartesian product X × Y; that is, it is a set of ordered pairs (x, y) consisting of elements x in X and y in Y.[1] It encodes the information of relation: an element x is related to an element y, if and only if the pair (x, y) belongs to the set. A binary relation is the most studied special case n = 2 of an n-ary relation over sets X1, …, Xn, which is a subset of the Cartesian product X1 × … × Xn.[1][2]

An example of a binary relation 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 number 2 is related to numbers such as −4, 0, 6, 10, but not to 1 or 9, just as the prime number 3 is related to 0, 6, and 9, but not to 4 or 13.

Binary relations are used in many branches of mathematics to model a wide variety of concepts. These include, among others:

A function may be defined as a special kind of binary relation.[3] Binary relations are also heavily used in computer science.

A binary relation over sets X and Y is an element of the power set of X × Y. Since the latter set is ordered by inclusion (⊆), each relation has a place in the lattice of subsets of X × Y.

Since relations are sets, they can be manipulated using set operations, including union, intersection, and complementation, and satisfying the laws of an algebra of sets. Beyond that, operations like the converse of a relation and the composition of relations are available, satisfying the laws of a 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,[4] dyadic relation and two-place relation are synonyms for binary relation, though some authors use the term "binary relation" for any subset of a Cartesian product X × Y without reference to X and Y, and reserve the term "correspondence" for a binary relation with reference to X and Y.

Definition

Given sets X and Y, the Cartesian product X × Y is defined as {(x, y) | x in X and y in Y}, and its elements are called ordered pairs.

A binary relation R over sets X and Y is a subset of X × Y.[1][5] The set X is called the domain[1] or set of departure of R, and the set Y the codomain or set of destination of R. In order to specify the choices of the sets X and Y, some authors define a binary relation or correspondence as an ordered triple (X, Y, G), where G is a subset of X × Y called the graph of the binary relation. The statement (x, y) in R reads "x is R-related to y", and is denoted by xRy. The domain of definition or active domain[1] of R is the set of all x such that xRy for at least one y. The codomain of definition, active codomain,[1] image or range 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 of definition and its codomain of definition.[6][7][8]

When X = Y, a binary relation is called a homogeneous relation (or endorelation). To emphasize the fact that X and Y are allowed to be different, a binary relation is also called a heterogeneous relation.[9][10][11]

In a binary relation, the order of the elements is important; if xy then xRy, but yRx can be true or false independently of xRy. For example, 3 divides 9, but 9 does not divide 3.

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 A = {ball, car, doll, cup} and four people B = {John, Mary, Ian, Venus}. A possible relation on A and B is the relation "is owned by", given by R = {(ball, John), (doll, Mary), (car, Venus)}. 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 A × {John, Mary, Venus}, i.e. a relation over A and {John, Mary, Venus}.

Special types of binary relations

Examples of four types of binary relations over the real numbers: one-to-one (in green), one-to-many (in blue), many-to-one (in red), many-to-many (in black).

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

Uniqueness properties:

  • Injective (also called left-unique[12]): for all x and z in X and y in Y, if xRy and zRy then x = z. For such a relation, {Y} is called a primary key of R.[1] For example, the green and blue binary relations in the diagram are injective, but the red one is not (as it relates both −1 and 1 to 1), nor the black one (as it relates both −1 and 1 to 0).
  • Functional (also called right-unique,[12] right-definite[13] or univalent[14]): for all x in X, and y and z in Y, if xRy and xRz then y = z. Such a binary relation is called a partial function. For such a relation, {X} is called a primary key of R.[1] For example, the red and green binary relations in the diagram are functional, but the blue one is not (as it relates 1 to both −1 and 1), nor the black one (as it relates 0 to both −1 and 1).
  • One-to-one: injective and functional. For example, the green binary relation in the diagram is one-to-one, but the red, blue and black ones are not.
  • One-to-many: injective and not functional. For example, the blue binary relation in the diagram is one-to-many, but the red, green and black ones are not.
  • Many-to-one: functional and not injective. For example, the red binary relation in the diagram is many-to-one, but the green, blue and black ones are not.
  • Many-to-many: not injective nor functional. For example, the black binary relation in the diagram is many-to-many, but the red, green and blue ones are not.

Totality properties (only definable if the domain X and codomain Y are specified):

  • Serial (also called left-total[12]): for all x in X there exists a y in Y such that xRy. In other words, the domain of definition of R is equal to X. This property, although also referred to as total by some authors, is different from the definition of connex (also called total by some authors) in the section Properties. Such a binary relation is called a multivalued function. For example, the red and green binary relations in the diagram are serial, but the blue one is not (as it does not relate −1 to any real number), nor the black one (as it does not relate 2 to any real number).
  • Surjective (also called right-total[12] or onto): for all y in Y, there exists an x in X such that xRy. In other words, the codomain of definition of R is equal to Y. For example, the green and blue binary relations in the diagram are surjective, but the red one is not (as it does not relate any real number to −1), nor the black one (as it does not relate any real number to 2).

Uniqueness and totality properties (only definable if the domain X and codomain Y are specified):

  • A function: a binary relation that is functional and serial. For example, the red and green binary relations in the diagram are functions, but the blue and black ones are not.
  • An injection: a function that is injective. For example, the green binary relation in the diagram is an injection, but the red, blue and black ones are not.
  • A surjection: a function that is surjective. For example, the green binary relation in the diagram is a surjection, but the red, blue and black ones are not.
  • A bijection: a function that is injective and surjective. For example, the green binary relation in the diagram is a bijection, but the red, blue and black ones are not.

Operations on binary relations

Union

If R and S are binary relations over sets X and Y then RS = {(x, y) | xRy or xSy} is the union relation of R and S over X and Y.

The identity element is the empty relation. For example, ≤ is the union of < and =, and ≥ is the union of > and =.

Intersection

If R and S are binary relations over sets X and Y then RS = {(x, y) | xRy and xSy} is the intersection relation of R and S over X and Y.

The identity element is the universal relation. For example, the relation "is divisible by 6" is the intersection of the relations "is divisible by 3" and "is divisible by 2".

Composition

If R is a binary relation over sets X and Y, and S is a binary relation over sets Y and Z then RS = {(x, z) | there exists a y in Y such that xRy and ySz} (also denoted by R; S) is the composition relation of R and S over X and Z.

The identity element is the identity relation. The order of R and S in the notation SR, used here agrees with the standard notational order for composition of functions. For example, the composition "is mother of" ∘ "is parent of" yields "is maternal grandparent of", while the composition "is parent of" ∘ "is mother of" yields "is grandmother of".

Converse

If R is a binary relation over sets X and Y then RT = {(y, x) | xRy} is the converse relation of R over Y and X.

For example, = is the converse of itself, as is ≠, and < and > are each other's converse, as are ≤ and ≥. A binary relation is equal to its converse if and only if it is symmetric.

Complement

If R is a binary relation over sets X and Y then R = {(x, y) | not xRy} (also denoted by R or ¬R) is the complementary relation of R over X and Y.

For example, = and ≠ are each other's complement, as are ⊆ and ⊈, ⊇ and ⊉, and ∈ and ∉, and, for total orders, also < and ≥, and > and ≤.

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

If X = Y, the complement has the following properties:

  • If a relation is symmetric, then so is the complement.
  • 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

If R is a binary relation over a set X and S is a subset of X then R|S = {(x, y) | xRy and x in S and y in S} is the restriction relation of R to S over X.

If R is a binary relation over sets X and Y and S is a subset of X then R|S = {(x, y) | xRy and x in S} is the left-restriction relation of R to S over X and Y.

If R is a binary relation over sets X and Y and S is a subset of Y then R|S = {(x, y) | xRy and y in S} is the right-restriction relation of R to S over X and Y.

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, then so are its restrictions 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.

A binary relation R over sets X and Y is said to be contained in a relation S over X and Y, written RS, if R is a subset of S, that is, for all x in X and y in Y, if xRy, then xSy. If R is contained in S and S is contained in R, then R and S are called equal written R = S. If R is contained in S but S is not contained in R, then R is said to be smaller than S, written RS. For example, on the rational numbers, the relation > is smaller than ≥, and equal to the composition > ∘ >.

Matrix representation

Binary relations over 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) where 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),[15] 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. Homogeneous relations (when X = Y) form a matrix semiring (indeed, a matrix semialgebra over the Boolean semiring) where the identity matrix corresponds to the identity relation.[16]

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 by ⊆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 (X, Y, G), 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.)[17] 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 X and itself, i.e. it is a subset of the Cartesian product X × X.[11][18][19] It is also simply called a binary relation over X. An example of a homogeneous relation is the relation of kinship, where the relation is over people.

A homogeneous relation R over a set X may be identified with a directed simple graph permitting loops, or if it is symmetric, with an undirected 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). It is called the adjacency relation of the graph.

The set of all homogeneous 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 an inverse semigroup.

Particular homogeneous relations

Some important particular homogeneous relations over a set X are:

  • the empty relation E = X × X;
  • the universal relation U = X × X;
  • the identity relation I = {(x, x) | x in X}.

For arbitrary elements x and y of X:

  • xEy holds never;
  • xUy holds always;
  • xIy holds if and only if x = y.

Properties

Some important properties that a homogeneous 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 all x in X, not xRx. For example, > is an irreflexive relation, but ≥ is not.
  • Coreflexive: for all x and y in X, if xRy then x = y.[20] 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 binary relation y = x2 given in the section Special types of binary relations is neither irreflexive, nor coreflexive, nor reflexive, since it contains the pair (0, 0), and (2, 4), but not (2, 2), 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 x = y. For example, ≥ is an antisymmetric relation; so is >, but vacuously (the condition in the definition is always false).[21]
  • 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.[22] 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 x > 2 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.[23] For example, "is ancestor of" is a transitive relation, while "is parent of" is not.
  • Antitransitive: for all x, y and z in X, if xRy and yRz then never xRz.
  • Co-transitive: if the complement of R is transitive. That is, for all x, y and z in X, if xRz, then xRy or yRz. This is used in pseudo-orders in constructive mathematics.
  • Quasitransitive: for all x, y and z in X, if xRy and yRz but neither yRx nor zRy, then xRz but not zRx.
  • Transitivity of incomparability: for all x, y and z in X, if x,y are incomparable w.r.t. R and y,z are, then x,z are, too. This is used in weak orderings.

Again, the previous 5 alternatives are not exhaustive. For example, the relation xRy if (y=0 or y=x+1) satisfies none of these properties. On the other hand, the empty relation trivially satisfies all of them.

  • Dense: for all x, y in X such that xRy, some z in X can be found such that xRz and zRy. This is used in dense orders.
  • Connex: for all x and y in X, xRy or yRx. This property is sometimes called "total", which is distinct from the definitions of "total" given in the section Special types of binary relations.
  • Semiconnex: for all x and y in X, if xy then xRy or yRx. This property is sometimes called "total", which is distinct from the definitions of "total" given in the section Special types of binary relations.
  • Trichotomous: for all x and y in X, exactly one of xRy, yRx or x = y holds. For example, > is a trichotomous relation, while the relation "divides" over the natural numbers is not.[24]
  • Right Euclidean (or just Euclidean): for all x, y and z in X, if xRy and xRz then yRz. For example, = is a Euclidean relation because if x = y and x = z then y = z.
  • Left Euclidean: for all x, y and z in X, if yRx and zRx then yRz.
  • Serial (or left-total): for all x in X, there exists a 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 1 > y.[25] 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-like (or local): 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 ... xnR...Rx3Rx2Rx1 can exist). If the axiom of dependent choice is assumed, both conditions are equivalent.[26][27]

A preorder is a relation that is reflexive and transitive. A total preorder, also called connex preorder or weak order, is a relation that is reflexive, transitive, and connex.

A partial order, also called order, is a relation that is reflexive, antisymmetric, and transitive. A strict partial order, also called strict order, is a relation that is irreflexive, antisymmetric, and transitive. A total order, also called connex order, linear order, simple order, or chain, is a relation that is reflexive, antisymmetric, transitive and connex.[28] A strict total order, also called strict semiconnex order, strict linear order, strict simple order, or strict chain, is a relation that is irreflexive, antisymmetric, transitive and semiconnex.

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.

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

Operations

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

  • Reflexive closure: R=, defined as R= = {(x, x) | x in X} ∪ R or the smallest reflexive relation over X containing R. This can be proven to be equal to the intersection of all reflexive relations containing R.
  • Reflexive reduction: R, defined as R = R \ {(x, x) | x in X} or the largest irreflexive relation over X contained in R.
  • Transitive closure: R+, defined as the smallest transitive relation over X containing R. This can be seen to be equal to the intersection of all transitive relations containing R.
  • Reflexive transitive closure: R*, defined as R* = (R+)=, the smallest preorder containing R.
  • Reflexive transitive symmetric closure: R, defined as the smallest equivalence relation over X containing R.

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

Homogeneous relations by property
Reflexivity Symmetry Transitivity Connexity Symbol Example
Directed graph
Undirected graph Symmetric
Dependency Reflexive Symmetric
Tournament Irreflexive Antisymmetric Pecking order
Preorder Reflexive Yes Preference
Total preorder Reflexive Yes Connex
Partial order Reflexive Antisymmetric Yes Subset
Strict partial order Irreflexive Antisymmetric Yes < Strict subset
Total order Reflexive Antisymmetric Yes Connex Alphabetical order
Strict total order Irreflexive Antisymmetric Yes Semiconnex < Strict alphabetical order
Partial equivalence relation Symmetric Yes
Equivalence relation Reflexive Symmetric Yes ∼, ≡ Equality

Enumeration

The number of distinct homogeneous relations over an n-element set is 2n2 (sequence A002416 in the OEIS):

Number of n-element binary relations of different types
Elem­ents Any Transitive Reflexive Preorder Partial order Total preorder Total order Equivalence relation
011111111
122111111
21613443322
35121716429191365
465,5363,9944,096355219752415
n 2n2 2n2n n
k=0
 
k! S(n, k)
n! n
k=0
 
S(n, k)
OEIS A002416 A006905 A053763 A000798 A001035 A000670 A000142 A000110

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 homogeneous relations can be grouped into pairs (relation, complement), except that for n = 0 the relation is its own complement. The non-symmetric ones can be grouped into quadruples (relation, complement, inverse, inverse complement).

Examples

See also

  • Abstract rewriting system
  • Additive relation, a many-valued homomorphism between modules
  • Category of relations, a category having sets as objects and heterogeneous binary relations as morphisms
  • Confluence (term rewriting), discusses several unusual but fundamental properties of binary relations
  • Correspondence (algebraic geometry), a binary relation defined by algebraic equations
  • Hasse diagram, a graphic means to display an order relation
  • Incidence structure, a heterogeneous relation between set of points and lines
  • Logic of relatives, a theory of relations by Charles Sanders Peirce
  • Order theory, inverstigates properties of order relations

Notes

    References

    1. Codd, Edgar Frank (June 1970). "A Relational Model of Data for Large Shared Data Banks" (PDF). Communications of the ACM. 13 (6): 377–387. doi:10.1145/362384.362685. Retrieved 2020-04-29.
    2. "The Definitive Glossary of Higher Mathematical Jargon—Relation". Math Vault. 2019-08-01. Retrieved 2019-12-11.
    3. "Relation definition - Math Insight". mathinsight.org. Retrieved 2019-12-11.
    4. Jacobson, Nathan (2009), Basic Algebra II (2nd ed.) § 2.1.
    5. Enderton 1977, Ch 3. pg. 40
    6. Suppes, Patrick (1972) [originally published by D. van Nostrand Company in 1960]. Axiomatic Set Theory. Dover. ISBN 0-486-61630-4.
    7. Smullyan, Raymond M.; Fitting, Melvin (2010) [revised and corrected republication of the work originally published in 1996 by Oxford University Press, New York]. Set Theory and the Continuum Problem. Dover. ISBN 978-0-486-47484-7.
    8. Levy, Azriel (2002) [republication of the work published by Springer-Verlag, Berlin, Heidelberg and New York in 1979]. Basic Set Theory. Dover. ISBN 0-486-42079-5.
    9. Schmidt, Gunther; Ströhlein, Thomas (2012). Relations and Graphs: Discrete Mathematics for Computer Scientists. Definition 4.1.1.: Springer Science & Business Media. ISBN 978-3-642-77968-8.CS1 maint: location (link)
    10. Christodoulos A. Floudas; Panos M. Pardalos (2008). Encyclopedia of Optimization (2nd ed.). Springer Science & Business Media. pp. 299–300. ISBN 978-0-387-74758-3.
    11. Michael Winter (2007). Goguen Categories: A Categorical Approach to L-fuzzy Relations. Springer. pp. x–xi. ISBN 978-1-4020-6164-6.
    12. Kilp, Knauer and Mikhalev: p. 3. The same four definitions appear in the following:
      • Peter J. Pahl; Rudolf Damrath (2001). Mathematical Foundations of Computational Engineering: A Handbook. Springer Science & Business Media. p. 506. ISBN 978-3-540-67995-0.
      • Eike Best (1996). Semantics of Sequential and Parallel Programs. Prentice Hall. pp. 19–21. ISBN 978-0-13-460643-9.
      • Robert-Christoph Riemann (1999). Modelling of Concurrent Systems: Structural and Semantical Methods in the High Level Petri Net Calculus. Herbert Utz Verlag. pp. 21–22. ISBN 978-3-89675-629-9.
    13. Mäs, Stephan (2007), "Reasoning on Spatial Semantic Integrity Constraints", Spatial Information Theory: 8th International Conference, COSIT 2007, Melbourne, Australia, September 19–23, 2007, Proceedings, Lecture Notes in Computer Science, 4736, Springer, pp. 285–302, doi:10.1007/978-3-540-74788-8_18
    14. Gunther Schmidt, 2010. Relational Mathematics. Cambridge University Press, ISBN 978-0-521-76268-7, Chapt. 5
    15. John C. Baez (6 Nov 2001). "quantum mechanics over a commutative rig". Newsgroup: sci.physics.research. Usenet: 9s87n0$iv5@gap.cco.caltech.edu. Retrieved November 25, 2018.
    16. Droste, M., & Kuich, W. (2009). Semirings and Formal Power Series. Handbook of Weighted Automata, 3–28. doi:10.1007/978-3-642-01492-5_1, pp. 7-10
    17. Tarski, Alfred; Givant, Steven (1987). A formalization of set theory without variables. American Mathematical Society. p. 3. ISBN 0-8218-1041-3.
    18. M. E. Müller (2012). Relational Knowledge Discovery. Cambridge University Press. p. 22. ISBN 978-0-521-19021-3.
    19. Peter J. Pahl; Rudolf Damrath (2001). Mathematical Foundations of Computational Engineering: A Handbook. Springer Science & Business Media. p. 496. ISBN 978-3-540-67995-0.
    20. 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).
    21. Smith, Douglas; Eggen, Maurice; St. Andre, Richard (2006), A Transition to Advanced Mathematics (6th ed.), Brooks/Cole, p. 160, ISBN 0-534-39900-2
    22. Nievergelt, Yves (2002), Foundations of Logic and Mathematics: Applications to Computer Science and Cryptography, Springer-Verlag, p. 158.
    23. Flaška, V.; Ježek, J.; Kepka, T.; Kortelainen, J. (2007). Transitive Closures of Binary Relations I (PDF). Prague: School of Mathematics – Physics Charles University. p. 1. Archived from the original (PDF) on 2013-11-02. Lemma 1.1 (iv). This source refers to asymmetric relations as "strictly antisymmetric".
    24. Since neither 5 divides 3, nor 3 divides 5, nor 3=5.
    25. Yao, Y.Y.; Wong, S.K.M. (1995). "Generalization of rough sets using relationships between attribute values" (PDF). Proceedings of the 2nd Annual Joint Conference on Information Sciences: 30–33..
    26. "Condition for Well-Foundedness". ProofWiki. Retrieved 20 February 2019.
    27. Fraisse, R. (15 December 2000). Theory of Relations, Volume 145 - 1st Edition (1st ed.). Elsevier. p. 46. ISBN 9780444505422. Retrieved 20 February 2019.
    28. Joseph G. Rosenstein, Linear orderings, Academic Press, 1982, ISBN 0-12-597680-1, p. 4

    Bibliography

    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.