reserve a,b,p,k,l,m,n,s,h,i,j,t,i1,i2 for natural Number;

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