I have this question:
Prove by induction on strings that for any binary string $w$, $(oc(w))^R = oc(w^R)$.
note:
if $w$ is a string in $\{1,0\}^*$, the one's complement of $w$, $oc(w)$ is the unique string, of the same length as $w$, that has a zero wherever $w$ has a one and vice versa. So for example, $oc(101) = 010$.
the string to the power of $R$ is saying that string reversed. So $w^R$ is the reversal of the string $w$.
I don't know how to start an induction and where to go in the case of strings.
Any help is useful. Thank you.