reserve x,y,z for set;
reserve I,J,K for Element of Segm 9,
  i,a,a1,a2 for Nat,
  b,b1,b2,c,c1 for Element of SCM-Data-Loc;

theorem Th2:
  [6,<*a2*>,{}] in SCM-Instr
proof
  reconsider x = 6 as Element of Segm 9 by NAT_1:44;
  [x,<*a2*>,{}] in { [J,<*a*>,{}] : J = 6 };
  then [x,<*a2*>,{}] in { [SCM-Halt,{},{}] } \/ { [J,<*a*>,{}] : J = 6 }
   by XBOOLE_0:def 3;
  then
  [x,<*a2*>,{}] in { [SCM-Halt,{},{}] } \/ { [J,<*a*>,{}] : J = 6 }
   \/ { [K,<*a1*>,<*b1*>] : K in { 7,8 } } by XBOOLE_0:def 3;
  hence thesis by XBOOLE_0:def 3;
end;
