let p be preProgram of SCM+FSA; :: thesis: for ic being Instruction of SCM+FSA
for a being Int-Location
for la being Element of NAT st ic in rng p & ( ic = a =0_goto la or ic = a >0_goto la ) holds
a in UsedIntLoc p

let ic be Instruction of SCM+FSA; :: thesis: for a being Int-Location
for la being Element of NAT st ic in rng p & ( ic = a =0_goto la or ic = a >0_goto la ) holds
a in UsedIntLoc p

let a be Int-Location ; :: thesis: for la being Element of NAT st ic in rng p & ( ic = a =0_goto la or ic = a >0_goto la ) holds
a in UsedIntLoc p

let la be Element of NAT ; :: thesis: ( ic in rng p & ( ic = a =0_goto la or ic = a >0_goto la ) implies a in UsedIntLoc p )
assume that
A1: ic in rng p and
A2: ( ic = a =0_goto la or ic = a >0_goto la ) ; :: thesis: a in UsedIntLoc p
A3: UsedIntLoc ic = {a} by A2, SF_MASTR:16;
UsedIntLoc ic c= UsedIntLoc p by A1, SF_MASTR:19;
hence a in UsedIntLoc p by A3, ZFMISC_1:31; :: thesis: verum