theorem
  n>0 implies t*z divides (t-z)|^(2*n) - (t|^(2*n) + z|^(2*n))
  proof
    (-z)|^(2*n) = z|^(2*n) by POWER:1;
    hence thesis by Th19;
  end;
