theorem
  { [x,y,z] where x,y,z is negative Integer: 4*x*y-x-y = z^2 } is infinite
  proof
    dom f = NATPLUS by PARTFUN1:def 2;
    hence thesis by Th96,CARD_1:59;
  end;
