let T be InsType of SCM-Instr; :: thesis: ( T = 0 implies JumpParts T = {0} )
assume A1: T = 0 ; :: thesis: JumpParts T = {0}
hereby :: according to TARSKI:def 3,XBOOLE_0:def 10 :: thesis: {0} c= JumpParts T end;
let a be set ; :: according to TARSKI:def 3 :: thesis: ( not a in {0} or a in JumpParts T )
assume a in {0} ; :: thesis: a in JumpParts T
then A4: a = 0 by TARSKI:def 1;
A5: JumpPart [SCM-Halt,{},{}] = {} ;
A6: InsCode [SCM-Halt,{},{}] = SCM-Halt ;
[SCM-Halt,{},{}] in SCM-Instr by Th1;
hence a in JumpParts T by A1, A4, A5, A6; :: thesis: verum