theorem Th13:
  ex n1 st a = n1 mod p
  proof
    reconsider a as Element of Segm(p);
    0<=a & a<p by NAT_1:44;
    then a = a mod p by NAT_D:63;
    hence thesis;
  end;
