What is an Anti-Symmetric Relation?

A relation R on a set A is called anti-symmetric relation if 

∀ a, b ∈ A, if (a, b) ∈ R then (b, a) ∉ R or a = b, 
where R is a subset of (A x A), i.e. the cartesian product of set A with itself.

This means if an ordered pair of elements “a” to “b” (aRb) is present in relation R then an ordered pair of elements “b” to “a” (bRa) should not be present in relation R unless a = b.

If any such bRa is present for any aRb in R then R is not an anti-symmetric relation.

Example:

Consider set A = {a, b}

R = {(a, b), (b, a)} is not anti-symmetric relation as for (a, b) tuple (b, a) tuple is present but
R = {(a, a), (a, b)} is an anti-symmetric relation.

Anti-Symmetric Relation on a Set

A relation is a subset of the cartesian product of a set with another set. A relation contains ordered pairs of elements of the set it is defined on. To learn more about relations refer to the article on “Relation and their types“.

Similar Reads

What is an Anti-Symmetric Relation?

A relation R on a set A is called anti-symmetric relation if...

Properties of Anti-Symmetric Relation

Empty relation on any set is always anti-symmetric. Universal relation over set may or may not be anti-symmetric. If the relation is reflexive/irreflexive then it need not be anti-symmetric. A relation may be anti-symmetric and symmetric at the same time....

How to verify an Anti-Symmetric Relation?

To verify anti-symmetric relation:...

Contact Us