Asymmetric relation

From HandWiki
Short description: A binary relation which never occurs in both directions

In mathematics, an asymmetric relation is a binary relation R on a set X where for all a,bX, if a is related to b then b is not related to a.[1]

Formal definition

A binary relation on X is any subset R of X×X. Given a,bX, write aRb if and only if (a,b)R, which means that aRb is shorthand for (a,b)R. The expression aRb is read as "a is related to b by R." The binary relation R is called asymmetric if for all a,bX, if aRb is true then bRa is false; that is, if (a,b)R then (b,a)∉R. This can be written in the notation of first-order logic as a,bX:aRb¬(bRa).

A logically equivalent definition is:

for all a,bX, at least one of aRb and bRa is false,

which in first-order logic can be written as: a,bX:¬(aRbbRa).

An example of an asymmetric relation is the "less than" relation < between real numbers: if x<y then necessarily y is not less than x. The "less than or equal" relation , on the other hand, is not asymmetric, because reversing for example, xx produces xx and both are true. Asymmetry is not the same thing as "not symmetric": the less-than-or-equal relation is an example of a relation that is neither symmetric nor asymmetric. The empty relation is the only relation that is (vacuously) both symmetric and asymmetric.

Properties

  • A relation is asymmetric if and only if it is both antisymmetric and irreflexive.[2]
  • Restrictions and converses of asymmetric relations are also asymmetric. For example, the restriction of < from the reals to the integers is still asymmetric, and the inverse > of < is also asymmetric.
  • A transitive relation is asymmetric if and only if it is irreflexive:[3] if aRb and bRa, transitivity gives aRa, contradicting irreflexivity.
  • As a consequence, a relation is transitive and asymmetric if and only if it is a strict partial order.
  • Not all asymmetric relations are strict partial orders. An example of an asymmetric non-transitive, even antitransitive relation is the rock paper scissors relation: if X beats Y, then Y does not beat X; and if X beats Y and Y beats Z, then X does not beat Z.
  • An asymmetric relation need not have the connex property. For example, the strict subset relation is asymmetric, and neither of the sets {1,2} and {3,4} is a strict subset of the other. A relation is connex if and only if its complement is asymmetric.

See also

References

  1. Gries, David; Schneider, Fred B. (1993), A Logical Approach to Discrete Math, Springer-Verlag, p. 273 .
  2. Nievergelt, Yves (2002), Foundations of Logic and Mathematics: Applications to Computer Science and Cryptography, Springer-Verlag, p. 158 .
  3. Flaška, V.; Ježek, J.; Kepka, T.; Kortelainen, J. (2007). Transitive Closures of Binary Relations I. Prague: School of Mathematics - Physics Charles University. p. 1. http://www.karlin.mff.cuni.cz/~jezek/120/transitive1.pdf. Retrieved 2013-08-20.  Lemma 1.1 (iv). Note that this source refers to asymmetric relations as "strictly antisymmetric".