In the mathematics of binary relations, the composition of relations is the forming of a new binary relation R; S from two given binary relations R and S. In the calculus of relations, the composition of relations is called relative multiplication,[1] and its result is called a relative product.[2]:40 Function composition is the special case of composition of relations where all relations involved are functions.
The word uncle indicates a compound relation: for a person to be an uncle, he must be the brother of a parent. In algebraic logic it is said that the relation of Uncle ([math]\displaystyle{ x U z }[/math]) is the composition of relations "is a brother of" ([math]\displaystyle{ x B y }[/math]) and "is a parent of" ([math]\displaystyle{ y P z }[/math]). [math]\displaystyle{ U = BP \quad \text{ is equivalent to: } \quad xByPz \text{ if and only if } xUz. }[/math]
Beginning with Augustus De Morgan,[3] the traditional form of reasoning by syllogism has been subsumed by relational logical expressions and their composition.[4]
If [math]\displaystyle{ R \subseteq X \times Y }[/math] and [math]\displaystyle{ S \subseteq Y \times Z }[/math] are two binary relations, then their composition [math]\displaystyle{ R; S }[/math] is the relation [math]\displaystyle{ R; S = \{(x,z) \in X \times Z : \text{ there exists } y \in Y \text{ such that } (x,y) \in R \text{ and } (y,z) \in S\}. }[/math]
In other words, [math]\displaystyle{ R; S \subseteq X \times Z }[/math] is defined by the rule that says [math]\displaystyle{ (x,z) \in R; S }[/math] if and only if there is an element [math]\displaystyle{ y \in Y }[/math] such that [math]\displaystyle{ x\,R\,y\,S\,z }[/math] (that is, [math]\displaystyle{ (x,y) \in R }[/math] and [math]\displaystyle{ (y,z) \in S }[/math]).[5]:13
The semicolon as an infix notation for composition of relations dates back to Ernst Schroder's textbook of 1895.[6] Gunther Schmidt has renewed the use of the semicolon, particularly in Relational Mathematics (2011).[2]:40[7] The use of semicolon coincides with the notation for function composition used (mostly by computer scientists) in category theory,[8] as well as the notation for dynamic conjunction within linguistic dynamic semantics.[9]
A small circle [math]\displaystyle{ (R \circ S) }[/math] has been used for the infix notation of composition of relations by John M. Howie in his books considering semigroups of relations.[10] However, the small circle is widely used to represent composition of functions [math]\displaystyle{ g(f(x)) = (g \circ f)(x) }[/math] which reverses the text sequence from the operation sequence. The small circle was used in the introductory pages of Graphs and Relations[5]:18 until it was dropped in favor of juxtaposition (no infix notation). Juxtaposition [math]\displaystyle{ (RS) }[/math] is commonly used in algebra to signify multiplication, so too, it can signify relative multiplication.
Further with the circle notation, subscripts may be used. Some authors[11] prefer to write [math]\displaystyle{ \circ_l }[/math] and [math]\displaystyle{ \circ_r }[/math] explicitly when necessary, depending whether the left or the right relation is the first one applied. A further variation encountered in computer science is the Z notation: [math]\displaystyle{ \circ }[/math] is used to denote the traditional (right) composition, but ⨾ (U+2A3E ⨾ Z NOTATION RELATIONAL COMPOSITION) denotes left composition.[12][13]
Binary relations [math]\displaystyle{ R \subseteq X\times Y }[/math] are morphisms [math]\displaystyle{ R : X\to Y }[/math] in the category [math]\displaystyle{ \mathsf{Rel} }[/math]. In Rel the objects are sets, the morphisms are binary relations and the composition of morphisms is exactly composition of relations as defined above. The category Set of sets and functions is a subcategory of [math]\displaystyle{ \mathsf{Rel} }[/math] where the maps [math]\displaystyle{ X\to Y }[/math] are functions [math]\displaystyle{ f:X\to Y }[/math].
Given a regular category [math]\displaystyle{ \mathbb{X} }[/math], its category of internal relations [math]\displaystyle{ \mathsf{Rel}(\mathbb{X}) }[/math] has the same objects as [math]\displaystyle{ \mathbb{X} }[/math], but now the morphisms [math]\displaystyle{ X\to Y }[/math] are given by subobjects [math]\displaystyle{ R\subseteq X\times Y }[/math] in [math]\displaystyle{ \mathbb{X} }[/math].[14] Formally, these are jointly monic spans between [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math]. Categories of internal relations are allegories. In particular [math]\displaystyle{ \mathsf{Rel}(\mathsf{Set})\cong \mathsf{Rel} }[/math]. Given a field [math]\displaystyle{ k }[/math] (or more generally a principal ideal domain), the category of relations internal to matrices over [math]\displaystyle{ k }[/math], [math]\displaystyle{ \mathsf{Rel}(\mathsf{Mat}(k)) }[/math] has morphisms [math]\displaystyle{ n\to m }[/math] linear subspaces [math]\displaystyle{ R \subseteq k^n\oplus k^m }[/math]. The category of linear relations over the finite field [math]\displaystyle{ \mathbb{F}_2 }[/math] is isomorphic to the phase-free qubit ZX-calculus modulo scalars.
Finite binary relations are represented by logical matrices. The entries of these matrices are either zero or one, depending on whether the relation represented is false or true for the row and column corresponding to compared objects. Working with such matrices involves the Boolean arithmetic with [math]\displaystyle{ 1 + 1 = 1 }[/math] and [math]\displaystyle{ 1 \times 1 = 1. }[/math] An entry in the matrix product of two logical matrices will be 1, then, only if the row and column multiplied have a corresponding 1. Thus the logical matrix of a composition of relations can be found by computing the matrix product of the matrices representing the factors of the composition. "Matrices constitute a method for computing the conclusions traditionally drawn by means of hypothetical syllogisms and sorites."[15]
Consider a heterogeneous relation [math]\displaystyle{ R \subseteq A \times B; }[/math] that is, where [math]\displaystyle{ A }[/math] and [math]\displaystyle{ B }[/math] are distinct sets. Then using composition of relation [math]\displaystyle{ R }[/math] with its converse [math]\displaystyle{ R^\textsf{T}, }[/math] there are homogeneous relations [math]\displaystyle{ R R^\textsf{T} }[/math] (on [math]\displaystyle{ A }[/math]) and [math]\displaystyle{ R^\textsf{T} R }[/math] (on [math]\displaystyle{ B }[/math]).
If for all [math]\displaystyle{ x \in A }[/math] there exists some [math]\displaystyle{ y \in B, }[/math] such that [math]\displaystyle{ x R y }[/math] (that is, [math]\displaystyle{ R }[/math] is a (left-)total relation), then for all [math]\displaystyle{ x, x R R^\textsf{T} x }[/math] so that [math]\displaystyle{ R R^\textsf{T} }[/math] is a reflexive relation or [math]\displaystyle{ I \subseteq R R^\textsf{T} }[/math] where I is the identity relation [math]\displaystyle{ \{x I x : x \in A\}. }[/math] Similarly, if [math]\displaystyle{ R }[/math] is a surjective relation then [math]\displaystyle{ R^\textsf{T} R \supseteq I = \{x I x : x \in B\}. }[/math] In this case [math]\displaystyle{ R \subseteq R R^\textsf{T} R. }[/math] The opposite inclusion occurs for a difunctional relation.
The composition [math]\displaystyle{ \bar{R}^\textsf{T} R }[/math] is used to distinguish relations of Ferrer's type, which satisfy [math]\displaystyle{ R \bar{R}^\textsf{T} R = R. }[/math]
Let [math]\displaystyle{ A = }[/math] { France, Germany, Italy, Switzerland } and [math]\displaystyle{ B = }[/math] { French, German, Italian } with the relation [math]\displaystyle{ R }[/math] given by [math]\displaystyle{ a R b }[/math] when [math]\displaystyle{ b }[/math] is a national language of [math]\displaystyle{ a. }[/math] Since both [math]\displaystyle{ A }[/math] and [math]\displaystyle{ B }[/math] is finite, [math]\displaystyle{ R }[/math] can be represented by a logical matrix, assuming rows (top to bottom) and columns (left to right) are ordered alphabetically: [math]\displaystyle{ \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ 1 & 1 & 1 \end{pmatrix}. }[/math]
The converse relation [math]\displaystyle{ R^\textsf{T} }[/math] corresponds to the transposed matrix, and the relation composition [math]\displaystyle{ R^\textsf{T}; R }[/math] corresponds to the matrix product [math]\displaystyle{ R^\textsf{T} R }[/math] when summation is implemented by logical disjunction. It turns out that the [math]\displaystyle{ 3 \times 3 }[/math] matrix [math]\displaystyle{ R^\textsf{T} R }[/math] contains a 1 at every position, while the reversed matrix product computes as: [math]\displaystyle{ R R^\textsf{T} = \begin{pmatrix} 1 & 0 & 0 & 1 \\ 0 & 1 & 0 & 1 \\ 0 & 0 & 1 & 1 \\ 1 & 1 & 1 & 1 \end{pmatrix}. }[/math] This matrix is symmetric, and represents a homogeneous relation on [math]\displaystyle{ A. }[/math]
Correspondingly, [math]\displaystyle{ R^\textsf{T} \, ; R }[/math] is the universal relation on [math]\displaystyle{ B, }[/math] hence any two languages share a nation where they both are spoken (in fact: Switzerland). Vice versa, the question whether two given nations share a language can be answered using [math]\displaystyle{ R \, ; R^\textsf{T}. }[/math]
For a given set [math]\displaystyle{ V, }[/math] the collection of all binary relations on [math]\displaystyle{ V }[/math] forms a Boolean lattice ordered by inclusion [math]\displaystyle{ (\subseteq). }[/math] Recall that complementation reverses inclusion: [math]\displaystyle{ A \subseteq B \text{ implies } B^{\complement} \subseteq A^{\complement}. }[/math] In the calculus of relations[16] it is common to represent the complement of a set by an overbar: [math]\displaystyle{ \bar{A} = A^{\complement}. }[/math]
If [math]\displaystyle{ S }[/math] is a binary relation, let [math]\displaystyle{ S^\textsf{T} }[/math] represent the converse relation, also called the transpose. Then the Schröder rules are [math]\displaystyle{ Q R \subseteq S \quad \text{ is equivalent to } \quad Q^\textsf{T} \bar{S} \subseteq \bar{R} \quad \text{ is equivalent to } \quad \bar{S} R^\textsf{T} \subseteq \bar{Q}. }[/math] Verbally, one equivalence can be obtained from another: select the first or second factor and transpose it; then complement the other two relations and permute them.[5]:15–19
Though this transformation of an inclusion of a composition of relations was detailed by Ernst Schröder, in fact Augustus De Morgan first articulated the transformation as Theorem K in 1860.[4] He wrote[17] [math]\displaystyle{ L M \subseteq N \text{ implies } \bar{N} M^\textsf{T} \subseteq \bar{L}. }[/math]
With Schröder rules and complementation one can solve for an unknown relation [math]\displaystyle{ X }[/math] in relation inclusions such as [math]\displaystyle{ R X \subseteq S \quad \text{and} \quad XR \subseteq S. }[/math] For instance, by Schröder rule [math]\displaystyle{ R X \subseteq S \text{ implies } R^\textsf{T} \bar{S} \subseteq \bar{X}, }[/math] and complementation gives [math]\displaystyle{ X \subseteq \overline{R^\textsf{T} \bar{S}}, }[/math] which is called the left residual of [math]\displaystyle{ S }[/math] by [math]\displaystyle{ R }[/math].
Just as composition of relations is a type of multiplication resulting in a product, so some operations compare to division and produce quotients. Three quotients are exhibited here: left residual, right residual, and symmetric quotient. The left residual of two relations is defined presuming that they have the same domain (source), and the right residual presumes the same codomain (range, target). The symmetric quotient presumes two relations share a domain and a codomain.
Definitions:
Using Schröder's rules, [math]\displaystyle{ A X \subseteq B }[/math] is equivalent to [math]\displaystyle{ X \subseteq A \backslash B. }[/math] Thus the left residual is the greatest relation satisfying [math]\displaystyle{ A X \subseteq B. }[/math] Similarly, the inclusion [math]\displaystyle{ Y C \subseteq D }[/math] is equivalent to [math]\displaystyle{ Y \subseteq D / C, }[/math] and the right residual is the greatest relation satisfying [math]\displaystyle{ Y C \subseteq D. }[/math][2]:43–6
One can practice the logic of residuals with Sudoku.[further explanation needed]
A fork operator [math]\displaystyle{ (\lt ) }[/math] has been introduced to fuse two relations [math]\displaystyle{ c : H \to A }[/math] and [math]\displaystyle{ d : H \to B }[/math] into [math]\displaystyle{ c \,(\lt )\, d : H \to A \times B. }[/math] The construction depends on projections [math]\displaystyle{ a : A \times B \to A }[/math] and [math]\displaystyle{ b : A \times B \to B, }[/math] understood as relations, meaning that there are converse relations [math]\displaystyle{ a^{\textsf{T}} }[/math] and [math]\displaystyle{ b^{\textsf{T}}. }[/math] Then the fork of [math]\displaystyle{ c }[/math] and [math]\displaystyle{ d }[/math] is given by[18] [math]\displaystyle{ c\,(\lt )\,d ~\mathrel{:=}~ c ;a^\textsf{T} \cap\ d ;b^\textsf{T}. }[/math]
Another form of composition of relations, which applies to general [math]\displaystyle{ n }[/math]-place relations for [math]\displaystyle{ n \geq 2, }[/math] is the join operation of relational algebra. The usual composition of two binary relations as defined here can be obtained by taking their join, leading to a ternary relation, followed by a projection that removes the middle component. For example, in the query language SQL there is the operation Join (SQL).
Original source: https://en.wikipedia.org/wiki/Composition of relations.
Read more |