theorem
  i1,i2 are_congruent_mod 1
proof
  i1 - i2 = 1 * (i1 - i2);
  hence thesis;
end;
