Quiz (1 point)
Prove that:
[0,[]] = [0,[]]
The following properties may be helpful:
- a = a
- [] = []
- if (x = y) and (xs = ys), then [x,xs] = [y,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.