let N be non empty with_non-empty_elements set ; :: thesis: for S being non empty stored-program IC-Ins-separated definite realistic standard-ins halting with_explicit_jumps AMI-Struct of N
for I being Instruction of S st I is ins-loc-free holds
JUMP I is empty

let S be non empty stored-program IC-Ins-separated definite realistic standard-ins halting with_explicit_jumps AMI-Struct of N; :: thesis: for I being Instruction of S st I is ins-loc-free holds
JUMP I is empty

let I be Instruction of S; :: thesis: ( I is ins-loc-free implies JUMP I is empty )
assume A1: JumpPart I is empty ; :: according to COMPOS_1:def 37 :: thesis: JUMP I is empty
B1: rng (JumpPart I) = {} by A1;
JUMP I c= rng (JumpPart I) by Def6;
hence JUMP I is empty by B1, XBOOLE_1:3; :: thesis: verum