codethrasher

Transitive Relation

A relation RR over a set XX is transitive if for all elements x, y, z in XX, whenever RR relates xx to yy and yy to zz, then RR also relates xx to zz.

x,y,zX,ifxRyandyRz,thenxRz\begin{equation} \forall x,y,z \in X,if\,xRy\,and\,yRz,\,then\,xRz \end{equation}

Tao’s definition:

Given any three objects x, y, and z of the same type, if x=yx = y and y=zy = z, then x=zx = z.

See also:

← Reflexive Relation Symmetric Relation →