let k be Nat; for d being XFinSequence of REAL
for a being Real
for y being Real_Sequence st 0 < a & len d = k & ( for x being Nat holds y . x = a * (x to_power k) ) holds
ex N being Nat st
for x being Nat st N <= x holds
|.((seq_p d) . x).| <= y . x
let d be XFinSequence of REAL ; for a being Real
for y being Real_Sequence st 0 < a & len d = k & ( for x being Nat holds y . x = a * (x to_power k) ) holds
ex N being Nat st
for x being Nat st N <= x holds
|.((seq_p d) . x).| <= y . x
let a be Real; for y being Real_Sequence st 0 < a & len d = k & ( for x being Nat holds y . x = a * (x to_power k) ) holds
ex N being Nat st
for x being Nat st N <= x holds
|.((seq_p d) . x).| <= y . x
let y be Real_Sequence; ( 0 < a & len d = k & ( for x being Nat holds y . x = a * (x to_power k) ) implies ex N being Nat st
for x being Nat st N <= x holds
|.((seq_p d) . x).| <= y . x )
assume that
A1:
0 < a
and
A2:
len d = k
and
A3:
for x being Nat holds y . x = a * (x to_power k)
; ex N being Nat st
for x being Nat st N <= x holds
|.((seq_p d) . x).| <= y . x
per cases
( k = 0 or k <> 0 )
;
suppose B4:
k <> 0
;
ex N being Nat st
for x being Nat st N <= x holds
|.((seq_p d) . x).| <= y . xreconsider c =
|.d.| as
XFinSequence of
REAL ;
len c = k
by A2, VALUED_1:def 11;
then consider N being
Nat such that A4:
for
x being
Nat st
N <= x holds
for
i being
Nat st
i in dom c holds
((c . i) * (x to_power i)) * k <= a * (x to_power k)
by A1, TLNEG36;
take
N
;
for x being Nat st N <= x holds
|.((seq_p d) . x).| <= y . xthus
for
x being
Nat st
N <= x holds
|.((seq_p d) . x).| <= y . x
verumproof
let x be
Nat;
( N <= x implies |.((seq_p d) . x).| <= y . x )
assume A0:
N <= x
;
|.((seq_p d) . x).| <= y . x
NN0:
dom (c (#) (seq_a^ (x,1,0))) =
dom c
by LMXFIN1
.=
dom d
by VALUED_1:def 11
;
P1:
(seq_p c) . x = Sum (c (#) (seq_a^ (x,1,0)))
by defseqp;
for
i being
Nat st
i in dom (c (#) (seq_a^ (x,1,0))) holds
(c (#) (seq_a^ (x,1,0))) . i <= (y . x) / k
proof
let i be
Nat;
( i in dom (c (#) (seq_a^ (x,1,0))) implies (c (#) (seq_a^ (x,1,0))) . i <= (y . x) / k )
assume
i in dom (c (#) (seq_a^ (x,1,0)))
;
(c (#) (seq_a^ (x,1,0))) . i <= (y . x) / k
then X5:
i in dom c
by LMXFIN1;
then
(((c . i) * (x to_power i)) * k) / k <= (a * (x to_power k)) / k
by XREAL_1:72, A0, A4;
then
(c . i) * (x to_power i) <= (a * (x to_power k)) / k
by B4, XCMPLX_1:89;
then
(c . i) * (x to_power i) <= (y . x) / k
by A3;
hence
(c (#) (seq_a^ (x,1,0))) . i <= (y . x) / k
by X5, LMXFIN2;
verum
end;
then
Sum (c (#) (seq_a^ (x,1,0))) <= ((y . x) / k) * (len (c (#) (seq_a^ (x,1,0))))
by AFINSQ_2:59;
then P6:
(seq_p c) . x <= y . x
by P1, NN0, A2, B4, XCMPLX_1:87;
|.((seq_p d) . x).| <= (seq_p c) . x
by TLNEG41;
hence
|.((seq_p d) . x).| <= y . x
by XXREAL_0:2, P6;
verum
end; end; end;