Let $\sum_3$ contains all size-3 columns of 0s and 1s as follows $$\sum_{3}= \begin{bmatrix}0 \\ 0 \\ 0 \end{bmatrix}, \begin{bmatrix}0 \\ 0 \\ 1 \end{bmatrix}, \begin{bmatrix}0 \\ 1 \\ 0 \end{bmatrix},.., \begin{bmatrix}1 \\ 1 \\ 1 \end{bmatrix}$$
A string in Σ3 gives three rows of 0s and 1s. Consider each row to be a binary number. Let
$B = \{ω ∈ Σ_∗^3|$ the bottom row of ω is the sum of the top two rows}
For example,
$\begin{bmatrix}0 \\ 0 \\ 1\end{bmatrix}\begin{bmatrix}1 \\ 0 \\ 0 \end{bmatrix}\begin{bmatrix}1 \\ 1 \\ 0 \end{bmatrix}\in B$, but $\begin{bmatrix}0 \\ 0 \\ 1 \end{bmatrix}\begin{bmatrix}1 \\ 0 \\ 1\end{bmatrix}\notin B$
Show that B is regular
This problem is marked as challenging in the book. It suggests that I work on $B^R$ first and then show B is regular. I am allowed to use the following theorem
Theorem: If $B$ is regular then $B^R$ is regular
$B^R$ is just all the strings reversed in B
How would you approach this problem?. I don't know why $B^R$ would help because given the language, it looks like there is no $B^R$ or $B^R=B$