Proof: Compare Example Gt

Let's prove the following theorem:

compare bit stack [ 1, [ ] ] and bit stack [ 0, [ ] ] = [ 0, [ 1, [ ] ] ]

Proof:

View as a tree | View dependent proofs | Try proving it

Proof Table
# Claim Reason
1 compare bit stack [ 1, [ ] ] and bit stack [ 0, [ ] ] = compare bit 1 and bit 0 compare bit stack [ 1, [ ] ] and bit stack [ 0, [ ] ] = compare bit 1 and bit 0
2 compare bit 1 and bit 0 = [ 0, [ 1, [ ] ] ] compare bit 1 and bit 0 = [ 0, [ 1, [ ] ] ]
3 compare bit stack [ 1, [ ] ] and bit stack [ 0, [ ] ] = [ 0, [ 1, [ ] ] ] if compare bit stack [ 1, [ ] ] and bit stack [ 0, [ ] ] = compare bit 1 and bit 0 and compare bit 1 and bit 0 = [ 0, [ 1, [ ] ] ], then compare bit stack [ 1, [ ] ] and bit stack [ 0, [ ] ] = [ 0, [ 1, [ ] ] ]

Comments

Please log in to add comments