LESSWRONG
LW

Wikitags

Transitive relation

Edited by Dylan Hendrickson, et al. last updated 19th Dec 2016

A binary relation R is transitive if whenever aRb and bRc, aRc.

The most common examples or transitive relations are partial orders (if a≤b and b≤c, then a≤c) and equivalence relations (if a∼b and b∼c, then a∼c).

A transitive relation that is also reflexive is called a preorder.

A transitive_set S is a set on which the element-of relation ∈ is transitive; whenever a∈x and x∈S, a∈S.

Parents:
Relation
Discussion2
Discussion2