> For the complete documentation index, see [llms.txt](https://isubasinghe.gitbook.io/isithas-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://isubasinghe.gitbook.io/isithas-wiki/math/set_theory/antisymmetry.md).

# AntiSymmetry

## Basic idea

A relation is antisymmetric if no two distinct elements are mutually related. Together with reflexivity and transitivity it defines a partial order.

## Key formulas

* $\forall a,b \in X.; (R(a,b) \land R(b,a)) \Rightarrow a = b$
* Equivalently: $R \cap R^{-1} \subseteq \Delta\_X$

In mathematics, a homogeneous relation **R** on set X is antisymmetric if there is no pair of distinct elements of X each of which is related by **R** to the other. More formally, **R** is antisymmetric precisely if for all a and b in X.

If R(a,b) holds then R(b,a) must not hold

or equivalently: if R(a,b) == R(b,a) then a==b
