Quiz (1 point)
Given that:
the line at time 12 = 3
the tab at time 12 = 1
statement at line 3, tab 0 =
else:
Prove that:
expression state at time 13 = "not_expr"
The following properties may be helpful:
- 0 < 1
- 12 + 1 = 13
if the following are true:
- the line at time t = i
- the tab at time t = j
- statement at line i, tab k = s
- k < j
then expression state at time (t + 1) = "not_expr"
if 12 + 1 = 13, then expression state at time (12 + 1) = expression state at time 13
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.