Quiz (1 point)
Given that:
the line at time 22 = 3
the tab at time 22 = 1
statement at line 3, tab 1 =
a = __add__(a, 1)
expression state at time 22 = "end_expr"
Prove that:
the tab at time 23 = 1
The following properties may be helpful:
- 22 + 1 = 23
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 22 + 1 = 23, then the tab at time (22 + 1) = the tab at time 23
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.