Quiz (1 point)
Prove that:
result of dumping [ [ 1, [ ] ], [ [ 0, [ ] ], [ ] ] ] to [ [ 0, [ ] ], [ ] ] = [ [ 0, [ ] ], [ [ 1, [ ] ], [ [ 0, [ ] ], [ ] ] ] ]
The following properties may be helpful:
- result of dumping [ y, ys ] to xs = result of dumping ys to [ y, xs ]
- result of dumping [ y, [ ] ] to xs = [ y, xs ]
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.