Is this relation an equivalence relation?
CHOICES[CHOICESINDEX]
A relation is an equivalence relation if it is reflextive, symmetric, and transitive.
Is the relation reflexive? That is, for every
element a
in the set, is (a, a)
in the relation?
Is the relation symmetric? That is, for every
pair a
, b
of distinct elements
in the set, if (a, b)
is in the relation,
is (b, a)
also in the relation?
Is the relation transitive on the set? That is, for any
three elements a
, b
,
and c
, if (a, b)
is in the
relation and (b, c)
is in the relation,
then is (a, c)
also in the relation?