Quiz (1 point)
Prove that:
[ 0, [ ] ] is less than [ 1, [ ] ]
The following properties may be helpful:
- compare bit stack [ 0, [ ] ] and bit stack [ 1, [ ] ] = [ 0, [ 0, [ ] ] ]
if compare bit stack xs and bit stack ys = [ 0, [ 0, [ ] ] ], then xs is less than ys
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.