theorem
  T = 3 implies JumpParts T = {{}}
proof
  assume
A1: T = 3;
  hereby
    let x be object;
    assume x in JumpParts T;
     then consider I being Instruction of SCM+FSA such that
A2:   x = JumpPart I and
A3:  InsCode I = T;
     consider a,b such that
A4:   I = SubFrom(a,b) by A1,A3,SCMFSA_2:32;
     x = {} by A2,Th12,A4;
    hence x in {{}} by TARSKI:def 1;
  end;
  set a = the Int-Location;
  let x be object;
  assume x in {{}};
   then x = {} by TARSKI:def 1;
   then
A5:  x = JumpPart SubFrom(a,a) by Th12;
    InsCode SubFrom(a,a) = 3 by SCMFSA_2:20;
  hence thesis by A5,A1;
end;
