In the base & minus 2, 1 in position i means (-2) i .
Thus, [1,1] in the positions [i, i + 1] means (-2) i + (- 2) i + 1 = (- 2) i + (- 2) (- 2) i = (1 + -2) (- 2) i = -. (- 2) I
Thus, you can undo any occurrence of [1,0] by changing it to [1,1] and vice versa.
Any other occurrences of 0, of course, can be left unchanged: -0 = 0.
So, in your example, we divide [1,0,0,1,1] by [{1,0}, {0}, {1,1}], deny each part to get [{1,1}, {0}, {1,0}], i.e. [1,1,0,1,0], and remove the unnecessary high 0, creating [1,1,0,1].