Consider the relation on R on the reals where $xRy$ iff $xy=1$
I need to find $R^2, R^3, R^i $ and $R^*$
Ok, so I first started off with the following:
$$xR^2z \equiv \exists y: xRy\land yRz \\ \equiv\exists y: xy=1 \land yz=1 \\ \equiv xy + yz =y(x+z)=2$$
This to me doesn't seem right. Does the $\land$ represent addition in cases where you' re trying to find compositions of $R$ ? How would I find $R^3$ in this case? If my assumption of $R^2 = y(x+z)=2$ is correct, then would $R^i = yi(x+z)=2$ for some $i\ge1$?
I'm getting confused with the definition of $R \circ R$ and have a hard time applying it for $i\gt2$ and subsequent compositions.
Another point of confusion is with $R^*$. Given:
$$R^*= R\cup R^2 \cup R^3 \cdots\cup R^n = \bigcup_{i=1}^n R^n $$
How would you define what it $R^*$ look like if the set is infinite? Suppose we had $n=3$ then you would have 3x3 matrix and in this case $R^*=R\cup R^2 \cup R^3$. At this point if you're final matrix $R^3$ differs from $R$ then it's said that it wouldn't be transitive.