deffunc H1( Nat) -> Subset of NAT = divisors ($1,4,1);
deffunc H2( Nat) -> Subset of NAT = divisors ($1,4,3);
set A = { n where n is Nat : card H1(3 |^ ((2 * n) + 1)) = card H2(3 |^ ((2 * n) + 1)) } ;
set X = { n where n is Nat : card H1(n) = card H2(n) } ;
set n = 3 |^ ((2 * 0) + 1);
A1:
card H1(3 |^ ((2 * 0) + 1)) = 1
by Th29;
card H2(3 |^ ((2 * 0) + 1)) = 1
by Th30;
then A2:
3 |^ ((2 * 0) + 1) in { n where n is Nat : card H1(n) = card H2(n) }
by A1;
A3:
{ 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 (n,4,1)) = card (divisors (n,4,3)) } is infinite
by A2, A3, NUMBER04:1; verum