reserve a,b,c,d,m,x,n,j,k,l for Nat,
  t,u,v,z for Integer,
  f,F for FinSequence of NAT;
reserve p,q,r,s for real number;

theorem Th19:
  n>0 implies t*z divides (t-z)|^n - (t|^n + (-z)|^n)
  proof
    n>0 implies t*(-z) divides (t+(-z))|^n - (t|^n + (-z)|^n) by Th17; then
    n>0 implies -(t*z) divides (t+(-z))|^n - (t|^n + (-z)|^n);
    hence thesis by INT_2:10;
  end;
