Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Definition  





2 Representation of relations  





3 Properties of relations  



3.1  Combinations of properties  







4 Operations on relations  





5 Theorems about relations  





6 Examples  





7 Generalizations  





8 See also  





9 Notes  





10 References  





11 Bibliography  














Relation (mathematics)






Bosanski
Español
ि
کوردی
 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


Illustration of an example relation on a set A = { a, b, c, d }. An arrow from xtoy indicates that the relation holds between x and y. The relation is represented by the set { (a,a), (a,b), (a,d), (b,a), (b,d), (c,b), (d,c), (d,d) } of ordered pairs.

Inmathematics, a relation on a set may, or may not, hold between two given members of the set. As an example, "is less than" is a relation on the set of natural numbers; it holds, for instance, between the values 1 and 3 (denoted as 1 <3), and likewise between 3 and 4 (denoted as 3 <4), but not between the values 3 and 1 nor between 4 and 4, that is, 3 <1 and 4 <4 both evaluate to false. As another example, "is sister of" is a relation on the set of all people, it holds e.g. between Marie Curie and Bronisława Dłuska, and likewise vice versa. Set members may not be in relation "to a certain degree" – either they are in relation or they are not.

Formally, a relation R over a set X can be seen as a set of ordered pairs (x,y) of members of X.[1] The relation R holds between x and yif(x,y) is a member of R. For example, the relation "is less than" on the natural numbers is an infinite set Rless of pairs of natural numbers that contains both (1,3) and (3,4), but neither (3,1) nor (4,4). The relation "is a nontrivial divisorof" on the set of one-digit natural numbers is sufficiently small to be shown here: Rdv = { (2,4), (2,6), (2,8), (3,6), (3,9), (4,8) }; for example 2 is a nontrivial divisor of 8, but not vice versa, hence (2,8) ∈ Rdv, but (8,2) ∉ Rdv.

IfR is a relation that holds for x and y one often writes xRy. For most common relations in mathematics, special symbols are introduced, like "<" for "is less than", and "|" for "is a nontrivial divisor of", and, most popular "=" for "is equal to". For example, "1 <3", "1 is less than 3", and "(1,3) ∈ Rless" mean all the same; some authors also write "(1,3) ∈ (<)".

Various properties of relations are investigated. A relation R is reflexive if xRx holds for all x, and irreflexive if xRx holds for no x. It is symmetric if xRy always implies yRx, and asymmetric if xRy implies that yRx is impossible. It is transitive if xRy and yRz always implies xRz. For example, "is less than" is irreflexive, asymmetric, and transitive, but neither reflexive nor symmetric. "is sister of" is transitive, but neither reflexive (e.g. Pierre Curie is not a sister of himself), nor symmetric, nor asymmetric; while being irreflexive or not may be a matter of definition (is every woman a sister of herself?), "is ancestor of" is transitive, while "is parent of" is not. Mathematical theorems are known about combinations of relation properties, such as "a transitive relation is irreflexive if, and only if, it is asymmetric".

Of particular importance are relations that satisfy certain combinations of properties. A partial order is a relation that is reflexive, antisymmetric, and transitive,[2]anequivalence relation is a relation that is reflexive, symmetric, and transitive,[3]afunction is a relation that is right-unique and left-total (see below).[4][5]

Since relations are sets, they can be manipulated using set operations, including union, intersection, and complementation, leading to the algebra of sets. Furthermore, the calculus of relations includes the operations of taking the converse and composing relations.[6][7][8]

The above concept of relation[a] has been generalized to admit relations between members of two different sets (heterogeneous relation, like "lies on" between the set of all points and that of all lines in geometry), relations between three or more sets (finitary relation, like "person x lives in town y at time z"), and relations between classes[b] (like "is an element of" on the class of all sets, see Binary relation § Sets versus classes).

Definition[edit]

Given a set X, a relation R over X is a set of ordered pairs of elements from X, formally: R ⊆ { (x,y) | x, yX }.[1][9]

The statement (x,y) ∈ R reads "xisR-related to y" and is written in infix notationasxRy.[6][7] The order of the elements is important; if xy then yRx can be true or false independently of xRy. For example, 3 divides 9, but 9 does not divide 3.

Representation of relations[edit]

The representation of the relation Rel = { (x,y) ∈ R × R | x2 + xy + y2 = 1 } as a 2D-plot yields an ellipse.

y

x

