Skip to main content
Logo image

Section 17.3 Properties of relations

Here we list some important properties a relation R on a set A can have.

Subsection 17.3.1 Reflexivity

reflexive
aRa is true for all a∈A

Example 17.3.1. A reflexive and a non-reflexive relation on the set of real numbers.

The relation ≀ on R is reflexive, but the relation < is not.

Subsection 17.3.2 Symmetry and antisymmetry

symmetric
for every pair of elements a1,a2∈A for which a1Ra2 is true, a2Ra1 is also true

Example 17.3.3. Sibling relation is symmetric, brother/sister relation is not.

On the set of all living humans, the relation β€œa is the sibling of b” is symmetric, but neither the relation β€œa is the brother of b” nor the relation β€œa is the sister of b” is symmetric.
antisymmetric
for every pair of distinct elements a1,a2∈A, either a1 RΜΈ a2 or a2 RΜΈ a1 (or both)

Remark 17.3.5.

The distinct part of the definition is important, since if a1,a2∈A are not distinct (i.e. a2=a1), then obviously both a1Ra2 and a2Ra1 can be simultaneously true because they are the same statement.

Example 17.3.6. An antisymmetric relation on real numbers.

The relation ≀ on R is antisymmetric.

Example 17.3.7. A relation can be neither antisymmetric nor symmetric.

On A={a,b,c}, the relation
R={(a,b),(b,a),(a,c)}βŠ†AΓ—A
is neither antisymmetric nor symmetric.

Example 17.3.8. A relation can be both antisymmetric and symmetric.

The identity relation on any set, where each element is related to itself and only to itself, is both antisymmetric and symmetric.

Remark 17.3.9.

As Example 17.3.7 and Example 17.3.8 demonstrate, antisymmetry is not the opposite of symmetry. However, for a relation R on set A, we may think of symmetry and antisymmetry as being at opposite ends of a spectrum, measuring how often we have both a1Ra2 and a2Ra1 for a1β‰ a2.
By definition, antisymmetry is when we never have both. On the other hand, symmetry is when we always have both or neither; that is, for every distinct pair a1,a2∈A, we either have both a1Ra2 and a2Ra1, or we have both a1 RΜΈ a2 and a2 RΜΈ a1. However, a relation can fall between symmetry and antisymmetry on the spectrum, such as in Example 17.3.7, where we sometimes have both (e.g. both aRb and bRa for that example relation) and we also sometimes have only one (e.g. aRc but c RΜΈ a for that example relation).
The equality relation on a set is a special case that is both symmetric and antisymmetric. In fact, equality is essentially the only relation that is both symmetric and antisymmetric β€” see Exercise 17.6.22.
In symbolic language, the definition of antisymmetric relation is
(βˆ€a1∈A)(βˆ€a2∈A)(a1β‰ a2β‡’a1 RΜΈ a2∨a2 RΜΈ a1).
However, in practise we usually prove antisymmetry using one of two logically equivalent formulations.

Remark 17.3.11.

The first formulation for proving antisymmetry provided above can be thought of as just a different way to say that it is not possible to have both a1Ra2 and a2Ra1 for distinct elements a1,a2. The second formulation essentially says that the only possible way to have both a1Ra2 and a2Ra1 is if a2=a1.

Note 17.3.12.

In Exercise 17.6.21 you are asked to prove that each of the two different ways of verifying that a relation is antisymmetric provided in the test above are equivalent.

Subsection 17.3.3 Transitivity

transitive
for every triple of elements a1,a2,a3∈A for which both a1Ra2 and a2Ra3 are true, a1Ra3 must also be true

Example 17.3.13. Ancestry is transitive.

The relation on the set of all humans who ever lived defined by β€œa is the ancestor of b” is transitive.