theorem
  [i1,i1+i] in addRel(INT,i)
proof
  i1 in INT & i1+i in INT by INT_1:def 2;
  hence thesis by Th11;
end;