1 2 3 4 6 12
1 Yes Yes Yes Yes Yes Yes
2 No Yes No Yes Yes Yes
3 No No Yes No Yes Yes
4 No No No Yes No Yes
6 No No No No Yes Yes
12 No No No No No Yes
Representation of Rdiv
as a Boolean matrix
Representation RdivasHasse diagram (black lines) and directed graph (all lines)

A relation R on a finite set X may be represented as:

A transitive[c] relation R on a finite set X may be also represented as

For example, on the set of all divisors of 12, define the relation Rdivby

x Rdiv yifx is a divisor of y and xy.

Formally, X = { 1, 2, 3, 4, 6, 12 } and Rdiv = { (1,2), (1,3), (1,4), (1,6), (1,12), (2,4), (2,6), (2,12), (3,6), (3,12), (4,12), (6,12) }. The representation of Rdiv as a Boolean matrix is shown in the middle table; the representation both as a Hasse diagram and as a directed graph is shown in the left picture.

The following are equivalent:

As another example, define the relation RelonRby

x Rel yifx2 + xy + y2 = 1.

The representation of Rel as a 2D-plot obtains an ellipse, see right picture. Since R is not finite, neither a directed graph, nor a finite Boolean matrix, not a Hasse diagram can be used to depict Rel.

Properties of relations[edit]

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

Reflexive
for all xX, xRx. For example, is a reflexive relation but > is not.
Irreflexive (orstrict)
for all xX, not xRx. For example, > is an irreflexive relation, but is not.

The previous 2 alternatives are not exhaustive; e.g., the red relation y = x2 given in the diagram below is neither irreflexive, nor reflexive, since it contains the pair (0,0), but not (2,2), respectively.

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

Again, the previous 3 alternatives are far from being exhaustive; as an example over the natural numbers, the relation xRy defined by x >2 is neither symmetric (e.g. 5R1, but not 1R5) nor antisymmetric (e.g. 6R4, but also 4R6), let alone asymmetric.

Transitive
for all x, y, zX, if xRy and yRz then xRz. A transitive relation is irreflexive if and only if it is asymmetric.[12] For example, "is ancestor of" is a transitive relation, while "is parent of" is not.
Connected
for all x, yX, if xy then xRyoryRx. For example, on the natural numbers, < is connected, while "is a divisor of" is not (e.g. neither 5R7 nor 7R5).
Strongly connected
for all x, yX, xRyoryRx. For example, on the natural numbers, is strongly connected, but < is not. A relation is strongly connected if, and only if, it is connected and reflexive.
Examples of four types of 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). 2D-plot representation is used.

Uniqueness properties:

Injective[d] (also called left-unique[13])
For all x, y, zX, if xRy and zRy then x = z. For example, the green and blue relations in the diagram are injective, but the red one is not (as it relates both −1 and 1to1), nor is the black one (as it relates both −1 and 1to0).
Functional[14][15][16][d] (also called right-unique,[13] right-definite[17]orunivalent[8])
For all x, y, zX, if xRy and xRz then y = z. Such a relation is called a partial function. For example, the red and green relations in the diagram are functional, but the blue one is not (as it relates 1 to both −1 and 1), nor is the black one (as it relates 0 to both −1 and 1).

Totality properties:

Serial[d] (also called totalorleft-total)
For all xX, there exists some yX such that xRy. Such a relation is called a multivalued function. For example, the red and green relations in the diagram are total, but the blue one is not (as it does not relate −1 to any real number), nor is the black one (as it does not relate 2 to any real number). As another example, > is a serial relation over the integers. But it is not a serial relation over the positive integers, because there is no y in the positive integers such that 1 > y.[18] However, < is a serial relation over the positive integers, the rational numbers and the real numbers. Every reflexive relation is serial: for a given x, choose y = x.
Surjective[d] (also called right-total[13]oronto)
For all yY, there exists an xX such that xRy. For example, the green and blue relations in the diagram are surjective, but the red one is not (as it does not relate any real number to −1), nor is the black one (as it does not relate any real number to 2).

Combinations of properties[edit]

Relations by property
Reflexivity
Example
Partial order Refl Antisym Yes Subset
Strict partial order Irrefl Asym Yes Strict subset
Total order Refl Antisym Yes Yes Alphabetical order
Strict total order Irrefl Asym Yes Yes Strict alphabetical order
Equivalence relation Refl Sym Yes Equality

Relations that satisfy certain combinations of the above properties are particularly useful, and thus have received names by their own.

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

