Transitive relation

From Wikipedia, the free encyclopedia
(Redirected from Transitive property)
Jump to navigation Jump to search

Template:Short description Template:CS1 config Template:Infobox mathematical statement

In mathematics, a binary relation Template:Mvar on a set Template:Mvar is transitive if, for all elements Template:Mvar, Template:Mvar, Template:Mvar in Template:Mvar, whenever Template:Mvar relates Template:Mvar to Template:Mvar and Template:Mvar to Template:Mvar, then Template:Mvar also relates Template:Mvar to Template:Mvar.

Every partial order and every equivalence relation is transitive. For example, less than and equality among real numbers are both transitive: If a < bScript error: No such module "Check for unknown parameters". and b < cScript error: No such module "Check for unknown parameters". then a < cScript error: No such module "Check for unknown parameters".; and if x = yScript error: No such module "Check for unknown parameters". and y = zScript error: No such module "Check for unknown parameters". then x = zScript error: No such module "Check for unknown parameters"..

Definition

<templatestyles src="Stack/styles.css"/>

Script error: No such module "Check for unknown parameters".

A homogeneous relation Template:Mvar on the set Template:Mvar is a transitive relation if,[1]

for all a, b, cXScript error: No such module "Check for unknown parameters"., if a R bScript error: No such module "Check for unknown parameters". and b R cScript error: No such module "Check for unknown parameters"., then a R cScript error: No such module "Check for unknown parameters"..

Or in terms of first-order logic:

a,b,cX:(aRbbRc)aRc,

where a R bScript error: No such module "Check for unknown parameters". is the infix notation for (a, b) ∈ RScript error: No such module "Check for unknown parameters"..

Examples

As a non-mathematical example, the relation "is an ancestor of" is transitive. For example, if Amy is an ancestor of Becky, and Becky is an ancestor of Carrie, then Amy is also an ancestor of Carrie.

On the other hand, "is the birth mother of" is not a transitive relation, because if Alice is the birth mother of Brenda, and Brenda is the birth mother of Claire, then it does not follow that Alice is the birth mother of Claire. In fact, this relation is antitransitive: Alice can never be the birth mother of Claire.

Non-transitive, non-antitransitive relations include sports fixtures (playoff schedules), 'knows' and 'talks to'.

The examples "is greater than", "is at least as great as", and "is equal to" (equality) are transitive relations on various sets. As are the set of real numbers or the set of natural numbers:

whenever x > y and y > z, then also x > z
whenever xy and yz, then also xz
whenever x = y and y = z, then also x = z.

More examples of transitive relations:

Examples of non-transitive relations:

The empty relation on any set X is transitive[3] because there are no elements a,b,cX such that aRb and bRc, and hence the transitivity condition is vacuously true. A relation RScript error: No such module "Check for unknown parameters". containing only one ordered pair is also transitive: if the ordered pair is of the form (x,x) for some xX the only such elements a,b,cX are a=b=c=x, and indeed in this case aRc, while if the ordered pair is not of the form (x,x) then there are no such elements a,b,cX and hence R is vacuously transitive.

Vacuous transitivity is transitivity when in a relation there are no ordered pairs of the form (a,b) and (b,c).

Properties

Closure properties

  • The converse (inverse) of a transitive relation is always transitive. For instance, knowing that "is a subset of" is transitive and "is a superset of" is its converse, one can conclude that the latter is transitive as well.
  • The intersection of two transitive relations is always transitive.[4] For instance, knowing that "was born before" and "has the same first name as" are transitive, one can conclude that "was born before and also has the same first name as" is also transitive.
  • The union of two transitive relations need not be transitive. For instance, "was born before or has the same first name as" is not a transitive relation, since e.g. Herbert Hoover is related to Franklin D. Roosevelt, who is in turn related to Franklin Pierce, while Hoover is not related to Franklin Pierce.
  • The complement of a transitive relation need not be transitive.[5] For instance, while "equal to" is transitive, "not equal to" is only transitive on sets with at most one element.

Other properties

A transitive relation is asymmetric if and only if it is irreflexive.[6]

A transitive relation need not be reflexive. When it is, it is called a preorder. For example, on set X = {1,2,3}:

As a counter example, the relation < on the real numbers is transitive, but not reflexive.

Transitive extensions and transitive closure

Script error: No such module "Labelled list hatnote".

Let Template:Mvar be a binary relation on set Template:Mvar. The transitive extension of Template:Mvar, denoted R1Script error: No such module "Check for unknown parameters"., is the smallest binary relation on Template:Mvar such that R1Script error: No such module "Check for unknown parameters". contains Template:Mvar, and if (a, b) ∈ RScript error: No such module "Check for unknown parameters". and (b, c) ∈ RScript error: No such module "Check for unknown parameters". then (a, c) ∈ R1Script error: No such module "Check for unknown parameters"..[7] For example, suppose Template:Mvar is a set of towns, some of which are connected by roads. Let Template:Mvar be the relation on towns where (A, B) ∈ RScript error: No such module "Check for unknown parameters". if there is a road directly linking town Template:Mvar and town Template:Mvar. This relation need not be transitive. The transitive extension of this relation can be defined by (A, C) ∈ R1Script error: No such module "Check for unknown parameters". if you can travel between towns Template:Mvar and Template:Mvar by using at most two roads.

If a relation is transitive then its transitive extension is itself, that is, if Template:Mvar is a transitive relation then R1 = RScript error: No such module "Check for unknown parameters"..

