reserve k,m,n for Nat,
  i1,i2,i3 for Integer,
  e for set;

theorem Th1:
  n mod k = k - 1 implies (n+1) mod k = 0 by NAT_D:69;
