Quiz (1 point)
Given that:
the line at time 23 = 2
the tab at time 23 = 1
statement at line 2, tab 1 =
z = __add__(x, 3)
expression state at time 23 = "end_expr"
Prove that:
the tab at time 24 = 1
The following properties may be helpful:
- 23 + 1 = 24
if the following are true:
- the line at time t = i
- the tab at time t = j
- statement at line i, tab j = assign statement with target x and expression (function call with name: name and arguments: args)
- expression state at time t = "end_expr"
then the tab at time (t + 1) = the tab at time t
if the following are true:
- a = b
- b = c
then a = c
if 23 + 1 = 24, then the tab at time (23 + 1) = the tab at time 24
if the following are true:
- a = b
- a = c
then b = 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.