Proof: Get Begin Expr Value 26
Let's prove the following theorem:
if the following are true:
- expression state at time 26 = "begin_expr"
- the expression at time 26 = self."y" = 0
- Value Stack at time 26 = [ ]
then Value Stack at time 27 = [ [ ], [ ] ]
Proof:
Given
1 | expression state at time 26 = "begin_expr" |
---|---|
2 | the expression at time 26 = self."y" = 0 |
3 | Value Stack at time 26 = [ ] |
# | Claim | Reason |
---|---|---|
1 | Value Stack at time (26 + 1) = [ [ ], Value Stack at time 26 ] | if expression state at time 26 = "begin_expr" and the expression at time 26 = self."y" = 0, then Value Stack at time (26 + 1) = [ [ ], Value Stack at time 26 ] |
2 | [ [ ], Value Stack at time 26 ] = [ [ ], [ ] ] | if Value Stack at time 26 = [ ], then [ [ ], Value Stack at time 26 ] = [ [ ], [ ] ] |
3 | Value Stack at time (26 + 1) = [ [ ], [ ] ] | if Value Stack at time (26 + 1) = [ [ ], Value Stack at time 26 ] and [ [ ], Value Stack at time 26 ] = [ [ ], [ ] ], then Value Stack at time (26 + 1) = [ [ ], [ ] ] |
4 | 26 + 1 = 27 | 26 + 1 = 27 |
5 | Value Stack at time (26 + 1) = Value Stack at time 27 | if 26 + 1 = 27, then Value Stack at time (26 + 1) = Value Stack at time 27 |
6 | Value Stack at time 27 = [ [ ], [ ] ] | if Value Stack at time (26 + 1) = Value Stack at time 27 and Value Stack at time (26 + 1) = [ [ ], [ ] ], then Value Stack at time 27 = [ [ ], [ ] ] |
Comments
Please log in to add comments