Quiz (1 point)
Prove that:
compare bit stack [ 1, [ ] ] and bit stack [ 0, [ ] ] = [ 0, [ 1, [ ] ] ]
The following properties may be helpful:
- compare bit stack [ x, [ ] ] and bit stack [ y, [ ] ] = compare bit x and bit y
- compare bit 1 and bit 0 = [ 0, [ 1, [ ] ] ]
if the following are true:
- a = b
- b = c
then a = c
Please write your proof in the table below. Each row should contain one claim. The last claim is the statement that you are trying to prove.