Respuesta :
Answer: 1) R = {(a, a), (а,b), (b, a), (b, b), (Ń, Ń), (b, Ń), (Ń, b)}.
It is clearly not transitive since (a, b) â R and (b, c) â R whilst (a, c) Âą R. On the other hand, it is reflexive since (x, x) â R for all cases of x: x = a, x = b, and x = c. Likewise, it is symmetric since (а, b) â R and (b, а) â R and (b, Ń) â R and (c, b) â R.
2) Let S=Z and define R = {(x,y) |x and y have the same parity}
i.e., x and y are either both even or both odd.
The parity relation is an equivalence relation.
a. For any x â Z, x has the same parity as itself, so (x,x) â R.
b. If (x,y) â R, x and y have the same parity, so (y,x) â R.
c. If (x.y) â R, and (y,z) â R, then x and z have the same parity as y, so they have the same parity as each other (if y is odd, both x and z are odd; if y is even, both x and z are even), thus (x,z)â R.
3) A reflexive relation is a serial relation but the converse is not true. So, for number 3, a relation that is reflexive but not transitive would also be serial but not transitive, so the relation provided in (1) satisfies this condition.
Step-by-step explanation:
1) By definition,
a) R, a relation in a set X, is reflexive if and only if âxâX, xRx ---> xRx.
That is, x works at the same place of x.
b) R is symmetric if and only if âx,y â X, xRy ---> yRx
That is if x works at the same place y, then y works at the same place for x.
c) R is transitive if and only if âx,y,z â X, xRyâ§yRz ---> xRz
That is, if x works at the same place for y and y works at the same place for z, then x works at the same place for z.
2) An equivalence relation on a set S, is a relation on S which is reflexive, symmetric and transitive.
3) A reflexive relation is a serial relation but the converse is not true. So, for number 3, a relation that is reflexive but not transitive would also be serial and not transitive.
QED!