let ins be Instruction of SCM+FSA; ( InsCode ins = 2 implies ex da, db being Int-Location st ins = AddTo (da,db) )
assume A1:
InsCode ins = 2
; ex da, db being Int-Location st ins = AddTo (da,db)
then reconsider I = ins as Instruction of SCM by Th8;
consider A, B being Data-Location such that
A2:
I = AddTo (A,B)
by A1, AMI_5:9;
A3:
Int-Locations = SCM+FSA-Data-Loc
;
( A in SCM-Data-Loc & B in SCM-Data-Loc )
by AMI_2:def 16;
then reconsider da = A, db = B as Int-Location by A3;
take
da
; ex db being Int-Location st ins = AddTo (da,db)
take
db
; ins = AddTo (da,db)
thus
ins = AddTo (da,db)
by A2, Def7; verum