Quiz (1 point)
Prove that:
result of appending
{"ES": "Estonia", "MX": "Mexico"}
to [ ] = [ {"ES": "Estonia", "MX": "Mexico"}
, [ ] ]The following properties may be helpful:
- result of appending y to xs = reverse of [ y, reverse of xs ]
- reverse of [ ] = [ ]
- reverse of [
{"ES": "Estonia", "MX": "Mexico"}
, [ ] ] = [{"ES": "Estonia", "MX": "Mexico"}
, [ ] ] if reverse of [ ] = [ ], then [
{"ES": "Estonia", "MX": "Mexico"}
, reverse of [ ] ] = [{"ES": "Estonia", "MX": "Mexico"}
, [ ] ]if [
{"ES": "Estonia", "MX": "Mexico"}
, reverse of [ ] ] = [{"ES": "Estonia", "MX": "Mexico"}
, [ ] ], then reverse of [{"ES": "Estonia", "MX": "Mexico"}
, reverse of [ ] ] = reverse of [{"ES": "Estonia", "MX": "Mexico"}
, [ ] ]if the following are true:
- a = b
- b = c
then a = c
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.