Orderings:

Partial order
A relation that is reflexive, antisymmetric, and transitive.
Strict partial order
A relation that is irreflexive, asymmetric, and transitive.
Total order
A relation that is reflexive, antisymmetric, transitive and connected.[19]
Strict total order
A relation that is irreflexive, asymmetric, transitive and connected.

Uniqueness properties:

One-to-one[d]
Injective and functional. For example, the green relation in the diagram is one-to-one, but the red, blue and black ones are not.
One-to-many[d]
Injective and not functional. For example, the blue relation in the diagram is one-to-many, but the red, green and black ones are not.
Many-to-one[d]
Functional and not injective. For example, the red relation in the diagram is many-to-one, but the green, blue and black ones are not.
Many-to-many[d]
Not injective nor functional. For example, the black relation in the diagram is many-to-many, but the red, green and blue ones are not.

Uniqueness and totality properties:

Afunction[d]
A relation that is functional and total. For example, the red and green relations in the diagram are functions, but the blue and black ones are not.
Aninjection[d]
A function that is injective. For example, the green relation in the diagram is an injection, but the red, blue and black ones are not.
Asurjection[d]
A function that is surjective. For example, the green relation in the diagram is a surjection, but the red, blue and black ones are not.
Abijection[d]
A function that is injective and surjective. For example, the green relation in the diagram is a bijection, but the red, blue and black ones are not.

Operations on relations[edit]

Union[e]
IfR and S are relations over X then RS = { (x, y) | xRyorxSy } is the union relationofR and S. The identity element of this operation is the empty relation. For example, is the union of < and =, and is the union of > and =.
Intersection[e]
IfR and S are relations over X then RS = { (x, y) | xRy and xSy } is the intersection relationofR and S. The identity element of this operation is the universal relation. For example, "is a lower card of the same suit as" is the intersection of "is a lower card than" and "belongs to the same suit as".
Composition[e]
IfR and S are relations over X then SR = { (x, z) | there exists yX such that xRy and ySz } (also denoted by R; S) is the relative productofR and S. The identity element is the identity relation. The order of R and S in the notation SR, used here agrees with the standard notational order for composition of functions. For example, the composition "is mother of" "is parent of" yields "is maternal grandparent of", while the composition "is parent of" "is mother of" yields "is grandmother of". 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[e]
IfR is a relation over sets X and Y then RT = { (y, x) | xRy } is the converse relationofR over Y and X. For example, = is the converse of itself, as is , and < and > are each other's converse, as are and .
Complement[e]
IfR is a relation over X then R = { (x, y) | x, yX and not xRy } (also denoted by Ror¬R) is the complementary relationofR. For example, = and are each other's complement, as are and , and , and and , and, for total orders, also < and , and > and . The complement of the converse relation RT is the converse of the complement:
Restriction[e]
IfR is a relation over X and S is a subset of X then R|S = { (x, y) | xRy and x, yS } is the restriction relationofRtoS. The expression R|S = { (x, y) | xRy and xS } is the left-restriction relationofRtoS; the expression R|S = { (x, y) | xRy and yS } is called the right-restriction relationofRtoS. 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 does not 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.

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

Theorems about relations[edit]

Examples[edit]

Generalizations[edit]

The above concept of relation has been generalized to admit relations between members of two different sets. Given sets X and Y, a heterogeneous relation R over X and Y is a subset of { (x,y) | xX, yY }.[1][21] When X = Y, the relation concept described above is obtained; it is often called homogeneous relation (orendorelation)[22][23] to distinguish it from its generalization. The above properties and operations that are marked "[d]" and "[e]", respectively, generalize to heterogeneous relations. An example of a heterogeneous relation is "ocean x borders continent y". The best-known examples are functions[f] with distinct domains and ranges, such as sqrt : NR+.

See also[edit]

