set r = 1 / 2;
let X, Y be infinite Subset of NAT ; :: thesis: ( Sum (X -powers (1 / 2)) = Sum (Y -powers (1 / 2)) implies X = Y )
assume that
A1:
Sum (X -powers (1 / 2)) = Sum (Y -powers (1 / 2))
and
A2:
X <> Y
; :: thesis: contradiction
consider a being set such that
A3:
( ( a in X & not a in Y ) or ( a in Y & not a in X ) )
by A2, TARSKI:2;
defpred S1[ Nat] means ( ( $1 in X & not $1 in Y ) or ( $1 in Y & not $1 in X ) );
ex i being Element of NAT st S1[i]
by A3;
then A4:
ex i being Nat st S1[i]
;
consider i being Nat such that
A5:
( S1[i] & ( for n being Nat st S1[n] holds
i <= n ) )
from NAT_1:sch 5(A4);
reconsider i = i as Element of NAT by ORDINAL1:def 13;
consider A, B being infinite Subset of NAT such that
A6:
( ( ( A = X & B = Y ) or ( A = Y & B = X ) ) & i in A & not i in B )
by A5;
A7:
( Sum (A -powers (1 / 2)) = ((Partial_Sums (A -powers (1 / 2))) . i) + (Sum ((A -powers (1 / 2)) ^\ (i + 1))) & Sum (B -powers (1 / 2)) = ((Partial_Sums (B -powers (1 / 2))) . i) + (Sum ((B -powers (1 / 2)) ^\ (i + 1))) )
by Th21, SERIES_1:18;
A8:
(Partial_Sums (A -powers (1 / 2))) . i < Sum (A -powers (1 / 2))
by Th26;
A9:
( (A -powers (1 / 2)) . i = (1 / 2) |^ i & (B -powers (1 / 2)) . i = 0 )
by A6, Def5;
A10:
Sum ((B -powers (1 / 2)) ^\ (i + 1)) <= (1 / 2) |^ i
by Th25;
defpred S2[ Element of NAT ] means ( $1 < i implies (Partial_Sums (A -powers (1 / 2))) . $1 = (Partial_Sums (B -powers (1 / 2))) . $1 );
A11:
( (Partial_Sums (A -powers (1 / 2))) . 0 = (A -powers (1 / 2)) . 0 & (Partial_Sums (B -powers (1 / 2))) . 0 = (B -powers (1 / 2)) . 0 )
by SERIES_1:def 1;
then
( ( ( 0 in A & (Partial_Sums (A -powers (1 / 2))) . 0 = (1 / 2) |^ 0 ) or ( not 0 in A & (Partial_Sums (A -powers (1 / 2))) . 0 = 0 ) ) & ( ( 0 in B & (Partial_Sums (B -powers (1 / 2))) . 0 = (1 / 2) |^ 0 ) or ( not 0 in B & (Partial_Sums (B -powers (1 / 2))) . 0 = 0 ) ) & ( 0 < i implies ( 0 in A iff 0 in B ) ) )
by A5, A6, Def5;
then A12:
S2[ 0 ]
;
A17:
for j being Element of NAT holds S2[j]
from NAT_1:sch 1(A12, A13);
(Partial_Sums (A -powers (1 / 2))) . i = ((Partial_Sums (B -powers (1 / 2))) . i) + ((1 / 2) |^ i)
hence
contradiction
by A1, A6, A7, A8, A10, XREAL_1:8; :: thesis: verum