Consider the following relation R on the set $W =\{0,1\}^{16}.$ For every two sequences $a = (a_1, \ldots,a_{16})$ and $b = (b_1,\ldots,b_{16})$ from $W$, we have $R(a,b)$ if and only if $b = (a_k,\ldots ,a_{16},a_1, \ldots,a_{k−1})$ for some $k \in \{1, \ldots,16\}$. (a) Prove that R is an equivalence relation.
This is what I have done so far:
Let $aRb$ such that there exists $a_k \in \{1,...,16\}, b =\{b_1,...,b_{16}\} = \{a_k,\ldots,a_{16},a_1,\ldots,a_{k-1}\}$
Let $bRc$ such that $k' \in \{1,...,16\}, c = \{c_1,\ldots,c_{16}\} = \{b_{k'},\ldots,b_{16},b_1,...b_{k'-1}\}$
Now i'm not sure how to write $c$ in terms of the sequence a to prove that $aRc$.