deffunc H1( Nat) -> Subset of NAT = divisors ((5 |^ $1),4,1);
deffunc H2( Nat) -> Subset of NAT = divisors ((5 |^ $1),4,3);
set X = { n where n is Nat : card H1(n) > card H2(n) } ;
{ k where k is Nat : k divides 5 |^ 0 } = H1( 0 )
by Th36;
then
card H1( 0 ) = 0 + 1
by Th37;
then
card H1( 0 ) > card H2( 0 )
by Th38, CARD_1:27;
then A1:
0 in { n where n is Nat : card H1(n) > card H2(n) }
;
A2:
{ n where n is Nat : card H1(n) > card H2(n) } is natural-membered
for a being Nat st a in { n where n is Nat : card H1(n) > card H2(n) } holds
ex b being Nat st
( b > a & b in { n where n is Nat : card H1(n) > card H2(n) } )
hence
{ n where n is Nat : card (divisors ((5 |^ n),4,1)) > card (divisors ((5 |^ n),4,3)) } is infinite
by A1, A2, NUMBER04:1; verum