Could you explain that a little more? I don't quite understand |
It is transitive because the statement:
For all x, y, z: xRy & yRz -> xRz
is always true; since there are no pairs in R, xRy & yRz is always false, hence the conditional is always true.
It is symmetric for the same reason (no pairs in R, xRy is always false).
It is NOT reflexive because reflexivity is:
For all x, xRx.
Which is obviously always false, since there is nothing in R.
I think transitive would be 1R1 and 1R2 then 2R3 |
No. The definition of transitivity is:
For all x, y, z: xRy & yRz -> xRz
x, y, z do not have to be distinct elements, they can all be equal or not, it doesn't matter.
BUT, I don't believe it is transitive if xRz directly |
I don't understand what you mean by "if xRz directly". Could you rephrase?