logo

Mathematical Binary Relations 📂Set Theory

Mathematical Binary Relations

Definition 1

  1. For two sets X,YX,Y, R:={(x,y):xX,yY}X×Y R := \left\{ (x,y): x \in X , y \in Y \right\} \subset X \times Y is defined as a (binary) relation and is represented as follows: (x,y)R    xRy (x,y) \in R \iff x R y
  2. xRy    yR1xx R y \iff y R^{-1} x satisfying R1:{(y,x):(x,y)R} R^{-1} : \left\{ (y,x): (x,y) \in R \right\} is called the inverse relation of RR.
  3. For all xXx \in X, RX2 R \subset X^{2} satisfying the following condition is called reflexive: xRx x R x
  4. For all x,yXx,y \in X, RX2 R \subset X^{2} satisfying the following condition is called symmetric: xRy    yRx x R y \implies y R x
  5. For all x,y,zXx,y,z \in X, RX2 R \subset X^{2} satisfying the following condition is called transitive: xRyyRz    xRz x R y \land y R z \implies x R z
  6. For all x,yXx,y \in X, RX2 R \subset X^{2} satisfying the following condition is called antisymmetric: xRyyRx    x=y x R y \land y R x \implies x = y

Explanation

Binary relations are not ambiguously described as ‘something being related to something in some way’ but can be clearly defined using Cartesian product. A relation is precisely a subset of a Cartesian product, and by looking at xRyx R y, one should not understand it as ‘xx is somehow related to yy’. Attention should be paid not to overlook the concept by just getting the intuitive understanding; otherwise, reading about ‘relations’ will become difficult whenever they come up.

Especially, a binary relation that is reflexive, symmetric, and transitive is called an equivalence relation. These properties are profoundly important throughout mathematics.

Example

Binary Relation and Inverse Relation

The function f:XYf : X \to Y is a binary relation where, for all xx, there exists a yYy \in Y satisfying y=f(x)y = f(x) and, for all x1,x2Xx_{1} , x_{2} \in X, x1=x2    f(x1)=f(x2) x_{1} = x_{2} \implies f(x_{1}) = f(x_{2}) is satisfied. Of course, if its inverse function f1f^{-1} exists, then f1f^{-1} becomes the inverse relation of ff.

Reflexive Relation

An example of a reflexive relation is equality ==, where x=xx=x always holds.

Symmetric Relation

An example of a symmetric relation is independence \perp, where XY    YX X \perp Y \implies Y \perp X always holds.

Transitive Relation

An example of a transitive relation is the inequality <<, where x<yy<z    x<z x < y \land y < z \implies x < z always holds.

Antisymmetric Relation

An example of an antisymmetric relation is the inclusion relation \subset, where ABBA    A=B A \subset B \land B \subset A \implies A = B always holds.


  1. Translated by Heungchun Lee, You-Feng Lin. (2011). Set Theory: An Intuitive Approach: p137~141. ↩︎