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

let la be Instruction-Location of SCM+FSA ; :: thesis: ( ic in rng p & ( ic = a =0_goto la or ic = a >0_goto la ) implies a in UsedIntLoc p )
assume A1: ( ic in rng p & ( ic = a =0_goto la or ic = a >0_goto la ) ) ; :: thesis: a in UsedIntLoc p
then A2: UsedIntLoc ic = {a} by SF_MASTR:20;
UsedIntLoc ic c= UsedIntLoc p by A1, SF_MASTR:23;
hence a in UsedIntLoc p by A2, ZFMISC_1:37; :: thesis: verum