Asymmetric relation

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Transitive binary relations
Symmetric Antisymmetric Connected Well-founded Has joins Has meets Reflexive Irreflexive Asymmetric
Total,
Semiconnex
Anti-
reflexive
Equivalence relation Green tickY Green tickY
Preorder (Quasiorder) Green tickY
Partial order Green tickY Green tickY
Total preorder Green tickY Green tickY
Total order Green tickY Green tickY Green tickY
Prewellordering Green tickY Green tickY Green tickY
Well-quasi-ordering Green tickY Green tickY
Well-ordering Green tickY Green tickY Green tickY Green tickY
Lattice Green tickY Green tickY Green tickY Green tickY
Join-semilattice Green tickY Green tickY Green tickY
Meet-semilattice Green tickY Green tickY Green tickY
Strict partial order Green tickY Green tickY Green tickY
Strict weak order Green tickY Green tickY Green tickY
Strict total order Green tickY Green tickY Green tickY Green tickY
Symmetric Antisymmetric Connected Well-founded Has joins Has meets Reflexive Irreflexive Asymmetric
Definitions,
for all a,b and S:
aRbbRa aRb and bRaa=b abaRb or bRa minSexists abexists abexists aRa not aRa aRbnot bRa
Green tickY indicates that the column's property is always true for the row's term (at the very left), while indicates that the property is not guaranteed
in general (it might, or might not, hold). For example, that every equivalence relation is symmetric, but not necessarily antisymmetric,
is indicated by Green tickY in the "Symmetric" column and in the "Antisymmetric" column, respectively.

All definitions tacitly require the homogeneous relation R be transitive: for all a,b,c, if aRb and bRc then aRc.
A term's definition may require additional properties that are not listed in this table.

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

[edit | edit source]

Preliminaries

[edit | edit source]

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."

Definition

[edit | edit source]

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). A relation is asymmetric if and only if it is both antisymmetric and irreflexive,[2] so this may also be taken as a definition.

Examples

[edit | edit source]

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. More generally, any strict partial order is an asymmetric relation. 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.

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 converse or dual > of < is also asymmetric.

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.

A non-example is the "less than or equal" relation . This is not asymmetric, because reversing for example, xx produces xx and both are true. The less-than-or-equal relation is an example of a relation that is neither symmetric nor asymmetric, showing that asymmetry is not the same thing as "not symmetric".

The empty relation is the only relation that is (vacuously) both symmetric and asymmetric.

Properties

[edit | edit source]

The following conditions are sufficient for a relation R to be asymmetric:[3]

  • R is irreflexive and anti-symmetric (this is also necessary)
  • R is irreflexive and transitive. A transitive relation is asymmetric if and only if it is irreflexive:[4] if aRb and bRa, transitivity gives aRa, contradicting irreflexivity. Such a relation is a strict partial order.
  • R is irreflexive and satisfies semiorder property 1 (there do not exist two mutually incomparable two-point linear orders)
  • R is antitransitive and anti-symmetric
  • R is antitransitive and transitive
  • R is antitransitive and satisfies semi-order property 1

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value)..
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value)..
  3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value). Lemma 1.1 (iv). Note that this source refers to asymmetric relations as "strictly antisymmetric".