deffunc H1( positive Nat) -> Subset of NAT = divisors ($1,4,1);
deffunc H2( positive Nat) -> Subset of NAT = divisors ($1,4,3);
set X = { n where n is positive Nat : card H1(n) > card H2(n) } ;
set n = 5 |^ 0;
{ k where k is Nat : k divides 5 |^ 0 } = H1(5 |^ 0) by Th36;
then A1: card H1(5 |^ 0) = 0 + 1 by Th37;
card H2(5 |^ 0) = 0 by Th38, CARD_1:27;
then A2: 5 |^ 0 in { n where n is positive Nat : card H1(n) > card H2(n) } by A1;
A3: { n where n is positive Nat : card H1(n) > card H2(n) } is natural-membered
proof
let x be object ; :: according to MEMBERED:def 6 :: thesis: ( not x in { n where n is positive Nat : card H1(n) > card H2(n) } or x is natural )
assume x in { n where n is positive Nat : card H1(n) > card H2(n) } ; :: thesis: x is natural
then ex n being positive Nat st
( x = n & card H1(n) > card H2(n) ) ;
hence x is natural ; :: thesis: verum
end;
for a being Nat st a in { n where n is positive Nat : card H1(n) > card H2(n) } holds
ex b being Nat st
( b > a & b in { n where n is positive Nat : card H1(n) > card H2(n) } )
proof
let a be Nat; :: thesis: ( a in { n where n is positive Nat : card H1(n) > card H2(n) } implies ex b being Nat st
( b > a & b in { n where n is positive Nat : card H1(n) > card H2(n) } ) )

assume a in { n where n is positive Nat : card H1(n) > card H2(n) } ; :: thesis: ex b being Nat st
( b > a & b in { n where n is positive Nat : card H1(n) > card H2(n) } )

then consider n being positive Nat such that
A4: a = n and
card H1(n) > card H2(n) ;
take b = 5 |^ n; :: thesis: ( b > a & b in { n where n is positive Nat : card H1(n) > card H2(n) } )
thus b > a by A4, NEWTON:86; :: thesis: b in { n where n is positive Nat : card H1(n) > card H2(n) }
A5: card H2(b) = 0 by Th38, CARD_1:27;
{ k where k is Nat : k divides b } = H1(b) by Th36;
then card H1(b) = n + 1 by Th37;
hence b in { n where n is positive Nat : card H1(n) > card H2(n) } by A5; :: thesis: verum
end;
hence { n where n is positive Nat : card (divisors (n,4,1)) > card (divisors (n,4,3)) } is infinite by A2, A3, NUMBER04:1; :: thesis: verum