In reviewing some old homework assignments, I found two problems that I really do not understand, despite the fact that I have the answers.
The first is: R(x, y) if y = 2^d * x for some nonnegative integer d. What I do not understand about this relation is how it can possibly be transitive (according to my notes it is). My understanding is that if the relation were transitive, the following would apply: if y = 2^d * x and x = 2^d * z, then y = 2^d * z. That seems impossible unless x = z. Am I missing something?
The second is: R(x, y) if x and y are both divisible by 17. What I do not understand about this relation is why it is not reflexive. My understanding is that if the relation is reflexive, if x is divisible by 17 then both x and x are divisible by 17. I think that I am possibly applying the quality of reflexiveness incorrectly to this relation, but I am not quite sure.
Thank you for any help in correcting these misunderstandings!
For your first relation, note you're allowed to use a different $d$ each time. So if $y = 2^dx$ and $x = 2^{d'} z$ then $y = 2^{d + d'} z$ so $R(y, z) $.
For your second relation, we need $R(x, x) $ for all $x$ in order to be reflexive, but (for example) 1 will not be related to 1 for this relation.