theorem
  InsCode (a>0_goto lb) = 8
proof
  ex A st a= A & a>0_goto lb = A>0_goto lb by Def13;
  hence thesis;
end;
