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

let IL be non trivial set ; :: thesis: for S being non empty stored-program IC-Ins-separated definite realistic AMI-Struct of IL,N
for I being Instruction of S st I is halting holds
JUMP I is empty

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

let I be Instruction of S; :: thesis: ( I is halting implies JUMP I is empty )
assume I is halting ; :: thesis: JUMP I is empty
then for l being Instruction-Location of S holds NIC I,l = {l} by AMISTD_1:15;
hence JUMP I is empty by AMISTD_1:14; :: thesis: verum