Let $S=\mathbb N-\{0,1\}$ and let $R$ be a partial order relation over $S$. $(a,b)\in R$ iff $b$ is divisible by $a$ without remainder. Prove that $RR^{-1}=S\times S$.
Intuitively it makes sense, but I don't know how to prove this formally. I know that for $RR^{-1}=\{(a,c)|\exists b \in R((a,b)\in R\land (b,c)\in R^{-1})$. But how do I prove that there's always $b$ for any $a,c$?
According to your definition of $RR^{-1}$, if $(x,y)\in S\times S$, then $x|xy$ and $y|xy$ so that taking $a=x, c=y, b=xy$ we get $(x,y)\in RR^{-1}$. Hence, $S\times S= RR^{-1}$.