theorem
  [i1,i1*i] in multRel(INT,i)
proof
  i1 in INT & i1*i in INT by INT_1:def 2;
  hence thesis by Th42;
end;
