Once you know what reflexive, symmetric, and transitive mean, the next skill is checking all three at once on a relation you have never seen before. The three properties combine in eight ways (2^3 = 8), and exam questions routinely ask "which of these does R satisfy?" This article is a guided quiz: six relations on the same four-element set, and the full classification for each.

The setup

Every relation below lives on A = \{1, 2, 3, 4\}. For each relation R, you check four questions:

Interactive slider picking one of six sample relations on a four-element setA horizontal slider goes from position 1 to position 6. At each position, a readout reports the case number and a short reminder of the relation described below. The captions for the six cases list their properties (reflexive yes or no, symmetric yes or no, transitive yes or no, equivalence yes or no). scroll down for the full classification of each case 1 2 3 4 5 6 drag to pick a case, then read its analysis below six relations on A = {1, 2, 3, 4}
The slider picks one of six cases. Below, each case is listed with its exact definition and a property-by-property breakdown. Use the slider as a visual bookmark as you move through the cases.

Case 1 — R = \{(1,1), (2,2), (3,3), (4,4)\} (the identity)

Every element related to itself, nothing else.

Why: the identity relation is the smallest possible equivalence relation. It distinguishes every element from every other element.

Case 2 — R = \{(1,2), (2,1)\} (one mutual pair, nothing else)

Two arrows between 1 and 2, no self-loops.

Case 3 — R = \{(1,2), (2,3), (1,3)\} (a directed chain)

Three arrows in one direction, forming a path 1 \to 2 \to 3 plus the shortcut 1 \to 3.

Case 4 — R = \{(1,1), (2,2), (3,3), (4,4), (1,2), (2,1)\} (identity plus a mutual pair)

Case 5 — R = \{(1,2), (2,1), (1,3), (3,1)\} (two mutual pairs sharing a hub)

This is the trap everyone falls into at least once: the relation is symmetric, but not transitive. Two symmetric pairs sharing a middle element would have to be chained, and the chain demands a new pair that is not in R.

Case 6 — R = \{(1,1), (2,2), (3,3), (4,4), (1,2), (2,1), (3,4), (4,3)\} (identity plus two mutual pairs)

The eight possible combinations

Across three independent properties, eight combinations exist. In practice, the ones you encounter most often are these four:

Reflexive Symmetric Transitive Example
Yes Yes Yes Identity, Case 4, Case 6 (any equivalence relation)
Yes No Yes Divisibility on \{1, 2, 3, 4\} (a partial order)
No Yes No Case 2, Case 5 (common trap)
No No No A random chain like Case 3

The other four combinations exist but are less common. For example, "reflexive and symmetric but not transitive" requires a relation like \{(1,1), (2,2), (3,3), (1, 2), (2, 1), (2, 3), (3, 2)\} — the transitivity fails at the chain 1 \to 2 \to 3 without the pair (1, 3).

The reflex you build

After walking through the six cases, a pattern crystallises:

The fastest order to check is reflexive first (cheapest), then symmetric (cheap), then transitive (usually the one that fails in a problem trying to trick you). If any of the first three fail, the relation is not an equivalence relation — you can stop checking and declare "no."

Why: an equivalence relation needs all three properties simultaneously. Missing any one is enough to disqualify it. The property cheapest to check and most commonly missing is reflexivity (the diagonal), so start there.

The goal of working through six cases is not to memorise them — it is to train the pattern recognition so that when you see a new relation, your eye immediately scans the diagonal, the pairing, and the chains in that order. Once the reflex is wired, classifying a relation is a twenty-second task.

Related: Relations · Equivalence Relations · Symmetry Check: Reverse Arrows · Equivalence-Class Partition · Ordered-Pair Plotter