edited by
3,171 views
21 votes
21 votes
  1. Mr. X claims the following: 

    If a relation R is both symmetric and transitive, then R is reflexive. For this, Mr. X offers the following proof:

    “From xRy, using symmetry we get yRx. Now because R is transitive xRy and yRx together imply xRx. Therefore, R is reflexive”.

  2. Give an example of a relation R which is symmetric and transitive but not reflexive.
edited by

5 Answers

Best answer
31 votes
31 votes
Let set $A$ be ${1,2,3}$, and let a relation $R$ on $A$ be

$\left \{ (1,1),(1,2),(2,1),(2,2) \right \}$

$R$ is both symmetric and transitive, but not reflexive. The key point here is that there may be some element in set A which is not related to any of the element in $R$, but to be reflexive, all elements must be related to themselves.
edited by
16 votes
16 votes
Another Example A = {1},

Relation on A , R = {}

This relation R is symmetric & Transitive but not Reflexive.
edited by
6 votes
6 votes
Reflexivity of a relation R is to ensure each element of the set on which a relation is defined must be related to itself. Since the relation R is not known to be reflexive, then for some element z in A we can't be sure of whether (z,z)∊R even if (x.x) ∊R as implied by (x,y) and (y,x). So this is the flaw in Mr. X's proof.

Quintessential example:

Let R be a relation defined on a set A={1,2,3} as follows

R={(1,1)(1,2)(2,1)(2,2)}.This relation is both symmetric as well as transitive but not reflexive.Why? This is simply because (3,3) does not belong to the relation R.

Related questions

5.8k
views
4 answers
16 votes
Kathleen asked Sep 23, 2014
5,789 views
Let $L$ be a set with a relation $R$ which is transitive, anti-symmetric and reflexive and for any two elements $a, b \in L$, let the least upper bound $lub (a, b)$ and ...
11.5k
views
2 answers
24 votes
Kathleen asked Sep 23, 2014
11,481 views
The number of binary relations on a set with $n$ elements is:$n^2$$2^n$$2^{n^2}$None of the above
3.2k
views
1 answers
9 votes
Kathleen asked Sep 23, 2014
3,232 views
Let $G$ be a finite group and $H$ be a subgroup of $G$. For $a \in G$, define $aH=\left\{ah \mid h \in H\right\}$.Show that $|aH| = |bH|.$Show that for every pair of elem...
3.6k
views
4 answers
11 votes
go_editor asked Feb 28, 2018
3,589 views
Consider the following solution to the producer-consumer problem using a buffer of size 1. Assume that the initial value of count is 0. Also assume that the testing of co...