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