63
$\begingroup$

An equivalence relation is defined by three properties: reflexivity, symmetry and transitivity.

Doesn't symmetry and transitivity implies reflexivity? Consider the following argument.

For any $a$ and $b$, $a R b$ implies $b R a$ by symmetry. Using transitivity, we have $a R a$.

Source: Exercise 8.46, P195 of Mathematical Proofs, 2nd (not 3rd) ed. by Chartrand et al

  • 4
    This is a good problem to pose in an introductory Discrete Math/Logic course.2011-07-31
  • 0
    @LePressentiment Why would you add a random source to a three and half year old question?? This is a standard exercise that you can find in many many books.2014-02-07
  • 9
    How do you know that $aRb$? maybe there is no such $b$.2014-02-07

6 Answers 6

64

Actually, without the reflexivity condition, the empty relation would count as an equivalence relation, which is non-ideal.

Your argument used the hypothesis that for each $a$, there exists $b$ such that $aRb$ holds. If this is true, then symmetry and transitivity imply reflexivity, but this is not true in general.

  • 0
    Why is the following not a counter-example that even with seriality, and transitivity and symmetry, a relation can fail to be reflexive on some set: Consider $S = \{1, 4, 5, 6\}$ and the relation $R$ where $(x,y) \in R$ if $x + y > 3$. On $S$, this relation is transitive, symmetric, and seriality holds. So reflexivity should too. Yet 1 + 1 $\not > 3$.2016-04-06
  • 0
    @Muno $R(1, x) \land R(x, 1) \implies R(1, 1)$ does not hold for $x \ne 1$2016-06-11
23

No.

The missing condition is sometimes called 'seriality' -- for any x there must be a y such that x R y.

If you add seriality to the symmetry and transitivity you get a reflexive relation again.

  • 1
    I googled seriality, not much came up. You sure it's spelled right?2010-07-22
  • 0
    Perhaps I made up the noun form. If you google 'serial binary relation' it will come up. Although if you google 'seriality of binary relations' it will come up there too.2010-07-22
  • 3
    @ChaoXu ProofWiki uses the name [serial relation](http://www.proofwiki.org/wiki/Definition:Serial_Relation).2012-07-10
  • 0
    @ChaoXu, $R$ can also be called "total" or "entire". Note that $R$ doesn't have to be an endorelation for totality to make sense.2016-04-21
5

Consider the set $S =\{a,b,c\}$, with $a, b$, and $c$ distinct, and the relation $$R = \{(a,b),(b,a),(a,a),(b,b)\} \subset S \times S$$

It's symmetric and transitive but it's not reflexive.

Added 10/28/2018

The argument $aRb \implies bRa \implies aRa$ is compelling except for one thing. What if there is no $b$ such that $aRb$?

2

You can get kind of rid of reflexivity. Assume the $R$ is a symmetric relation which satisfies the property of "Drittengleichheit": $xRz\land yRz\Rightarrow xRy$. In this case $R$ is a equivalence relation; you can easily deduce transitivity and reflexibility of $R$.

Do you notice the difference between "Drittengleichheit" and transitivity?

  • 1
    How does this rule out the empty relation? More generally, how does this rule out relations for which some elements are not related to anything at all?2015-12-29
2

To answer Muno's question, $R$ on $S$ is not transitive: $x=z=1$ and $y=3$ is a counterexample (any $y$ other than $1$ will do). $x+y=y+z>3$ but $x+z<3$.

silvascientist: $R$ satisfies Drittengleichheit if the implication is true; it is vacuously true if $xRz$ and $yRz$ is false. This does not mean that $xRy$ is true (similarly $xRy$ and $xRy$ false does not mean $xRx$ is true, simply that it vacuously satisfies the property) for the empty relation on a non-empty set. The same applies if $x$ isn't related to anything, so in neither case is $R$ reflexive.

0

Reflexivity always requires for the binary relation to include every element of the set, which it may not even if transitivity and symmetry are both valid for the relation. However, it may be redundant if every element of the set is said to have a relative or the relation is redefined to be only on the subset of current set leaving out the excluded members for whome the relation doesn't map to anywhere. Although sometimes the definition of the relation itself might restrict the reflexivity, for example: the pair (a,b) where 'a' is b's brother.