set A = { [x,y] where x, y is Nat : x,y satisfy_Sierpinski_problem_35 } ;
deffunc H1( Nat) -> object = [((36 * $1) + 14),(((12 * $1) + 5) * ((18 * $1) + 7))];
consider f being ManySortedSet of NAT such that
A1:
for d being Element of NAT holds f . d = H1(d)
from PBOOLE:sch 5();
A2:
dom f = NAT
by PARTFUN1:def 2;
A3:
rng f c= { [x,y] where x, y is Nat : x,y satisfy_Sierpinski_problem_35 }
proof
let y be
object ;
TARSKI:def 3 ( not y in rng f or y in { [x,y] where x, y is Nat : x,y satisfy_Sierpinski_problem_35 } )
assume
y in rng f
;
y in { [x,y] where x, y is Nat : x,y satisfy_Sierpinski_problem_35 }
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
NAT by A4, PARTFUN1:def 2;
(36 * k) + 14,
((12 * k) + 5) * ((18 * k) + 7) satisfy_Sierpinski_problem_35
by Th15;
then
H1(
k)
in { [x,y] where x, y is Nat : x,y satisfy_Sierpinski_problem_35 }
;
hence
y in { [x,y] where x, y is Nat : x,y satisfy_Sierpinski_problem_35 }
by A1, A5;
verum
end;
f is one-to-one
hence
{ [x,y] where x, y is Nat : x,y satisfy_Sierpinski_problem_35 } is infinite
by A2, A3, CARD_1:59; verum