Notes[edit]

  1. ^ called "homogeneous binary relation (on sets)" when delineation from its generalizations is important
  • ^ a generalization of sets
  • ^ see below
  • ^ a b c d e f g h i j k l m These properties also generalize to heterogeneous relations.
  • ^ a b c d e f g This operation also generalizes to heterogeneous relations.
  • ^ that is, right-unique and left-total heterogeneous relations
  • References[edit]

  • ^ Halmos 1968, Ch 14
  • ^ Halmos 1968, Ch 7
  • ^ "Relation definition – Math Insight". mathinsight.org. Retrieved 2019-12-11.
  • ^ Halmos 1968, Ch 8
  • ^ a b Ernst Schröder (1895) Algebra und Logic der Relative, via Internet Archive
  • ^ a b C. I. Lewis (1918) A Survey of Symbolic Logic, pp. 269–279, via internet Archive
  • ^ a b Schmidt 2010, Chapt. 5
  • ^ Enderton 1977, Ch 3. p. 40
  • ^ Smith, Eggen & St. Andre 2006, p. 160
  • ^ Nievergelt 2002, p. 158
  • ^ Flaška et al. 2007, p.1 Lemma 1.1 (iv). This source refers to asymmetric relations as "strictly antisymmetric".
  • ^ a b c Kilp, Knauer & Mikhalev 2000, p. 3. The same four definitions appear in the following: Pahl & Damrath 2001, p. 506, Best 1996, pp. 19–21, Riemann 1999, pp. 21–22
  • ^ Van Gasteren 1990, p. 45.
  • ^ "Functional relation - Encyclopedia of Mathematics". encyclopediaofmath.org. Retrieved 2024-06-13.
  • ^ "functional relation in nLab". ncatlab.org. Retrieved 2024-06-13.
  • ^ Mäs 2007
  • ^ Yao & Wong 1995
  • ^ Rosenstein 1982, p. 4
  • ^ Schmidt & Ströhlein 1993
  • ^ Enderton 1977, Ch 3. p. 40
  • ^ Müller 2012, p. 22
  • ^ Pahl & Damrath 2001, p. 496
  • Bibliography[edit]

  • 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. Retrieved 2020-04-29.
  • Codd, Edgar Frank (1990). The Relational Model for Database Management: Version 2 (PDF). Boston: Addison-Wesley. ISBN 978-0201141924.
  • Enderton, Herbert (1977). Elements of Set Theory. Boston: Academic Press. ISBN 978-0-12-238440-0.
  • Flaška, V.; Ježek, J.; Kepka, T.; Kortelainen, J. (2007). Transitive Closures of Binary Relations I (PDF). Prague: School of Mathematics – Physics Charles University. Archived from the original (PDF) on 2013-11-02.
  • Halmos, Paul R. (1968). Naive Set Theory. Princeton: Nostrand.
  • 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.
  • Mäs, Stephan (2007), "Reasoning on Spatial Semantic Integrity Constraints", Spatial Information Theory: 8th International Conference, COSIT 2007, Melbourne, Australia, September 19–23, Proceedings, Lecture Notes in Computer Science, vol. 4736, Springer, pp. 285–302, doi:10.1007/978-3-540-74788-8_18
  • Müller, M. E. (2012). Relational Knowledge Discovery. Cambridge University Press. ISBN 978-0-521-19021-3.
  • Nievergelt, Yves (2002), Foundations of Logic and Mathematics: Applications to Computer Science and Cryptography, Springer-Verlag
  • Pahl, Peter J.; Damrath, Rudolf (2001). Mathematical Foundations of Computational Engineering: A Handbook. Springer Science & Business Media. ISBN 978-3-540-67995-0.
  • 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.
  • Riemann, Robert-Christoph (1999). Modelling of Concurrent Systems: Structural and Semantical Methods in the High Level Petri Net Calculus. Herbert Utz Verlag. ISBN 978-3-89675-629-9.
  • Rosenstein, Joseph G. (1982), Linear orderings, Academic Press, ISBN 0-12-597680-1
  • Schmidt, Gunther (2010). Relational Mathematics. Cambridge: Cambridge University Press. ISBN 978-0-521-76268-7.
  • Schmidt, Gunther; Ströhlein, Thomas (1993). Relations and Graphs: Discrete Mathematics for Computer Scientists. Berlin: Springer. ISBN 978-3-642-77970-1.
  • Smith, Douglas; Eggen, Maurice; St. Andre, Richard (2006), A Transition to Advanced Mathematics (6th ed.), Brooks/Cole, ISBN 0-534-39900-2
  • Van Gasteren, Antonetta (1990). On the Shape of Mathematical Arguments. Berlin: Springer. ISBN 9783540528494.
  • 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.

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=Relation_(mathematics)&oldid=1229216091"

    Category: 
    Mathematical relations
    Hidden categories: 
    Articles with short description
    Short description with empty Wikidata description
     



    This page was last edited on 15 June 2024, at 14:44 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki