fbpx
Wikipedia

Binary relation

In mathematics, a binary relation associates elements of one set, called the domain, with elements of another set, called the codomain.[1] A binary relation over sets X and Y is a new set of ordered pairs (x, y) consisting of elements x in X and y in Y.[2] It is a generalization of the more widely understood idea of a unary function. It encodes the common concept of relation: an element x is related to an element y, if and only if the pair (x, y) belongs to the set of ordered pairs that defines the binary relation. 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 [2]

An example of a binary relation is the "divides" relation over the set of prime numbers and the set of integers , 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 Since the latter set is ordered by inclusion (⊆), each relation has a place in the lattice of subsets of A binary relation is called a homogeneous relation when X = Y. A binary relation is also called a heterogeneous relation when it is not necessary that 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,[4] Clarence Lewis,[5] and Gunther Schmidt.[6] 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,[7] 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 without reference to X and Y, and reserve the term "correspondence" for a binary relation with reference to X and Y.[citation needed]

Definition

Given sets X and Y, the Cartesian product   is defined as   and its elements are called ordered pairs.

A binary relation R over sets X and Y is a subset of  [2][8] The set X is called the domain[2] 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   called the graph of the binary relation. The statement   reads "x is R-related to y" and is denoted by xRy.[4][5][6][note 1] The domain of definition or active domain[2] of R is the set of all x such that xRy for at least one y. The codomain of definition, active codomain,[2] 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.[10][11][12]

When   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.[13][14][15]

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

Operations

Union

If R and S are binary relations over sets X and Y then   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   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   (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   used here agrees with the standard notational order for composition of functions. For example, the composition (is parent of) (is mother of) yields (is maternal grandparent of), while the composition (is mother of) (is parent of) yields (is grandmother of). For the former case, if x is the parent of y and y is the mother of z, then x is the maternal grandparent of z.

Converse

If R is a binary relation over sets X and Y then   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   (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   is the converse of the complement:  

If   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 homogeneous relation over a set X and S is a subset of X then   is the restriction relation of R to S over X.

If R is a binary relation over sets X and Y and if S is a subset of X then   is the left-restriction relation of R to S over X and Y.[clarification needed]

If R is a binary relation over sets X and Y and if S is a subset of Y then   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 too are its restrictions.

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   with an upper bound in   has a least upper bound (also called supremum) in   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   if R is a subset of S, that is, for all   and   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   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 logical 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),[16] 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.[17]

Examples

2nd example relation
A
B
ball car doll cup
John +
Mary +
Venus +
1st example relation
A
B
ball car doll cup
John +
Mary +
Ian
Venus +
  1. The following example shows that the choice of codomain is important. Suppose there are four objects   and four people   A possible relation on A and B is the relation "is owned by", given by   That is, John owns the ball, Mary owns the doll, and Venus owns the car. Nobody owns the cup and Ian owns nothing; see the 1st example. As a set, R does not involve Ian, and therefore R could have been viewed as a subset of   i.e. a relation over A and   see the 2nd example. While the 2nd example relation is surjective (see below), the 1st is not.
     
    Oceans and continents (islands omitted)
    Ocean borders continent
    NA SA AF EU AS AU AA
    Indian 0 0 1 0 1 1 1
    Arctic 1 0 0 1 1 0 0
    Atlantic 1 1 1 1 0 0 1
    Pacific 1 1 0 0 1 1 1
  2. Let A = {Indian, Arctic, Atlantic, Pacific}, the oceans of the globe, and B = { NA, SA, AF, EU, AS, AU, AA }, the continents. Let aRb represent that ocean a borders continent b. Then the logical matrix for this relation is:
     
    The connectivity of the planet Earth can be viewed through R RT and RT R, the former being a   relation on A, which is the universal relation (  or a logical matrix of all ones). This universal relation reflects the fact that every ocean is separated from the others by at most one continent. On the other hand, RT R is a relation on   which fails to be universal because at least two oceans must be traversed to voyage from Europe to Australia.
  3. Visualization of relations leans on graph theory: For relations on a set (homogeneous relations), a directed graph illustrates a relation and a graph a symmetric relation. For heterogeneous relations a hypergraph has edges possibly with more than two nodes, and can be illustrated by a bipartite graph. Just as the clique is integral to relations on a set, so bicliques are used to describe heterogeneous relations; indeed, they are the "concepts" that generate a lattice associated with a relation.
     
    The various t axes represent time for observers in motion, the corresponding x axes are their lines of simultaneity
  4. Hyperbolic orthogonality: Time and space are different categories, and temporal properties are separate from spatial properties. The idea of simultaneous events is simple in absolute time and space since each time t determines a simultaneous hyperplane in that cosmology. Herman Minkowski changed that when he articulated the notion of relative simultaneity, which exists when spatial events are "normal" to a time characterized by a velocity. He used an indefinite inner product, and specified that a time vector is normal to a space vector when that product is zero. The indefinite inner product in a composition algebra is given by
      where the overbar denotes conjugation.
    As a relation between some temporal events and some spatial events, hyperbolic orthogonality (as found in split-complex numbers) is a heterogeneous relation.[18]
  5. A geometric configuration can be considered a relation between its points and its lines. The relation is expressed as incidence. Finite and infinite projective and affine planes are included. Jakob Steiner pioneered the cataloguing of configurations with the Steiner systems   which have an n-element set S and a set of k-element subsets called blocks, such that a subset with t elements lies in just one block. These incidence structures have been generalized with block designs. The incidence matrix used in these geometrical contexts corresponds to the logical matrix used generally with binary relations.
    An incidence structure is a triple D = (V, B, I) where V and B are any two disjoint sets and I is a binary relation between V and B, i.e.   The elements of V will be called points, those of B blocks and those of I flags.[19]

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):[20] for all   and all   if xRy and zRy then x = z. For such a relation, {Y} is called a primary key of R.[2] 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,[20] right-definite[21] or univalent):[6] for all   and all   if xRy and xRz then y = z. Such a binary relation is called a partial function. For such a relation,   is called a primary key of R.[2] 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):

  • Total (also called left-total):[20] 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, is different from the definition of connected (also called total by some authors)[citation needed] in Properties. Such a binary relation is called a multivalued function. For example, the red and green binary relations in the diagram are total, 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). As another example, > is a total relation over the integers. But it is not a total relation over the positive integers, because there is no y in the positive integers such that 1 > y.[22] However, < is a total relation over the positive integers, the rational numbers and the real numbers. Every reflexive relation is total: for a given x, choose y = x.
  • Surjective (also called right-total[20] 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 total. 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.

If relations over proper classes are allowed:

  • Set-like (or local): for all x in X, the class of all y in Y such that yRx, i.e.  , is a set. For example, the relation   is set-like, and every relation on two sets is set-like.[23] The usual ordering < over the class of ordinal numbers is a set-like relation, while its inverse > is not.[citation needed]

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, to model the general concept of "equality" as a binary relation   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   Also, the "member of" relation needs to be restricted to have domain A and codomain P(A) to obtain a binary relation   that is a set. Bertrand Russell has shown that assuming   to be defined over all sets leads to a contradiction in naive set theory, see Russell's paradox.

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.)[24] With this definition one can for instance define a binary relation over every set and its power set.

Homogeneous relation

A homogeneous relation over a set X is a binary relation over X and itself, i.e. it is a subset of the Cartesian product  [15][25][26] 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 set of all homogeneous relations   over a set X is the power set   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 semigroup with involution.

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

  • Reflexive: for all   xRx. For example,   is a reflexive relation but > is not.
  • Irreflexive: for all   not xRx. For example,   is an irreflexive relation, but   is not.
  • Symmetric: for all   if xRy then yRx. For example, "is a blood relative of" is a symmetric relation.
  • Antisymmetric: for all   if xRy and yRx then   For example,   is an antisymmetric relation.[27]
  • Asymmetric: for all   if xRy then not yRx. A relation is asymmetric if and only if it is both antisymmetric and irreflexive.[28] For example, > is an asymmetric relation, but   is not.
  • Transitive: for all   if xRy and yRz then xRz. A transitive relation is irreflexive if and only if it is asymmetric.[29] For example, "is ancestor of" is a transitive relation, while "is parent of" is not.
  • Connected: for all   if   then xRy or yRx.
  • Strongly connected: for all   xRy or yRx.
  • Dense: for all   if   then some   exists such that   and  .

A partial order is a relation that is reflexive, antisymmetric, and transitive. A strict partial order is a relation that is irreflexive, antisymmetric, and transitive. A total order is a relation that is reflexive, antisymmetric, transitive and connected.[30] A strict total order is a relation that is irreflexive, antisymmetric, transitive and connected. An equivalence relation is a relation that is reflexive, symmetric, and transitive. For example, "x divides y" is a partial, but not a total order on natural numbers   "x < y" is a strict total order on   and "x is parallel to y" is an equivalence relation on the set of all lines in the Euclidean plane.

All operations defined in section § Operations also apply to homogeneous relations. Beyond that, a homogeneous relation over a set X may be subjected to closure operations like:

Reflexive closure
the smallest reflexive relation over X containing R,
Transitive closure
the smallest transitive relation over X containing R,
Equivalence closure
the smallest equivalence relation over X containing R.

Heterogeneous relation

In mathematics, a heterogeneous relation is a binary relation, a subset of a Cartesian product   where A and B are possibly distinct sets.[31] The prefix hetero is from the Greek ἕτερος (heteros, "other, another, different").

A heterogeneous relation has been called a rectangular relation,[15] suggesting that it does not have the square-symmetry of a homogeneous relation on a set where   Commenting on the development of binary relations beyond homogeneous relations, researchers wrote, "...a variant of the theory has evolved that treats relations from the very beginning as heterogeneous or rectangular, i.e. as relations where the normal case is that they are relations between different sets."[32]

Calculus of relations

Developments in algebraic logic have facilitated usage of binary relations. The calculus of relations includes the algebra of sets, extended by composition of relations and the use of converse relations. The inclusion   meaning that aRb implies aSb, sets the scene in a lattice of relations. But since   the inclusion symbol is superfluous. Nevertheless, composition of relations and manipulation of the operators according to Schröder rules, provides a calculus to work in the power set of  

In contrast to homogeneous relations, the composition of relations operation is only a partial function. The necessity of matching range to domain of composed relations has led to the suggestion that the study of heterogeneous relations is a chapter of category theory as in the category of sets, except that the morphisms of this category are relations. The objects of the category Rel are sets, and the relation-morphisms compose as required in a category.[citation needed]

Induced concept lattice

Binary relations have been described through their induced concept lattices: A concept CR satisfies two properties: (1) The logical matrix of C is the outer product of logical vectors

  logical vectors.[clarification needed] (2) C is maximal, not contained in any other outer product. Thus C is described as a non-enlargeable rectangle.

For a given relation   the set of concepts, enlarged by their joins and meets, forms an "induced lattice of concepts", with inclusion   forming a preorder.

The MacNeille completion theorem (1937) (that any partial order may be embedded in a complete lattice) is cited in a 2013 survey article "Decomposition of relations on concept lattices".[33] The decomposition is

  where f and g are functions, called mappings or left-total, univalent relations in this context. The "induced concept lattice is isomorphic to the cut completion of the partial order E that belongs to the minimal decomposition (f, g, E) of the relation R."

Particular cases are considered below: E total order corresponds to Ferrers type, and E identity corresponds to difunctional, a generalization of equivalence relation on a set.

Relations may be ranked by the Schein rank which counts the number of concepts necessary to cover a relation.[34] Structural analysis of relations with concepts provides an approach for data mining.[35]

Particular relations

  • Proposition: If R is a serial relation and RT is its transpose, then   where I is the m × m identity relation.
  • Proposition: If R is a surjective relation, then   where I is the   identity relation.

Difunctional

The idea of a difunctional relation is to partition objects by distinguishing attributes, as a generalization of the concept of an equivalence relation. One way this can be done is with an intervening set   of indicators. The partitioning relation   is a composition of relations using univalent relations   Jacques Riguet named these relations difunctional since the composition F GT involves univalent relations, commonly called partial functions.

In 1950 Rigeut showed that such relations satisfy the inclusion:[36]

 

In automata theory, the term rectangular relation has also been used to denote a difunctional relation. This terminology recalls the fact that, when represented as a logical matrix, the columns and rows of a difunctional relation can be arranged as a block matrix with rectangular blocks of ones on the (asymmetric) main diagonal.[37] More formally, a relation R on   is difunctional if and only if it can be written as the union of Cartesian products  , where the   are a partition of a subset of X and the   likewise a partition of a subset of Y.[38]

Using the notation {y: xRy} = xR, a difunctional relation can also be characterized as a relation R such that wherever x1R and x2R have a non-empty intersection, then these two sets coincide; formally   implies  [39]

In 1997 researchers found "utility of binary decomposition based on difunctional dependencies in database management."[40] Furthermore, difunctional relations are fundamental in the study of bisimulations.[41]

In the context of homogeneous relations, a partial equivalence relation is difunctional.

Ferrers type

A strict order on a set is a homogeneous relation arising in order theory. In 1951 Jacques Riguet adopted the ordering of a partition of an integer, called a Ferrers diagram, to extend ordering to binary relations in general.[42]

The corresponding logical matrix of a general binary relation has rows which finish with a sequence of ones. Thus the dots of a Ferrer's diagram are changed to ones and aligned on the right in the matrix.

An algebraic statement required for a Ferrers type relation R is

 

If any one of the relations   is of Ferrers type, then all of them are. [31]

Contact

Suppose B is the power set of A, the set of all subsets of A. Then a relation g is a contact relation if it satisfies three properties:

  1.  
  2.  
  3.  

The set membership relation, ε = "is an element of", satisfies these properties so ε is a contact relation. The notion of a general contact relation was introduced by Georg Aumann in 1970.[43][44]

In terms of the calculus of relations, sufficient conditions for a contact relation include

 
where   is the converse of set membership ().[45]: 280 

Preorder R\R

Every relation R generates a preorder   which is the left residual.[46] In terms of converse and complements,   Forming the diagonal of  , the corresponding row of   and column of   will be of opposite logical values, so the diagonal is all zeros. Then

  so that   is a reflexive relation.

To show transitivity, one requires that   Recall that   is the largest relation such that   Then

 
  (repeat)
  (Schröder's rule)
  (complementation)
  (definition)

The inclusion relation Ω on the power set of U can be obtained in this way from the membership relation   on subsets of U:

 [45]: 283 

Fringe of a relation

Given a relation R, a sub-relation called its fringe is defined as

 

When R is a partial identity relation, difunctional, or a block diagonal relation, then fringe(R) = R. Otherwise the fringe operator selects a boundary sub-relation described in terms of its logical matrix: fringe(R) is the side diagonal if R is an upper right triangular linear order or strict order. Fringe(R) is the block fringe if R is irreflexive ( ) or upper right block triangular. Fringe(R) is a sequence of boundary rectangles when R is of Ferrers type.

On the other hand, Fringe(R) = ∅ when R is a dense, linear, strict order.[45]

Mathematical heaps

Given two sets A and B, the set of binary relations between them   can be equipped with a ternary operation   where bT denotes the converse relation of b. In 1953 Viktor Wagner used properties of this ternary operation to define semiheaps, heaps, and generalized heaps.[47][48] The contrast of heterogeneous and homogeneous relations is highlighted by these definitions:

There is a pleasant symmetry in Wagner's work between heaps, semiheaps, and generalised heaps on the one hand, and groups, semigroups, and generalised groups on the other. Essentially, the various types of semiheaps appear whenever we consider binary relations (and partial one-one mappings) between different sets A and B, while the various types of semigroups appear in the case where A = B.

— Christopher Hollings, "Mathematics across the Iron Curtain: a history of the algebraic theory of semigroups"[49]

See also

Notes

  1. ^ Authors who deal with binary relations only as a special case of n-ary relations for arbitrary n usually write Rxy as a special case of Rx1...xn (prefix notation).[9]

References

  1. ^ Meyer, Albert (17 November 2021). "MIT 6.042J Math for Computer Science, Lecture 3T, Slide 2" (PDF). (PDF) from the original on 2021-11-17.
  2. ^ a b c d e f g h 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. S2CID 207549016. (PDF) from the original on 2004-09-08. Retrieved 2020-04-29.
  3. ^ "Relation definition – Math Insight". mathinsight.org. Retrieved 2019-12-11.
  4. ^ a b Ernst Schröder (1895) Algebra und Logic der Relative, via Internet Archive
  5. ^ a b C. I. Lewis (1918) A Survey of Symbolic Logic , pages 269 to 279, via internet Archive
  6. ^ a b c Gunther Schmidt, 2010. Relational Mathematics. Cambridge University Press, ISBN 978-0-521-76268-7, Chapt. 5
  7. ^ Jacobson, Nathan (2009), Basic Algebra II (2nd ed.) § 2.1.
  8. ^ Enderton 1977, Ch 3. pg. 40
  9. ^ Hans Hermes (1973). Introduction to Mathematical Logic. Hochschultext (Springer-Verlag). London: Springer. ISBN 3540058192. ISSN 1431-4657. Sect.II.§1.1.4
  10. ^ Suppes, Patrick (1972) [originally published by D. van Nostrand Company in 1960]. Axiomatic Set Theory. Dover. ISBN 0-486-61630-4.
  11. ^ 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.
  12. ^ 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.
  13. ^ Schmidt, Gunther; Ströhlein, Thomas (2012). Relations and Graphs: Discrete Mathematics for Computer Scientists. Springer Science & Business Media. Definition 4.1.1. ISBN 978-3-642-77968-8.
  14. ^ 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.
  15. ^ a b c Michael Winter (2007). Goguen Categories: A Categorical Approach to L-fuzzy Relations. Springer. pp. x–xi. ISBN 978-1-4020-6164-6.
  16. ^ 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.
  17. ^ 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
  18. ^   Relative simultaneity at Wikibooks
  19. ^ Beth, Thomas; Jungnickel, Dieter; Lenz, Hanfried (1986). Design Theory. Cambridge University Press. p. 15.. 2nd ed. (1999) ISBN 978-0-521-44432-3
  20. ^ a b c d 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.
  21. ^ 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, vol. 4736, Springer, pp. 285–302, doi:10.1007/978-3-540-74788-8_18
  22. ^ 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..
  23. ^ Kunen, Kenneth (1980). Set theory: an introduction to independence proofs. North-Holland. p. 102. ISBN 0-444-85401-0. Zbl 0443.03021.
  24. ^ Tarski, Alfred; Givant, Steven (1987). A formalization of set theory without variables. American Mathematical Society. p. 3. ISBN 0-8218-1041-3.
  25. ^ M. E. Müller (2012). Relational Knowledge Discovery. Cambridge University Press. p. 22. ISBN 978-0-521-19021-3.
  26. ^ 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.
  27. ^ Smith, Douglas; Eggen, Maurice; St. Andre, Richard (2006), A Transition to Advanced Mathematics (6th ed.), Brooks/Cole, p. 160, ISBN 0-534-39900-2
  28. ^ Nievergelt, Yves (2002), Foundations of Logic and Mathematics: Applications to Computer Science and Cryptography, Springer-Verlag, p. 158.
  29. ^ Flaška, V.; Ježek, J.; Kepka, T.; Kortelainen, J. (2007). (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".
  30. ^ Joseph G. Rosenstein, Linear orderings, Academic Press, 1982, ISBN 0-12-597680-1, p. 4
  31. ^ a b Schmidt, Gunther; Ströhlein, Thomas (2012). Relations and Graphs: Discrete Mathematics for Computer Scientists. Springer Science & Business Media. p. 77. ISBN 978-3-642-77968-8.
  32. ^ G. Schmidt, Claudia Haltensperger, and Michael Winter (1997) "Heterogeneous relation algebra", chapter 3 (pages 37 to 53) in Relational Methods in Computer Science, Advances in Computer Science, Springer books ISBN 3-211-82971-7
  33. ^ R. Berghammer & M. Winter (2013) "Decomposition of relations on concept lattices", Fundamenta Informaticae 126(1): 37–82 doi:10.3233/FI-2013-871
  34. ^ Ki Hang Kim (1982) Boolean Matrix Theory and Applications, page 37, Marcel Dekker ISBN 0-8247-1788-0
  35. ^ Ali Jaoua, Rehab Duwairi, Samir Elloumi, and Sadok Ben Yahia (2009) "Data mining, reasoning and incremental information retrieval through non enlargeable rectangular relation coverage", pages 199 to 210 in Relations and Kleene algebras in computer science, Lecture Notes in Computer Science 5827, Springer MR2781235
  36. ^ Riguet, Jacques (January 1950). "Quelques proprietes des relations difonctionelles". Comptes rendus (in French). 230: 1999–2000.
  37. ^ Julius Richard Büchi (1989). Finite Automata, Their Algebras and Grammars: Towards a Theory of Formal Expressions. Springer Science & Business Media. pp. 35–37. ISBN 978-1-4613-8853-1.
  38. ^ East, James; Vernitski, Alexei (February 2018). "Ranks of ideals in inverse semigroups of difunctional binary relations". Semigroup Forum. 96 (1): 21–30. arXiv:1612.04935. doi:10.1007/s00233-017-9846-9. S2CID 54527913.
  39. ^ Chris Brink; Wolfram Kahl; Gunther Schmidt (1997). Relational Methods in Computer Science. Springer Science & Business Media. p. 200. ISBN 978-3-211-82971-4.
  40. ^ Ali Jaoua, Nadin Belkhiter, Habib Ounalli, and Theodore Moukam (1997) "Databases", pages 197–210 in Relational Methods in Computer Science, edited by Chris Brink, Wolfram Kahl, and Gunther Schmidt, Springer Science & Business Media ISBN 978-3-211-82971-4
  41. ^ Gumm, H. P.; Zarrad, M. (2014). "Coalgebraic Simulations and Congruences". Coalgebraic Methods in Computer Science. Lecture Notes in Computer Science. Vol. 8446. p. 118. doi:10.1007/978-3-662-44124-4_7. ISBN 978-3-662-44123-7.
  42. ^ J. Riguet (1951) "Les relations de Ferrers", Comptes Rendus 232: 1729,30
  43. ^ Georg Aumann (1971). "Kontakt-Relationen". Sitzungsberichte der mathematisch-physikalischen Klasse der Bayerischen Akademie der Wissenschaften München. 1970 (II): 67–77.
  44. ^ Anne K. Steiner (1970) Review:Kontakt-Relationen from Mathematical Reviews
  45. ^ a b c Gunther Schmidt (2011) Relational Mathematics, pages 211−15, Cambridge University Press ISBN 978-0-521-76268-7
  46. ^ In this context, the symbol   does not mean "set difference".
  47. ^ Viktor Wagner (1953) "The theory of generalised heaps and generalised groups", Matematicheskii Sbornik 32(74): 545 to 632 MR0059267
  48. ^ C.D. Hollings & M.V. Lawson (2017) Wagner's Theory of Generalised Heaps, Springer books ISBN 978-3-319-63620-7 MR3729305
  49. ^ Christopher Hollings (2014) Mathematics across the Iron Curtain: a history of the algebraic theory of semigroups, page 265, History of Mathematics 41, American Mathematical Society ISBN 978-1-4704-1493-1

Bibliography

External links

binary, relation, this, article, covers, advanced, notions, basic, topics, relation, mathematics, transitive, binary, relations, vtesymmetricantisymmetricconnectedwell, foundedhas, joinshas, meetsreflexiveirreflexiveasymmetrictotal, semiconnexanti, reflexiveeq. This article covers advanced notions For basic topics see Relation mathematics Transitive binary relations vteSymmetricAntisymmetricConnectedWell foundedHas joinsHas meetsReflexiveIrreflexiveAsymmetricTotal SemiconnexAnti reflexiveEquivalence relationY Y Preorder Quasiorder Y Partial order Y Y Total preorder Y Y Total order YY Y Prewellordering YY Y Well quasi ordering Y Y Well ordering YYY Y Lattice Y YYY Join semilattice Y Y Y Meet semilattice Y YY Strict partial order Y YYStrict weak order Y YYStrict total order YY YYSymmetricAntisymmetricConnectedWell foundedHas joinsHas meetsReflexiveIrreflexiveAsymmetricDefinitions for all a b displaystyle a b and S displaystyle S neq varnothing a R b b R a displaystyle begin aligned amp aRb Rightarrow amp bRa end aligned a R b and b R a a b displaystyle begin aligned aRb text and amp bRa Rightarrow a amp b end aligned a b a R b or b R a displaystyle begin aligned a neq amp b Rightarrow aRb text or amp bRa end aligned min S exists displaystyle begin aligned min S text exists end aligned a b exists displaystyle begin aligned a vee b text exists end aligned a b exists displaystyle begin aligned a wedge b text exists end aligned a R a displaystyle aRa not a R a displaystyle text not aRa a R b not b R a displaystyle begin aligned aRb Rightarrow text not bRa end aligned Y indicates that the column s property is always true the row s term at the very left while indicates that the property is not guaranteed in general it might or might not hold For example that every equivalence relation is symmetric but not necessarily antisymmetric is indicated by Y in the Symmetric column and in the Antisymmetric column respectively All definitions tacitly require the homogeneous relation R displaystyle R be transitive for all a b c displaystyle a b c if a R b displaystyle aRb and b R c displaystyle bRc then a R c displaystyle aRc A term s definition may require additional properties that are not listed in this table In mathematics a binary relation associates elements of one set called the domain with elements of another set called the codomain 1 A binary relation over sets X and Y is a new set of ordered pairs x y consisting of elements x in X and y in Y 2 It is a generalization of the more widely understood idea of a unary function It encodes the common concept of relation an element x is related to an element y if and only if the pair x y belongs to the set of ordered pairs that defines the binary relation 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 X 1 X n displaystyle X 1 times cdots times X n 2 An example of a binary relation is the divides relation over the set of prime numbers P displaystyle mathbb P and the set of integers Z displaystyle mathbb 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 the is greater than is equal to and divides relations in arithmetic the is congruent to relation in geometry the is adjacent to relation in graph theory the is orthogonal to relation in linear algebra 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 displaystyle X times Y Since the latter set is ordered by inclusion each relation has a place in the lattice of subsets of X Y displaystyle X times Y A binary relation is called a homogeneous relation when X Y A binary relation is also called a heterogeneous relation when it is not necessary that 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 Schroder 4 Clarence Lewis 5 and Gunther Schmidt 6 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 7 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 displaystyle X times Y without reference to X and Y and reserve the term correspondence for a binary relation with reference to X and Y citation needed Contents 1 Definition 2 Operations 2 1 Union 2 2 Intersection 2 3 Composition 2 4 Converse 2 5 Complement 2 6 Restriction 2 7 Matrix representation 3 Examples 4 Special types of binary relations 5 Sets versus classes 6 Homogeneous relation 7 Heterogeneous relation 8 Calculus of relations 9 Induced concept lattice 10 Particular relations 10 1 Difunctional 10 2 Ferrers type 10 3 Contact 11 Preorder R R 12 Fringe of a relation 13 Mathematical heaps 14 See also 15 Notes 16 References 17 Bibliography 18 External linksDefinition EditGiven sets X and Y the Cartesian product X Y displaystyle X times Y is defined as x y x X and y Y displaystyle x y x in X text 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 displaystyle X times Y 2 8 The set X is called the domain 2 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 displaystyle X times Y called the graph of the binary relation The statement x y R displaystyle x y in R reads x is R related to y and is denoted by xRy 4 5 6 note 1 The domain of definition or active domain 2 of R is the set of all x such that xRy for at least one y The codomain of definition active codomain 2 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 10 11 12 When X Y displaystyle 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 13 14 15 In a binary relation the order of the elements is important if x y displaystyle x neq y then yRx can be true or false independently of xRy For example 3 divides 9 but 9 does not divide 3 Operations EditUnion Edit If R and S are binary relations over sets X and Y then R S x y x R y or x S y displaystyle R cup S x y xRy text or xSy is the union relation of R and S over X and Y The identity element is the empty relation For example displaystyle leq is the union of lt and and displaystyle geq is the union of gt and Intersection Edit If R and S are binary relations over sets X and Y then R S x y x R y and x S y displaystyle R cap S x y xRy text 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 Edit Main article Composition of relations If R is a binary relation over sets X and Y and S is a binary relation over sets Y and Z then S R x z there exists y Y such that x R y and y S z displaystyle S circ R x z text there exists y in Y text such that xRy text 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 S R displaystyle S circ R used here agrees with the standard notational order for composition of functions For example the composition is parent of displaystyle circ is mother of yields is maternal grandparent of while the composition is mother of displaystyle circ is parent of yields is grandmother of For the former case if x is the parent of y and y is the mother of z then x is the maternal grandparent of z Converse Edit Main article Converse relation See also Duality order theory If R is a binary relation over sets X and Y then R T y x x R y displaystyle R textsf T y x xRy is the converse relation of R over Y and X For example displaystyle is the converse of itself as is displaystyle neq and lt displaystyle lt and gt displaystyle gt are each other s converse as are displaystyle leq and displaystyle geq A binary relation is equal to its converse if and only if it is symmetric Complement Edit Main article Complementary relation If R is a binary relation over sets X and Y then R x y not x R y displaystyle overline R x y text not xRy also denoted by R or R is the complementary relation of R over X and Y For example displaystyle and displaystyle neq are each other s complement as are displaystyle subseteq and displaystyle not subseteq displaystyle supseteq and displaystyle not supseteq and displaystyle in and displaystyle not in and for total orders also lt displaystyle lt and displaystyle geq and gt displaystyle gt and displaystyle leq The complement of the converse relation R T displaystyle R textsf T is the converse of the complement R T R T displaystyle overline R mathsf T bar R mathsf T If X Y displaystyle 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 Edit Main article Restriction mathematics If R is a binary homogeneous relation over a set X and S is a subset of X then R S x y x R y and x S and y S displaystyle R vert S x y mid xRy text and x in S text 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 if S is a subset of X then R S x y x R y and x S displaystyle R vert S x y mid xRy text and x in S is the left restriction relation of R to S over X and Y clarification needed If R is a binary relation over sets X and Y and if S is a subset of Y then R S x y x R y and y S displaystyle R vert S x y mid xRy text 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 too are its restrictions 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 displaystyle leq is that every non empty subset S R displaystyle S subseteq mathbb R with an upper bound in R displaystyle mathbb R has a least upper bound also called supremum in R displaystyle mathbb 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 displaystyle leq 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 R S displaystyle R subseteq S if R is a subset of S that is for all x X displaystyle x in X and y Y displaystyle 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 R S displaystyle R subsetneq S For example on the rational numbers the relation gt displaystyle gt is smaller than displaystyle geq and equal to the composition gt gt displaystyle gt circ gt Matrix representation Edit Binary relations over sets X and Y can be represented algebraically by logical 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 16 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 17 Examples Edit2nd example relation AB ball car doll cupJohn Mary Venus 1st example relation AB ball car doll cupJohn Mary Ian Venus The following example shows that the choice of codomain is important Suppose there are four objects A ball car doll cup displaystyle A text ball car doll cup and four people B John Mary Ian Venus displaystyle B text 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 displaystyle R text ball John text doll Mary text 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 see the 1st example As a set R does not involve Ian and therefore R could have been viewed as a subset of A John Mary Venus displaystyle A times text John Mary Venus i e a relation over A and John Mary Venus displaystyle text John Mary Venus see the 2nd example While the 2nd example relation is surjective see below the 1st is not Oceans and continents islands omitted Ocean borders continent NA SA AF EU AS AU AAIndian 0 0 1 0 1 1 1Arctic 1 0 0 1 1 0 0Atlantic 1 1 1 1 0 0 1Pacific 1 1 0 0 1 1 1Let A Indian Arctic Atlantic Pacific the oceans of the globe and B NA SA AF EU AS AU AA the continents Let aRb represent that ocean a borders continent b Then the logical matrix for this relation is R 0 0 1 0 1 1 1 1 0 0 1 1 0 0 1 1 1 1 0 0 1 1 1 0 0 1 1 1 displaystyle R begin pmatrix 0 amp 0 amp 1 amp 0 amp 1 amp 1 amp 1 1 amp 0 amp 0 amp 1 amp 1 amp 0 amp 0 1 amp 1 amp 1 amp 1 amp 0 amp 0 amp 1 1 amp 1 amp 0 amp 0 amp 1 amp 1 amp 1 end pmatrix The connectivity of the planet Earth can be viewed through R RT and RT R the former being a 4 4 displaystyle 4 times 4 relation on A which is the universal relation A A displaystyle A times A or a logical matrix of all ones This universal relation reflects the fact that every ocean is separated from the others by at most one continent On the other hand RT R is a relation on B B displaystyle B times B which fails to be universal because at least two oceans must be traversed to voyage from Europe to Australia Visualization of relations leans on graph theory For relations on a set homogeneous relations a directed graph illustrates a relation and a graph a symmetric relation For heterogeneous relations a hypergraph has edges possibly with more than two nodes and can be illustrated by a bipartite graph Just as the clique is integral to relations on a set so bicliques are used to describe heterogeneous relations indeed they are the concepts that generate a lattice associated with a relation The various t axes represent time for observers in motion the corresponding x axes are their lines of simultaneityHyperbolic orthogonality Time and space are different categories and temporal properties are separate from spatial properties The idea of simultaneous events is simple in absolute time and space since each time t determines a simultaneous hyperplane in that cosmology Herman Minkowski changed that when he articulated the notion of relative simultaneity which exists when spatial events are normal to a time characterized by a velocity He used an indefinite inner product and specified that a time vector is normal to a space vector when that product is zero The indefinite inner product in a composition algebra is given by x z x z x z displaystyle langle x z rangle x bar z bar x z where the overbar denotes conjugation As a relation between some temporal events and some spatial events hyperbolic orthogonality as found in split complex numbers is a heterogeneous relation 18 A geometric configuration can be considered a relation between its points and its lines The relation is expressed as incidence Finite and infinite projective and affine planes are included Jakob Steiner pioneered the cataloguing of configurations with the Steiner systems S t k n displaystyle text S t k n which have an n element set S and a set of k element subsets called blocks such that a subset with t elements lies in just one block These incidence structures have been generalized with block designs The incidence matrix used in these geometrical contexts corresponds to the logical matrix used generally with binary relations An incidence structure is a triple D V B I where V and B are any two disjoint sets and I is a binary relation between V and B i e I V B displaystyle I subseteq V times textbf B The elements of V will be called points those of B blocks and those of I flags 19 Special types of binary relations Edit 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 20 for all x z X displaystyle x z in X and all y Y displaystyle y in Y if xRy and zRy then x z For such a relation Y is called a primary key of R 2 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 20 right definite 21 or univalent 6 for all x X displaystyle x in X and all y z Y displaystyle y z in Y if xRy and xRz then y z Such a binary relation is called a partial function For such a relation X displaystyle X is called a primary key of R 2 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 Total also called left total 20 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 is different from the definition of connected also called total by some authors citation needed in Properties Such a binary relation is called a multivalued function For example the red and green binary relations in the diagram are total 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 As another example gt is a total relation over the integers But it is not a total relation over the positive integers because there is no y in the positive integers such that 1 gt y 22 However lt is a total relation over the positive integers the rational numbers and the real numbers Every reflexive relation is total for a given x choose y x Surjective also called right total 20 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 total 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 If relations over proper classes are allowed Set like or local for all x in X the class of all y in Y such that yRx i e y Y y R x displaystyle y in Y yRx is a set For example the relation displaystyle in is set like and every relation on two sets is set like 23 The usual ordering lt over the class of ordinal numbers is a set like relation while its inverse gt is not citation needed Sets versus classes EditCertain 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 to model the general concept of equality as a binary relation displaystyle 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 displaystyle subseteq 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 displaystyle subseteq A Also the member of relation needs to be restricted to have domain A and codomain P A to obtain a binary relation A displaystyle in A that is a set Bertrand Russell has shown that assuming displaystyle in to be defined over all sets leads to a contradiction in naive set theory see Russell s paradox 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 24 With this definition one can for instance define a binary relation over every set and its power set Homogeneous relation EditMain article Homogeneous relation A homogeneous relation over a set X is a binary relation over X and itself i e it is a subset of the Cartesian product X X displaystyle X times X 15 25 26 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 set of all homogeneous relations B X displaystyle mathcal B X over a set X is the power set 2 X X displaystyle 2 X times 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 B X displaystyle mathcal B X it forms a semigroup with involution Some important properties that a homogeneous relation R over a set X may have are Reflexive for all x X displaystyle x in X xRx For example displaystyle geq is a reflexive relation but gt is not Irreflexive for all x X displaystyle x in X not xRx For example gt displaystyle gt is an irreflexive relation but displaystyle geq is not Symmetric for all x y X displaystyle x y in X if xRy then yRx For example is a blood relative of is a symmetric relation Antisymmetric for all x y X displaystyle x y in X if xRy and yRx then x y displaystyle x y For example displaystyle geq is an antisymmetric relation 27 Asymmetric for all x y X displaystyle x y in X if xRy then not yRx A relation is asymmetric if and only if it is both antisymmetric and irreflexive 28 For example gt is an asymmetric relation but displaystyle geq is not Transitive for all x y z X displaystyle x y z in X if xRy and yRz then xRz A transitive relation is irreflexive if and only if it is asymmetric 29 For example is ancestor of is a transitive relation while is parent of is not Connected for all x y X displaystyle x y in X if x y displaystyle x neq y then xRy or yRx Strongly connected for all x y X displaystyle x y in X xRy or yRx Dense for all x y X displaystyle x y in X if x R y displaystyle xRy then some z X displaystyle z in X exists such that x R z displaystyle xRz and z R y displaystyle zRy A partial order is a relation that is reflexive antisymmetric and transitive A strict partial order is a relation that is irreflexive antisymmetric and transitive A total order is a relation that is reflexive antisymmetric transitive and connected 30 A strict total order is a relation that is irreflexive antisymmetric transitive and connected An equivalence relation is a relation that is reflexive symmetric and transitive For example x divides y is a partial but not a total order on natural numbers N displaystyle mathbb N x lt y is a strict total order on N displaystyle mathbb N and x is parallel to y is an equivalence relation on the set of all lines in the Euclidean plane All operations defined in section Operations also apply to homogeneous relations Beyond that a homogeneous relation over a set X may be subjected to closure operations like Reflexive closure the smallest reflexive relation over X containing R Transitive closure the smallest transitive relation over X containing R Equivalence closure the smallest equivalence relation over X containing R Heterogeneous relation EditIn mathematics a heterogeneous relation is a binary relation a subset of a Cartesian product A B displaystyle A times B where A and B are possibly distinct sets 31 The prefix hetero is from the Greek ἕteros heteros other another different A heterogeneous relation has been called a rectangular relation 15 suggesting that it does not have the square symmetry of a homogeneous relation on a set where A B displaystyle A B Commenting on the development of binary relations beyond homogeneous relations researchers wrote a variant of the theory has evolved that treats relations from the very beginning as heterogeneous or rectangular i e as relations where the normal case is that they are relations between different sets 32 Calculus of relations EditDevelopments in algebraic logic have facilitated usage of binary relations The calculus of relations includes the algebra of sets extended by composition of relations and the use of converse relations The inclusion R S displaystyle R subseteq S meaning that aRb implies aSb sets the scene in a lattice of relations But since P Q P Q P Q P displaystyle P subseteq Q equiv P cap bar Q varnothing equiv P cap Q P the inclusion symbol is superfluous Nevertheless composition of relations and manipulation of the operators according to Schroder rules provides a calculus to work in the power set of A B displaystyle A times B In contrast to homogeneous relations the composition of relations operation is only a partial function The necessity of matching range to domain of composed relations has led to the suggestion that the study of heterogeneous relations is a chapter of category theory as in the category of sets except that the morphisms of this category are relations The objects of the category Rel are sets and the relation morphisms compose as required in a category citation needed Induced concept lattice EditBinary relations have been described through their induced concept lattices A concept C R satisfies two properties 1 The logical matrix of C is the outer product of logical vectors C i j u i v j u v displaystyle C ij u i v j quad u v logical vectors clarification needed 2 C is maximal not contained in any other outer product Thus C is described as a non enlargeable rectangle For a given relation R X Y displaystyle R subseteq X times Y the set of concepts enlarged by their joins and meets forms an induced lattice of concepts with inclusion displaystyle sqsubseteq forming a preorder The MacNeille completion theorem 1937 that any partial order may be embedded in a complete lattice is cited in a 2013 survey article Decomposition of relations on concept lattices 33 The decomposition is R f E g T displaystyle R f E g textsf T where f and g are functions called mappings or left total univalent relations in this context The induced concept lattice is isomorphic to the cut completion of the partial order E that belongs to the minimal decomposition f g E of the relation R Particular cases are considered below E total order corresponds to Ferrers type and E identity corresponds to difunctional a generalization of equivalence relation on a set Relations may be ranked by the Schein rank which counts the number of concepts necessary to cover a relation 34 Structural analysis of relations with concepts provides an approach for data mining 35 Particular relations EditProposition If R is a serial relation and RT is its transpose then I R T R displaystyle I subseteq R textsf T R where I is the m m identity relation Proposition If R is a surjective relation then I R R T displaystyle I subseteq RR textsf T where I is the n n displaystyle n times n identity relation Difunctional Edit The idea of a difunctional relation is to partition objects by distinguishing attributes as a generalization of the concept of an equivalence relation One way this can be done is with an intervening set Z x y z displaystyle Z x y z ldots of indicators The partitioning relation R F G T displaystyle R FG textsf T is a composition of relations using univalent relations F A Z and G B Z displaystyle F subseteq A times Z text and G subseteq B times Z Jacques Riguet named these relations difunctional since the composition F GT involves univalent relations commonly called partial functions In 1950 Rigeut showed that such relations satisfy the inclusion 36 R R T R R displaystyle R R textsf T R subseteq R In automata theory the term rectangular relation has also been used to denote a difunctional relation This terminology recalls the fact that when represented as a logical matrix the columns and rows of a difunctional relation can be arranged as a block matrix with rectangular blocks of ones on the asymmetric main diagonal 37 More formally a relation R on X Y displaystyle X times Y is difunctional if and only if it can be written as the union of Cartesian products A i B i displaystyle A i times B i where the A i displaystyle A i are a partition of a subset of X and the B i displaystyle B i likewise a partition of a subset of Y 38 Using the notation y xRy xR a difunctional relation can also be characterized as a relation R such that wherever x1R and x2R have a non empty intersection then these two sets coincide formally x 1 x 2 displaystyle x 1 cap x 2 neq varnothing implies x 1 R x 2 R displaystyle x 1 R x 2 R 39 In 1997 researchers found utility of binary decomposition based on difunctional dependencies in database management 40 Furthermore difunctional relations are fundamental in the study of bisimulations 41 In the context of homogeneous relations a partial equivalence relation is difunctional Ferrers type Edit A strict order on a set is a homogeneous relation arising in order theory In 1951 Jacques Riguet adopted the ordering of a partition of an integer called a Ferrers diagram to extend ordering to binary relations in general 42 The corresponding logical matrix of a general binary relation has rows which finish with a sequence of ones Thus the dots of a Ferrer s diagram are changed to ones and aligned on the right in the matrix An algebraic statement required for a Ferrers type relation R isR R T R R displaystyle R bar R textsf T R subseteq R If any one of the relations R R R T displaystyle R bar R R textsf T is of Ferrers type then all of them are 31 Contact Edit Suppose B is the power set of A the set of all subsets of A Then a relation g is a contact relation if it satisfies three properties for all x A Y x implies x g Y displaystyle text for all x in A Y x text implies xgY Y Z and x g Y implies x g Z displaystyle Y subseteq Z text and xgY text implies xgZ for all y Y y g Z and x g Y implies x g Z displaystyle text for all y in Y ygZ text and xgY text implies xgZ The set membership relation e is an element of satisfies these properties so e is a contact relation The notion of a general contact relation was introduced by Georg Aumann in 1970 43 44 In terms of the calculus of relations sufficient conditions for a contact relation includeC T C C C C C displaystyle C textsf T bar C subseteq ni bar C equiv C overline ni bar C subseteq C where displaystyle ni is the converse of set membership 45 280 Preorder R R EditEvery relation R generates a preorder R R displaystyle R backslash R which is the left residual 46 In terms of converse and complements R R R T R displaystyle R backslash R equiv overline R textsf T bar R Forming the diagonal of R T R displaystyle R textsf T bar R the corresponding row of R T displaystyle R text T and column of R displaystyle bar R will be of opposite logical values so the diagonal is all zeros Then R T R I I R T R R R displaystyle R textsf T bar R subseteq bar I implies I subseteq overline R textsf T bar R R backslash R so that R R displaystyle R backslash R is a reflexive relation To show transitivity one requires that R R R R R R displaystyle R backslash R R backslash R subseteq R backslash R Recall that X R R displaystyle X R backslash R is the largest relation such that R X R displaystyle RX subseteq R Then R R R R displaystyle R R backslash R subseteq R R R R R R R displaystyle R R backslash R R backslash R subseteq R repeat R T R R R R R displaystyle equiv R textsf T bar R subseteq overline R backslash R R backslash R Schroder s rule R R R R R T R displaystyle equiv R backslash R R backslash R subseteq overline R textsf T bar R complementation R R R R R R displaystyle equiv R backslash R R backslash R subseteq R backslash R definition The inclusion relation W on the power set of U can be obtained in this way from the membership relation displaystyle in on subsets of U W displaystyle Omega overline ni bar in in backslash in 45 283 Fringe of a relation EditGiven a relation R a sub relation called its fringe is defined asfringe R R R R T R displaystyle operatorname fringe R R cap overline R bar R textsf T R When R is a partial identity relation difunctional or a block diagonal relation then fringe R R Otherwise the fringe operator selects a boundary sub relation described in terms of its logical matrix fringe R is the side diagonal if R is an upper right triangular linear order or strict order Fringe R is the block fringe if R is irreflexive R I displaystyle R subseteq bar I or upper right block triangular Fringe R is a sequence of boundary rectangles when R is of Ferrers type On the other hand Fringe R when R is a dense linear strict order 45 Mathematical heaps EditMain article Heap mathematics Given two sets A and B the set of binary relations between them B A B displaystyle mathcal B A B can be equipped with a ternary operation a b c a b T c displaystyle a b c ab textsf T c where bT denotes the converse relation of b In 1953 Viktor Wagner used properties of this ternary operation to define semiheaps heaps and generalized heaps 47 48 The contrast of heterogeneous and homogeneous relations is highlighted by these definitions There is a pleasant symmetry in Wagner s work between heaps semiheaps and generalised heaps on the one hand and groups semigroups and generalised groups on the other Essentially the various types of semiheaps appear whenever we consider binary relations and partial one one mappings between different sets A and B while the various types of semigroups appear in the case where A B Christopher Hollings Mathematics across the Iron Curtain a history of the algebraic theory of semigroups 49 See also EditAbstract rewriting system Additive relation a many valued homomorphism between modules Allegory category theory Category of relations a category having sets as objects and 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 investigates properties of order relationsNotes Edit Authors who deal with binary relations only as a special case of n ary relations for arbitrary n usually write Rxy as a special case of Rx1 xn prefix notation 9 References Edit Meyer Albert 17 November 2021 MIT 6 042J Math for Computer Science Lecture 3T Slide 2 PDF Archived PDF from the original on 2021 11 17 a b c d e f g h 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 S2CID 207549016 Archived PDF from the original on 2004 09 08 Retrieved 2020 04 29 Relation definition Math Insight mathinsight org Retrieved 2019 12 11 a b Ernst Schroder 1895 Algebra und Logic der Relative via Internet Archive a b C I Lewis 1918 A Survey of Symbolic Logic pages 269 to 279 via internet Archive a b c Gunther Schmidt 2010 Relational Mathematics Cambridge University Press ISBN 978 0 521 76268 7 Chapt 5 Jacobson Nathan 2009 Basic Algebra II 2nd ed 2 1 Enderton 1977 Ch 3 pg 40 Hans Hermes 1973 Introduction to Mathematical Logic Hochschultext Springer Verlag London Springer ISBN 3540058192 ISSN 1431 4657 Sect II 1 1 4 Suppes Patrick 1972 originally published by D van Nostrand Company in 1960 Axiomatic Set Theory Dover ISBN 0 486 61630 4 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 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 Schmidt Gunther Strohlein Thomas 2012 Relations and Graphs Discrete Mathematics for Computer Scientists Springer Science amp Business Media Definition 4 1 1 ISBN 978 3 642 77968 8 Christodoulos A Floudas Panos M Pardalos 2008 Encyclopedia of Optimization 2nd ed Springer Science amp Business Media pp 299 300 ISBN 978 0 387 74758 3 a b c Michael Winter 2007 Goguen Categories A Categorical Approach to L fuzzy Relations Springer pp x xi ISBN 978 1 4020 6164 6 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 Droste M amp 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 Relative simultaneity at Wikibooks Beth Thomas Jungnickel Dieter Lenz Hanfried 1986 Design Theory Cambridge University Press p 15 2nd ed 1999 ISBN 978 0 521 44432 3 a b c d 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 amp 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 Mas 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 vol 4736 Springer pp 285 302 doi 10 1007 978 3 540 74788 8 18 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 Kunen Kenneth 1980 Set theory an introduction to independence proofs North Holland p 102 ISBN 0 444 85401 0 Zbl 0443 03021 Tarski Alfred Givant Steven 1987 A formalization of set theory without variables American Mathematical Society p 3 ISBN 0 8218 1041 3 M E Muller 2012 Relational Knowledge Discovery Cambridge University Press p 22 ISBN 978 0 521 19021 3 Peter J Pahl Rudolf Damrath 2001 Mathematical Foundations of Computational Engineering A Handbook Springer Science amp Business Media p 496 ISBN 978 3 540 67995 0 Smith Douglas Eggen Maurice St Andre Richard 2006 A Transition to Advanced Mathematics 6th ed Brooks Cole p 160 ISBN 0 534 39900 2 Nievergelt Yves 2002 Foundations of Logic and Mathematics Applications to Computer Science and Cryptography Springer Verlag p 158 Flaska V Jezek 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 Joseph G Rosenstein Linear orderings Academic Press 1982 ISBN 0 12 597680 1 p 4 a b Schmidt Gunther Strohlein Thomas 2012 Relations and Graphs Discrete Mathematics for Computer Scientists Springer Science amp Business Media p 77 ISBN 978 3 642 77968 8 G Schmidt Claudia Haltensperger and Michael Winter 1997 Heterogeneous relation algebra chapter 3 pages 37 to 53 in Relational Methods in Computer Science Advances in Computer Science Springer books ISBN 3 211 82971 7 R Berghammer amp M Winter 2013 Decomposition of relations on concept lattices Fundamenta Informaticae 126 1 37 82 doi 10 3233 FI 2013 871 Ki Hang Kim 1982 Boolean Matrix Theory and Applications page 37 Marcel Dekker ISBN 0 8247 1788 0 Ali Jaoua Rehab Duwairi Samir Elloumi and Sadok Ben Yahia 2009 Data mining reasoning and incremental information retrieval through non enlargeable rectangular relation coverage pages 199 to 210 in Relations and Kleene algebras in computer science Lecture Notes in Computer Science 5827 Springer MR2781235 Riguet Jacques January 1950 Quelques proprietes des relations difonctionelles Comptes rendus in French 230 1999 2000 Julius Richard Buchi 1989 Finite Automata Their Algebras and Grammars Towards a Theory of Formal Expressions Springer Science amp Business Media pp 35 37 ISBN 978 1 4613 8853 1 East James Vernitski Alexei February 2018 Ranks of ideals in inverse semigroups of difunctional binary relations Semigroup Forum 96 1 21 30 arXiv 1612 04935 doi 10 1007 s00233 017 9846 9 S2CID 54527913 Chris Brink Wolfram Kahl Gunther Schmidt 1997 Relational Methods in Computer Science Springer Science amp Business Media p 200 ISBN 978 3 211 82971 4 Ali Jaoua Nadin Belkhiter Habib Ounalli and Theodore Moukam 1997 Databases pages 197 210 in Relational Methods in Computer Science edited by Chris Brink Wolfram Kahl and Gunther Schmidt Springer Science amp Business Media ISBN 978 3 211 82971 4 Gumm H P Zarrad M 2014 Coalgebraic Simulations and Congruences Coalgebraic Methods in Computer Science Lecture Notes in Computer Science Vol 8446 p 118 doi 10 1007 978 3 662 44124 4 7 ISBN 978 3 662 44123 7 J Riguet 1951 Les relations de Ferrers Comptes Rendus 232 1729 30 Georg Aumann 1971 Kontakt Relationen Sitzungsberichte der mathematisch physikalischen Klasse der Bayerischen Akademie der Wissenschaften Munchen 1970 II 67 77 Anne K Steiner 1970 Review Kontakt Relationen from Mathematical Reviews a b c Gunther Schmidt 2011 Relational Mathematics pages 211 15 Cambridge University Press ISBN 978 0 521 76268 7 In this context the symbol displaystyle backslash does not mean set difference Viktor Wagner 1953 The theory of generalised heaps and generalised groups Matematicheskii Sbornik 32 74 545 to 632 MR0059267 C D Hollings amp M V Lawson 2017 Wagner s Theory of Generalised Heaps Springer books ISBN 978 3 319 63620 7 MR3729305 Christopher Hollings 2014 Mathematics across the Iron Curtain a history of the algebraic theory of semigroups page 265 History of Mathematics 41 American Mathematical Society ISBN 978 1 4704 1493 1Bibliography EditSchmidt Gunther Strohlein Thomas 2012 Chapter 3 Heterogeneous relations Relations and Graphs Discrete Mathematics for Computer Scientists Springer Science amp Business Media ISBN 978 3 642 77968 8 Ernst Schroder 1895 Algebra der Logik Band III via Internet Archive Codd Edgar Frank 1990 The Relational Model for Database Management Version 2 PDF Boston Addison Wesley ISBN 978 0201141924 Archived PDF from the original on 2022 10 09 Enderton Herbert 1977 Elements of Set Theory Boston Academic Press ISBN 978 0 12 238440 0 Kilp Mati Knauer Ulrich Mikhalev Alexander 2000 Monoids Acts and Categories with Applications to Wreath Products and Graphs Berlin De Gruyter ISBN 978 3 11 015248 7 Peirce Charles Sanders 1873 Description of a Notation for the Logic of Relatives Resulting from an Amplification of the Conceptions of Boole s Calculus of Logic Memoirs of the American Academy of Arts and Sciences 9 2 317 178 Bibcode 1873MAAAS 9 317P doi 10 2307 25058006 hdl 2027 hvd 32044019561034 JSTOR 25058006 Retrieved 2020 05 05 Schmidt Gunther 2010 Relational Mathematics Cambridge Cambridge University Press ISBN 978 0 521 76268 7 External links Edit Media related to Binary relations at Wikimedia Commons Binary relation Encyclopedia of Mathematics EMS Press 2001 1994 Retrieved from https en wikipedia org w index php title Binary relation amp oldid 1148256073, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.