R is relation on A = {1,2,3,4}
R = {(1,1), (2,2), (3,3)}
Can you explain me why R is symmetric and transitive ?
If its symmetric then there is supposed to be (1,2) (2,1) and for transitive (1,2) (2,3).
Thanks.
R is relation on A = {1,2,3,4}
R = {(1,1), (2,2), (3,3)}
Can you explain me why R is symmetric and transitive ?
If its symmetric then there is supposed to be (1,2) (2,1) and for transitive (1,2) (2,3).
Thanks.
The definition of symmetric is that for each $(a,b) \in R$ one has $(b,a) \in R$ as well.
Note that this definition includes the case $a=b$ though in this case the implication is trivial.
Now, your example is somewhat peculiar in that you only have pairs of the form $(a,a)$. But this really does not matter. For each $(a,b) \in R$ you do have $(b,a )\in R$, and that is all that is relevant.
The same reasoning applies for the "transitive." Again, some or all of $a,b,c$ can be equal.