set G2 = GreaterOrEqualsNumbers 2;
set A = { [x,y,z,t] where x, y, z, t is Integer : (((x / y) + (y / z)) + (z / t)) + (t / x) = 1 } ;
deffunc H1( Nat) -> object = - ($1 ^2);
deffunc H2( Nat) -> set = ($1 ^2) * (($1 ^2) - 1);
deffunc H3( Nat) -> Element of omega = (($1 ^2) - 1) ^2 ;
deffunc H4( Nat) -> object = - ($1 * (($1 ^2) - 1));
deffunc H5( Element of GreaterOrEqualsNumbers 2) -> object = [H1($1),H2($1),H3($1),H4($1)];
consider f being ManySortedSet of GreaterOrEqualsNumbers 2 such that
A1:
for d being Element of GreaterOrEqualsNumbers 2 holds f . d = H5(d)
from PBOOLE:sch 5();
A2:
dom f = GreaterOrEqualsNumbers 2
by PARTFUN1:def 2;
A3:
rng f c= { [x,y,z,t] where x, y, z, t is Integer : (((x / y) + (y / z)) + (z / t)) + (t / x) = 1 }
proof
let y be
object ;
TARSKI:def 3 ( not y in rng f or y in { [x,y,z,t] where x, y, z, t is Integer : (((x / y) + (y / z)) + (z / t)) + (t / x) = 1 } )
assume
y in rng f
;
y in { [x,y,z,t] where x, y, z, t is Integer : (((x / y) + (y / z)) + (z / t)) + (t / x) = 1 }
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
GreaterOrEqualsNumbers 2
by A4, PARTFUN1:def 2;
set q =
(k ^2) - 1;
A6:
H1(
k)
/ H2(
k) =
((- 1) * (k ^2)) / (((k ^2) - 1) * (k ^2))
.=
(- 1) / ((k ^2) - 1)
by XCMPLX_1:91
;
A7:
H3(
k)
/ H4(
k) =
(((k ^2) - 1) ^2) / ((- k) * ((k ^2) - 1))
.=
((k ^2) - 1) / (- k)
by XCMPLX_1:91
.=
- (((k ^2) - 1) / k)
by XCMPLX_1:188
;
A8:
H4(
k)
/ H1(
k) =
(k * ((k ^2) - 1)) / (k ^2)
by XCMPLX_1:191
.=
((k ^2) - 1) / k
by XCMPLX_1:91
;
((k ^2) / ((k ^2) - 1)) - (1 / ((k ^2) - 1)) =
((k ^2) - 1) / ((k ^2) - 1)
.=
1
by XCMPLX_1:60
;
then
(((H1(k) / H2(k)) + (H2(k) / H3(k))) + (H3(k) / H4(k))) + (H4(k) / H1(k)) = 1
by A6, A7, A8, XCMPLX_1:91;
then
H5(
k)
in { [x,y,z,t] where x, y, z, t is Integer : (((x / y) + (y / z)) + (z / t)) + (t / x) = 1 }
;
hence
y in { [x,y,z,t] where x, y, z, t is Integer : (((x / y) + (y / z)) + (z / t)) + (t / x) = 1 }
by A1, A5;
verum
end;
f is one-to-one
hence
{ [x,y,z,t] where x, y, z, t is Integer : (((x / y) + (y / z)) + (z / t)) + (t / x) = 1 } is infinite
by A2, A3, CARD_1:59; verum