deffunc H1( Rational, Rational) -> set = ((2 * ($1 |^ 3)) + ($1 * $2)) - 7;
set A = { [x,y] where x, y is positive Rational : H1(x,y) = 0 } ;
deffunc H2( Nat) -> set = 7 / $1;
deffunc H3( Nat) -> set = $1 - (98 / ($1 ^2));
deffunc H4( Nat) -> object = [H2($1),H3($1)];
set D = NAT \ {0,1,2,3,4};
reconsider D = NAT \ {0,1,2,3,4} as infinite natural-membered set ;
consider f being ManySortedSet of D such that
A1:
for d being Element of D holds f . d = H4(d)
from PBOOLE:sch 5();
A2:
dom f = D
by PARTFUN1:def 2;
A3:
rng f c= { [x,y] where x, y is positive Rational : H1(x,y) = 0 }
proof
let y be
object ;
TARSKI:def 3 ( not y in rng f or y in { [x,y] where x, y is positive Rational : H1(x,y) = 0 } )
assume
y in rng f
;
y in { [x,y] where x, y is positive Rational : H1(x,y) = 0 }
then consider k being
object such that A4:
k in dom f
and A5:
f . k = y
by FUNCT_1:def 3;
reconsider k =
k as
Element of
D by A4, PARTFUN1:def 2;
A6:
not
k in {0,1,2,3,4}
by XBOOLE_0:def 5;
then A7:
k <> 0
by ENUMSET1:def 3;
then A8:
H1(
H2(
k),
H3(
k))
= 0
by Th96;
then
H4(
k)
in { [x,y] where x, y is positive Rational : H1(x,y) = 0 }
by A7, A8;
hence
y in { [x,y] where x, y is positive Rational : H1(x,y) = 0 }
by A1, A5;
verum
end;
f is one-to-one
hence
{ [x,y] where x, y is positive Rational : ((2 * (x |^ 3)) + (x * y)) - 7 = 0 } is infinite
by A2, A3, CARD_1:59; verum