let i be Element of SCM-Instr ; :: thesis: ( InsCode i = 6 implies dom (JumpPart i) = Seg 1 )
assume InsCode i = 6 ; :: thesis: dom (JumpPart i) = Seg 1
then i in { [J,<*a*>,{}] where J is Element of Segm 9, a is Element of NAT : J = 6 } by Th9;
then consider J being Element of Segm 9, a being Element of NAT such that
A1: i = [J,<*a*>,{}] and
J = 6 ;
JumpPart i = <*a*> by A1, RECDEF_2:def 2;
hence dom (JumpPart i) = Seg 1 by FINSEQ_1:38; :: thesis: verum