theorem :: Problem 196 b
  { [x,y,z,t] where x,y,z,t is Integer: x+y = z*t & z+t = x*y } is infinite
  proof
    dom f = NAT by PARTFUN1:def 2;
    hence thesis by Th85,CARD_1:59;
  end;