The transitive extension of R1Script error: No such module "Check for unknown parameters". would be denoted by R2Script error: No such module "Check for unknown parameters"., and continuing in this way, in general, the transitive extension of RiScript error: No such module "Check for unknown parameters". would be Ri + 1Script error: No such module "Check for unknown parameters".. The transitive closure of Template:Mvar, denoted by R*Script error: No such module "Check for unknown parameters". or RScript error: No such module "Check for unknown parameters". is the set union of Template:Mvar, R1Script error: No such module "Check for unknown parameters"., R2Script error: No such module "Check for unknown parameters"., ... .[8]

The transitive closure of a relation is a transitive relation.[8]

The relation "is the birth parent of" on a set of people is not a transitive relation. However, in biology the need often arises to consider birth parenthood over an arbitrary number of generations: the relation "is a birth ancestor of" is a transitive relation and it is the transitive closure of the relation "is the birth parent of".

For the example of towns and roads above, (A, C) ∈ R*Script error: No such module "Check for unknown parameters". provided you can travel between towns Template:Mvar and Template:Mvar using any number of roads.

Relation types that require transitivity

Counting transitive relations

No general formula that counts the number of transitive relations on a finite set (sequence A006905 in the OEIS) is known.[9] However, there is a formula for finding the number of relations that are simultaneously reflexive, symmetric, and transitive – in other words, equivalence relations – (sequence A000110 in the OEIS), those that are symmetric and transitive, those that are symmetric, transitive, and antisymmetric, and those that are total, transitive, and antisymmetric. Pfeiffer[10] has made some progress in this direction, expressing relations with combinations of these properties in terms of each other, but still calculating any one is difficult. See also Brinkmann and McKay (2005)[11] and Mala (2022).[12]

Since the reflexivization of any transitive relation is a preorder, the number of transitive relations an on n-element set is at most 2n time more than the number of preorders, thus it is asymptotically 2(1/4+o(1))n2 by results of Kleitman and Rothschild.[13]

Number of n-element binary relations of different types
ElemTemplate:Soft hyphenents Any Transitive Reflexive Symmetric Preorder Partial order Total preorder Total order Equivalence relation
0 1 1 1 1 1 1 1 1 1
1 2 2 1 2 1 1 1 1 1
2 16 13 4 8 4 3 3 2 2
3 512 171 64 64 29 19 13 6 5
4 Script error: No such module "val". Script error: No such module "val". Script error: No such module "val". Script error: No such module "val". 355 219 75 24 15
n 2n2 2n(n−1) 2n(n+1)/2 Script error: No such module "Su". k!S(n, k) n! Script error: No such module "Su". S(n, k)
OEIS A002416 A006905 A053763 A006125 A000798 A001035 A000670 A000142 A000110

Note that S(n, k) refers to Stirling numbers of the second kind.

Related properties

Cycle diagram
The Rock–paper–scissors game is based on an intransitive and antitransitive relation "x beats y".

A relation R is called intransitive if it is not transitive, that is, if xRy and yRz, but not xRz, for some x, y, z. In contrast, a relation R is called antitransitive if xRy and yRz always implies that xRz does not hold. For example, the relation defined by xRy if xy is an even number is intransitive,[14] but not antitransitive.[15] The relation defined by xRy if x is even and y is odd is both transitive and antitransitive.[16] The relation defined by xRy if x is the successor number of y is both intransitive[17] and antitransitive.[18] Unexpected examples of intransitivity arise in situations such as political questions or group preferences.[19]

Generalized to stochastic versions (stochastic transitivity), the study of transitivity finds applications of in decision theory, psychometrics and utility models.[20]

A quasitransitive relation is another generalization;[5] it is required to be transitive only on its non-symmetric part. Such relations are used in social choice theory or microeconomics.[21]

Proposition: If R is a univalent, then R;RT is transitive.

proof: Suppose xR;RTyR;RTz. Then there are a and b such that xRaRTyRbRTz. Since R is univalent, yRb and aRTy imply a=b. Therefore xRaRTz, hence xR;RTz and R;RT is transitive.

Corollary: If R is univalent, then R;RT is an equivalence relation on the domain of R.

proof: R;RT is symmetric and reflexive on its domain. With univalence of R, the transitive requirement for equivalence is fulfilled.

See also

Notes

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "Footnotes".
  2. However, the class of von Neumann ordinals is constructed in a way such that ∈ is transitive when restricted to that class.
  3. Script error: No such module "Footnotes".
  4. Script error: No such module "citation/CS1".
  5. a b Script error: No such module "citation/CS1".
  6. Script error: No such module "citation/CS1". Lemma 1.1 (iv). Note that this source refers to asymmetric relations as "strictly antisymmetric".
  7. Script error: No such module "Footnotes".
  8. a b Script error: No such module "Footnotes".
  9. Script error: No such module "citation/CS1".
  10. Script error: No such module "citation/CS1".
  11. Script error: No such module "citation/CS1".
  12. Script error: No such module "citation/CS1".
  13. Script error: No such module "citation/CS1".
  14. since e.g. 3R4 and 4R5, but not 3R5
  15. since e.g. 2R3 and 3R4 and 2R4
  16. since xRy and yRz can never happen
  17. since e.g. 3R2 and 2R1, but not 3R1
  18. since, more generally, xRy and yRz implies x=y+1=z+2≠z+1, i.e. not xRz, for all x, y, z
  19. Script error: No such module "citation/CS1".
  20. Script error: No such module "citation/CS1".
  21. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters".

References

  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".

Further reading

External links