deffunc H1( Complex, Complex) -> set = ($1 * ($1 + 1)) - ((4 * $2) * ($2 + 1));
set A = { [x,y] where x, y is positive Rational : H1(x,y) = 0 } ;
deffunc H2( Nat) -> set = (((3 |^ $1) - (3 to_power (1 - $1))) - 2) / 4;
deffunc H3( Nat) -> set = (((3 |^ $1) + (3 to_power (1 - $1))) - 4) / 8;
deffunc H4( Nat) -> object = [H2($1),H3($1)];
set D = NAT \ {0,1};
reconsider D = NAT \ {0,1} as infinite natural-membered set ;
consider f being ManySortedSet of D such that
A1:
for d being Element of D holds f . d = H4(d)
from PBOOLE:sch 5();
A2:
dom f = D
by PARTFUN1:def 2;
A3:
rng f c= { [x,y] where x, y is positive Rational : H1(x,y) = 0 }
proof
let y be
object ;
TARSKI:def 3 ( not y in rng f or y in { [x,y] where x, y is positive Rational : H1(x,y) = 0 } )
assume
y in rng f
;
y in { [x,y] where x, y is positive Rational : H1(x,y) = 0 }
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
D by A4, PARTFUN1:def 2;
A6:
not
k in {0,1}
by XBOOLE_0:def 5;
A7:
now not k <= 1assume
k <= 1
;
contradictionthen
not not
k = 0 & ... & not
k = 1
;
hence
contradiction
by A6, TARSKI:def 2;
verum end;
H2(
k)
* (H2(k) + 1) = (4 * H3(k)) * (H3(k) + 1)
by Th102;
then A8:
H1(
H2(
k),
H3(
k))
= 0
;
A9:
((3 |^ k) - (3 to_power (1 - k))) - 2
> 0
by A7, Th100;
((3 |^ k) + (3 to_power (1 - k))) - 4
> 0
by A7, Th101;
then
H4(
k)
in { [x,y] where x, y is positive Rational : H1(x,y) = 0 }
by A8, A9;
hence
y in { [x,y] where x, y is positive Rational : H1(x,y) = 0 }
by A1, A5;
verum
end;
A10:
f is one-to-one
defpred S1[ Complex, Complex] means $1 * ($1 + 1) = (4 * $2) * ($2 + 1);
set B = { [x,y] where x, y is positive Rational : S1[x,y] } ;
{ [x,y] where x, y is positive Rational : H1(x,y) = 0 } = { [x,y] where x, y is positive Rational : S1[x,y] }
proof
thus
{ [x,y] where x, y is positive Rational : H1(x,y) = 0 } c= { [x,y] where x, y is positive Rational : S1[x,y] }
XBOOLE_0:def 10 { [x,y] where x, y is positive Rational : S1[x,y] } c= { [x,y] where x, y is positive Rational : H1(x,y) = 0 } proof
let a be
object ;
TARSKI:def 3 ( not a in { [x,y] where x, y is positive Rational : H1(x,y) = 0 } or a in { [x,y] where x, y is positive Rational : S1[x,y] } )
assume
a in { [x,y] where x, y is positive Rational : H1(x,y) = 0 }
;
a in { [x,y] where x, y is positive Rational : S1[x,y] }
then
ex
x,
y being
positive Rational st
(
a = [x,y] &
H1(
x,
y)
= 0 )
;
hence
a in { [x,y] where x, y is positive Rational : S1[x,y] }
;
verum
end;
let a be
object ;
TARSKI:def 3 ( not a in { [x,y] where x, y is positive Rational : S1[x,y] } or a in { [x,y] where x, y is positive Rational : H1(x,y) = 0 } )
assume
a in { [x,y] where x, y is positive Rational : S1[x,y] }
;
a in { [x,y] where x, y is positive Rational : H1(x,y) = 0 }
then consider x,
y being
positive Rational such that A14:
a = [x,y]
and A15:
S1[
x,
y]
;
H1(
x,
y)
= 0
by A15;
hence
a in { [x,y] where x, y is positive Rational : H1(x,y) = 0 }
by A14;
verum
end;
hence
{ [x,y] where x, y is positive Rational : x * (x + 1) = (4 * y) * (y + 1) } is infinite
by A2, A3, A10, CARD_1:59; verum