let R1, R2 be real-valued FinSequence; ( R1,R2 are_fiberwise_equipotent implies Sum R1 = Sum R2 )
defpred S2[ Nat] means for f, g being real-valued FinSequence st f,g are_fiberwise_equipotent & len f = $1 holds
Sum f = Sum g;
assume A1:
R1,R2 are_fiberwise_equipotent
; Sum R1 = Sum R2
A2:
len R1 = len R1
;
A3:
for n being Nat st S2[n] holds
S2[n + 1]
proof
let n be
Nat;
( S2[n] implies S2[n + 1] )
assume A4:
S2[
n]
;
S2[n + 1]
let f,
g be
real-valued FinSequence;
( f,g are_fiberwise_equipotent & len f = n + 1 implies Sum f = Sum g )
assume that A5:
f,
g are_fiberwise_equipotent
and A6:
len f = n + 1
;
Sum f = Sum g
set a =
f . (n + 1);
A7:
rng f = rng g
by A5, CLASSES1:75;
0 + 1
<= n + 1
by NAT_1:13;
then
n + 1
in dom f
by A6, FINSEQ_3:25;
then
f . (n + 1) in rng g
by A7, FUNCT_1:def 3;
then consider m being
Nat such that A8:
m in dom g
and A9:
g . m = f . (n + 1)
by FINSEQ_2:10;
set gg =
g /^ m;
set gm =
g | m;
m <= len g
by A8, FINSEQ_3:25;
then A10:
len (g | m) = m
by FINSEQ_1:59;
A11:
1
<= m
by A8, FINSEQ_3:25;
then
max (
0,
(m - 1))
= m - 1
by FINSEQ_2:4;
then reconsider m1 =
m - 1 as
Element of
NAT by FINSEQ_2:5;
A12:
m = m1 + 1
;
then
m1 <= m
by NAT_1:11;
then A13:
Seg m1 c= Seg m
by FINSEQ_1:5;
m in Seg m
by A11;
then
(g | m) . m = f . (n + 1)
by A8, A9, Th6;
then A14:
g | m = ((g | m) | m1) ^ <*(f . (n + 1))*>
by A10, A12, Th7;
set fn =
f | n;
A15:
g = (g | m) ^ (g /^ m)
;
A16:
(g | m) | m1 =
(g | m) | (Seg m1)
.=
(g | (Seg m)) | (Seg m1)
.=
g | ((Seg m) /\ (Seg m1))
by RELAT_1:71
.=
g | (Seg m1)
by A13, XBOOLE_1:28
.=
g | m1
;
A17:
f = (f | n) ^ <*(f . (n + 1))*>
by A6, Th7;
then A18:
f | n,
(g | m1) ^ (g /^ m) are_fiberwise_equipotent
;
len (f | n) = n
by A6, FINSEQ_1:59, NAT_1:11;
then
Sum (f | n) = Sum ((g | m1) ^ (g /^ m))
by A4, A18;
hence Sum f =
(Sum ((g | m1) ^ (g /^ m))) + (Sum <*(f . (n + 1))*>)
by A17, RVSUM_1:75
.=
((Sum (g | m1)) + (Sum (g /^ m))) + (Sum <*(f . (n + 1))*>)
by RVSUM_1:75
.=
((Sum (g | m1)) + (Sum <*(f . (n + 1))*>)) + (Sum (g /^ m))
.=
(Sum (g | m)) + (Sum (g /^ m))
by A14, A16, RVSUM_1:75
.=
Sum g
by A15, RVSUM_1:75
;
verum
end;
A19:
S2[ 0 ]
for n being Nat holds S2[n]
from NAT_1:sch 2(A19, A3);
hence
Sum R1 = Sum R2
by A1, A2; verum