theorem Th24:
  k < n implies k mod n = k
proof
  k=n*0 + k;
  hence thesis by Def2;
end;
