theorem Th32:
  for i1,i2 holds {p: p.i1 = p.i2!}
    is diophantine Subset of n -xtuples_of NAT
proof
  let i1,i2;set n6=n+6;
  defpred R[XFinSequence of NAT] means $1.i1 = $1.i2!;
  set RR = {p: R[p] };
  per cases;
  suppose
A1:   n=0;
    RR c= n -xtuples_of NAT
    proof
      let x be object;
      assume x in RR;
      then ex p be n-element XFinSequence of NAT st x= p & R[p];
      hence thesis by HILB10_2:def 5;
    end;
    hence thesis by A1;
  end;
  suppose n<>0;
    hence thesis by Th31;
   end;
end;
