let ins be Instruction of SCM+FSA; ( InsCode ins = 3 implies ex da, db being Int-Location st ins = SubFrom (da,db) )
assume A1:
InsCode ins = 3
; ex da, db being Int-Location st ins = SubFrom (da,db)
then reconsider I = ins as Instruction of SCM by Th34;
consider A, B being Data-Location such that
A2:
I = SubFrom (A,B)
by A1, AMI_5:10;
( A in SCM-Data-Loc & B in SCM-Data-Loc )
by AMI_3:def 2;
then reconsider da = A, db = B as Int-Location by Def4;
take
da
; ex db being Int-Location st ins = SubFrom (da,db)
take
db
; ins = SubFrom (da,db)
thus
ins = SubFrom (da,db)
by A2, Def13; verum