a. R={(a,a),(b,b),(c,c),(d,d),(a,b),(b,a)(a,c),(c,a),(b,c),(c,b),(b,d),(d,b)}
For any x∈{a,b,c,d} (x,x)∈R , so, R is reflexive.
For any x,y∈{a,b,c,d} if (x,y)∈R then (y,x)∈R , so, R is symmetric.
(a,b)∈R,(b,d)∈R , but (a,d)∈/R , so, R is not transitive.
b. Let R is this relation.
Since R is symmetric then for any x,y∈{a,b,c,d} if (x,y)∈R then (y,x)∈R.
But then (since R is transitive) (x,x)∈R . But then R isn't irreflexive, which contradicts the condition, therefore, such a relation does not exist.
c. R={(a,b),(a,c),(b,d)}
For any x∈{a,b,c,d} (x,x)∈/R , so, R is irreflexive.
For any x,y∈{a,b,c,d} if (x,y)∈R then (y,x)∈/R , so, R is antisymmetric.
(a,b)∈R,(b,d)∈R , but (a,d)∈/R , so, R is not transitive.
d. R={(a,a),(b,b),(c,c),(d,d),(a,b),(b,a),(a,c)}
For any x∈{a,b,c,d} (x,x)∈R , so, R is reflexive.
(a,b)∈R,(b,a)∈R , so R isn't antisymmetric, (a,c)∈R,(c,a)∈/R so R isn't symmetric.
for any x,y,z∈{a,b,c,d} (x,y)∈R∧(y,z)∈R⇒(x,z)∈R , so, R is transitive.
Comments