:: Series on Complex {B}anach Algebra :: by Noboru Endou :: :: Received April 6, 2004 :: Copyright (c) 2004-2012 Association of Mizar Users begin theorem Th1: :: CLOPBAN3:1 for X being non empty right_complementable add-associative right_zeroed CNORMSTR for seq being sequence of X st ( for n being Element of NAT holds seq . n = 0. X ) holds for m being Element of NAT holds (Partial_Sums seq) . m = 0. X proofend; definition let X be ComplexNormSpace; let seq be sequence of X; attrseq is summable means :Def1: :: CLOPBAN3:def 1 Partial_Sums seq is convergent ; end; :: deftheorem Def1 defines summable CLOPBAN3:def_1_:_ for X being ComplexNormSpace for seq being sequence of X holds ( seq is summable iff Partial_Sums seq is convergent ); registration let X be ComplexNormSpace; clusterV4() Relation-like NAT -defined the carrier of X -valued Function-like V29( NAT ) V30( NAT , the carrier of X) summable for Element of K32(K33(NAT, the carrier of X)); existence ex b1 being sequence of X st b1 is summable proofend; end; definition let X be ComplexNormSpace; let seq be sequence of X; func Sum seq -> Element of X equals :: CLOPBAN3:def 2 lim (Partial_Sums seq); correctness coherence lim (Partial_Sums seq) is Element of X; ; end; :: deftheorem defines Sum CLOPBAN3:def_2_:_ for X being ComplexNormSpace for seq being sequence of X holds Sum seq = lim (Partial_Sums seq); definition let X be ComplexNormSpace; let seq be sequence of X; attrseq is norm_summable means :Def3: :: CLOPBAN3:def 3 ||.seq.|| is summable ; end; :: deftheorem Def3 defines norm_summable CLOPBAN3:def_3_:_ for X being ComplexNormSpace for seq being sequence of X holds ( seq is norm_summable iff ||.seq.|| is summable ); theorem Th2: :: CLOPBAN3:2 for X being ComplexNormSpace for seq being sequence of X for m being Element of NAT holds 0 <= ||.seq.|| . m proofend; theorem Th3: :: CLOPBAN3:3 for X being ComplexNormSpace for x, y, z being Element of X holds ||.(x - y).|| = ||.((x - z) + (z - y)).|| proofend; theorem Th4: :: CLOPBAN3:4 for X being ComplexNormSpace for seq being sequence of X st seq is convergent holds for s being Real st 0 < s holds ex n being Element of NAT st for m being Element of NAT st n <= m holds ||.((seq . m) - (seq . n)).|| < s proofend; theorem Th5: :: CLOPBAN3:5 for X being ComplexNormSpace for seq being sequence of X holds ( seq is Cauchy_sequence_by_Norm iff for p being Real st p > 0 holds ex n being Element of NAT st for m being Element of NAT st n <= m holds ||.((seq . m) - (seq . n)).|| < p ) proofend; theorem Th6: :: CLOPBAN3:6 for X being ComplexNormSpace for seq being sequence of X st ( for n being Element of NAT holds seq . n = 0. X ) holds for m being Element of NAT holds (Partial_Sums ||.seq.||) . m = 0 proofend; theorem Th7: :: CLOPBAN3:7 for X being ComplexNormSpace for seq, seq1 being sequence of X st seq1 is subsequence of seq & seq is convergent holds seq1 is convergent proofend; theorem Th8: :: CLOPBAN3:8 for X being ComplexNormSpace for seq, seq1 being sequence of X st seq1 is subsequence of seq & seq is convergent holds lim seq1 = lim seq proofend; :: Norm Space versions of SEQ_4_33 - SEQ_4_39 theorem :: CLOPBAN3:9 for X being ComplexNormSpace for seq, seq1 being sequence of X for k being Element of NAT st seq is convergent holds ( seq ^\ k is convergent & lim (seq ^\ k) = lim seq ) by Th7, Th8; theorem Th10: :: CLOPBAN3:10 for X being ComplexNormSpace for seq, seq1 being sequence of X st seq is convergent & ex k being Element of NAT st seq = seq1 ^\ k holds seq1 is convergent proofend; theorem Th11: :: CLOPBAN3:11 for X being ComplexNormSpace for seq, seq1 being sequence of X st seq is convergent & ex k being Element of NAT st seq = seq1 ^\ k holds lim seq1 = lim seq proofend; theorem Th12: :: CLOPBAN3:12 for X being ComplexNormSpace for seq being sequence of X st seq is constant holds seq is convergent proofend; theorem Th13: :: CLOPBAN3:13 for X being ComplexNormSpace for seq being sequence of X st ( for n being Element of NAT holds seq . n = 0. X ) holds seq is norm_summable proofend; registration let X be ComplexNormSpace; clusterV4() Relation-like NAT -defined the carrier of X -valued Function-like V29( NAT ) V30( NAT , the carrier of X) norm_summable for Element of K32(K33(NAT, the carrier of X)); existence ex b1 being sequence of X st b1 is norm_summable proofend; end; :: Norm Space versions of SERIES_1_7 - SERIES_1_16 theorem Th14: :: CLOPBAN3:14 for X being ComplexNormSpace for s being sequence of X st s is summable holds ( s is convergent & lim s = 0. X ) proofend; theorem Th15: :: CLOPBAN3:15 for X being ComplexNormSpace for s1, s2 being sequence of X holds (Partial_Sums s1) + (Partial_Sums s2) = Partial_Sums (s1 + s2) proofend; theorem Th16: :: CLOPBAN3:16 for X being ComplexNormSpace for s1, s2 being sequence of X holds (Partial_Sums s1) - (Partial_Sums s2) = Partial_Sums (s1 - s2) proofend; registration let X be ComplexNormSpace; let seq be norm_summable sequence of X; cluster||.seq.|| -> summable for Real_Sequence; coherence for b1 being Real_Sequence st b1 = ||.seq.|| holds b1 is summable by Def3; end; registration let X be ComplexNormSpace; cluster Function-like V30( NAT , the carrier of X) summable -> convergent for Element of K32(K33(NAT, the carrier of X)); coherence for b1 being sequence of X st b1 is summable holds b1 is convergent by Th14; end; theorem Th17: :: CLOPBAN3:17 for X being ComplexNormSpace for seq1, seq2 being sequence of X st seq1 is summable & seq2 is summable holds ( seq1 + seq2 is summable & Sum (seq1 + seq2) = (Sum seq1) + (Sum seq2) ) proofend; theorem Th18: :: CLOPBAN3:18 for X being ComplexNormSpace for seq1, seq2 being sequence of X st seq1 is summable & seq2 is summable holds ( seq1 - seq2 is summable & Sum (seq1 - seq2) = (Sum seq1) - (Sum seq2) ) proofend; registration let X be ComplexNormSpace; let seq1, seq2 be summable sequence of X; clusterseq1 + seq2 -> summable ; coherence seq1 + seq2 is summable by Th17; clusterseq1 - seq2 -> summable ; coherence seq1 - seq2 is summable by Th18; end; theorem Th19: :: CLOPBAN3:19 for X being ComplexNormSpace for seq being sequence of X for z being Complex holds Partial_Sums (z * seq) = z * (Partial_Sums seq) proofend; theorem Th20: :: CLOPBAN3:20 for X being ComplexNormSpace for seq being summable sequence of X for z being Complex holds ( z * seq is summable & Sum (z * seq) = z * (Sum seq) ) proofend; registration let X be ComplexNormSpace; let z be Complex; let seq be summable sequence of X; clusterz * seq -> summable ; coherence z * seq is summable by Th20; end; theorem Th21: :: CLOPBAN3:21 for X being ComplexNormSpace for s, s1 being sequence of X st ( for n being Element of NAT holds s1 . n = s . 0 ) holds Partial_Sums (s ^\ 1) = ((Partial_Sums s) ^\ 1) - s1 proofend; theorem Th22: :: CLOPBAN3:22 for X being ComplexNormSpace for s being sequence of X st s is summable holds for n being Element of NAT holds s ^\ n is summable proofend; registration let X be ComplexNormSpace; let seq be summable sequence of X; let n be Element of NAT ; clusterseq ^\ n -> summable for sequence of X; coherence for b1 being sequence of X st b1 = seq ^\ n holds b1 is summable by Th22; end; theorem Th23: :: CLOPBAN3:23 for X being ComplexNormSpace for seq being sequence of X holds ( Partial_Sums ||.seq.|| is bounded_above iff seq is norm_summable ) proofend; registration let X be ComplexNormSpace; let seq be norm_summable sequence of X; cluster Partial_Sums ||.seq.|| -> bounded_above for Real_Sequence; coherence for b1 being Real_Sequence st b1 = Partial_Sums ||.seq.|| holds b1 is bounded_above by Th23; end; theorem Th24: :: CLOPBAN3:24 for X being ComplexBanachSpace for seq being sequence of X holds ( seq is summable iff for p being Real st 0 < p holds ex n being Element of NAT st for m being Element of NAT st n <= m holds ||.(((Partial_Sums seq) . m) - ((Partial_Sums seq) . n)).|| < p ) proofend; theorem Th25: :: CLOPBAN3:25 for X being ComplexNormSpace for s being sequence of X for n, m being Element of NAT st n <= m holds ||.(((Partial_Sums s) . m) - ((Partial_Sums s) . n)).|| <= abs (((Partial_Sums ||.s.||) . m) - ((Partial_Sums ||.s.||) . n)) proofend; theorem Th26: :: CLOPBAN3:26 for X being ComplexBanachSpace for seq being sequence of X st seq is norm_summable holds seq is summable proofend; theorem :: CLOPBAN3:27 for X being ComplexNormSpace for rseq1 being Real_Sequence for seq2 being sequence of X st rseq1 is summable & ex m being Element of NAT st for n being Element of NAT st m <= n holds ||.(seq2 . n).|| <= rseq1 . n holds seq2 is norm_summable proofend; theorem :: CLOPBAN3:28 for X being ComplexNormSpace for seq1, seq2 being sequence of X st ( for n being Element of NAT holds ( 0 <= ||.seq1.|| . n & ||.seq1.|| . n <= ||.seq2.|| . n ) ) & seq2 is norm_summable holds ( seq1 is norm_summable & Sum ||.seq1.|| <= Sum ||.seq2.|| ) proofend; theorem :: CLOPBAN3:29 for X being ComplexNormSpace for seq being sequence of X st ( for n being Element of NAT holds ||.seq.|| . n > 0 ) & ex m being Element of NAT st for n being Element of NAT st n >= m holds (||.seq.|| . (n + 1)) / (||.seq.|| . n) >= 1 holds not seq is norm_summable by SERIES_1:27; theorem :: CLOPBAN3:30 for X being ComplexNormSpace for seq being sequence of X for rseq1 being Real_Sequence st ( for n being Element of NAT holds rseq1 . n = n -root (||.seq.|| . n) ) & rseq1 is convergent & lim rseq1 < 1 holds seq is norm_summable proofend; theorem :: CLOPBAN3:31 for X being ComplexNormSpace for seq being sequence of X for rseq1 being Real_Sequence st ( for n being Element of NAT holds rseq1 . n = n -root (||.seq.|| . n) ) & ex m being Element of NAT st for n being Element of NAT st m <= n holds rseq1 . n >= 1 holds not ||.seq.|| is summable proofend; theorem :: CLOPBAN3:32 for X being ComplexNormSpace for seq being sequence of X for rseq1 being Real_Sequence st ( for n being Element of NAT holds rseq1 . n = n -root (||.seq.|| . n) ) & rseq1 is convergent & lim rseq1 > 1 holds not seq is norm_summable proofend; theorem :: CLOPBAN3:33 for X being ComplexNormSpace for seq being sequence of X for rseq1 being Real_Sequence st ||.seq.|| is non-increasing & ( for n being Element of NAT holds rseq1 . n = (2 to_power n) * (||.seq.|| . (2 to_power n)) ) holds ( seq is norm_summable iff rseq1 is summable ) proofend; theorem :: CLOPBAN3:34 for X being ComplexNormSpace for seq being sequence of X for p being Real st p > 1 & ( for n being Element of NAT st n >= 1 holds ||.seq.|| . n = 1 / (n to_power p) ) holds seq is norm_summable proofend; theorem :: CLOPBAN3:35 for X being ComplexNormSpace for seq being sequence of X for p being Real st p <= 1 & ( for n being Element of NAT st n >= 1 holds ||.seq.|| . n = 1 / (n to_power p) ) holds not seq is norm_summable by SERIES_1:33; theorem :: CLOPBAN3:36 for X being ComplexNormSpace for seq being sequence of X for rseq1 being Real_Sequence st ( for n being Element of NAT holds ( seq . n <> 0. X & rseq1 . n = (||.seq.|| . (n + 1)) / (||.seq.|| . n) ) ) & rseq1 is convergent & lim rseq1 < 1 holds seq is norm_summable proofend; theorem :: CLOPBAN3:37 for X being ComplexNormSpace for seq being sequence of X st ( for n being Element of NAT holds seq . n <> 0. X ) & ex m being Element of NAT st for n being Element of NAT st n >= m holds (||.seq.|| . (n + 1)) / (||.seq.|| . n) >= 1 holds not seq is norm_summable proofend; registration let X be ComplexBanachSpace; cluster Function-like V30( NAT , the carrier of X) norm_summable -> summable for Element of K32(K33(NAT, the carrier of X)); coherence for b1 being sequence of X st b1 is norm_summable holds b1 is summable by Th26; end; begin theorem Th38: :: CLOPBAN3:38 for X being Complex_Banach_Algebra for x, y, z being Element of X for a, b being Element of COMPLEX holds ( x + y = y + x & (x + y) + z = x + (y + z) & x + (0. X) = x & ex t being Element of X st x + t = 0. X & (x * y) * z = x * (y * z) & 1r * x = x & 0c * x = 0. X & a * (0. X) = 0. X & (- 1r) * x = - x & x * (1. X) = x & (1. X) * x = x & x * (y + z) = (x * y) + (x * z) & (y + z) * x = (y * x) + (z * x) & a * (x * y) = (a * x) * y & a * (x + y) = (a * x) + (a * y) & (a + b) * x = (a * x) + (b * x) & (a * b) * x = a * (b * x) & (a * b) * (x * y) = (a * x) * (b * y) & a * (x * y) = x * (a * y) & (0. X) * x = 0. X & x * (0. X) = 0. X & x * (y - z) = (x * y) - (x * z) & (y - z) * x = (y * x) - (z * x) & (x + y) - z = x + (y - z) & (x - y) + z = x - (y - z) & (x - y) - z = x - (y + z) & x + y = (x - z) + (z + y) & x - y = (x - z) + (z - y) & x = (x - y) + y & x = y - (y - x) & ( ||.x.|| = 0 implies x = 0. X ) & ( x = 0. X implies ||.x.|| = 0 ) & ||.(a * x).|| = |.a.| * ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(x * y).|| <= ||.x.|| * ||.y.|| & ||.(1. X).|| = 1 & X is complete ) proofend; registration cluster non empty right_complementable Abelian add-associative right_zeroed V133() V134() vector-distributive scalar-distributive scalar-associative scalar-unital ComplexNormSpace-like V159() right-distributive right_unital V180() V185() -> well-unital for Normed_Complex_AlgebraStr ; coherence for b1 being Complex_Banach_Algebra holds b1 is well-unital proofend; end; definition let X be non empty Normed_Complex_AlgebraStr ; let S be sequence of X; let a be Element of X; funca * S -> sequence of X means :: CLOPBAN3:def 4 for n being Element of NAT holds it . n = a * (S . n); existence ex b1 being sequence of X st for n being Element of NAT holds b1 . n = a * (S . n) proofend; uniqueness for b1, b2 being sequence of X st ( for n being Element of NAT holds b1 . n = a * (S . n) ) & ( for n being Element of NAT holds b2 . n = a * (S . n) ) holds b1 = b2 proofend; end; :: deftheorem defines * CLOPBAN3:def_4_:_ for X being non empty Normed_Complex_AlgebraStr for S being sequence of X for a being Element of X for b4 being sequence of X holds ( b4 = a * S iff for n being Element of NAT holds b4 . n = a * (S . n) ); definition let X be non empty Normed_Complex_AlgebraStr ; let S be sequence of X; let a be Element of X; funcS * a -> sequence of X means :: CLOPBAN3:def 5 for n being Element of NAT holds it . n = (S . n) * a; existence ex b1 being sequence of X st for n being Element of NAT holds b1 . n = (S . n) * a proofend; uniqueness for b1, b2 being sequence of X st ( for n being Element of NAT holds b1 . n = (S . n) * a ) & ( for n being Element of NAT holds b2 . n = (S . n) * a ) holds b1 = b2 proofend; end; :: deftheorem defines * CLOPBAN3:def_5_:_ for X being non empty Normed_Complex_AlgebraStr for S being sequence of X for a being Element of X for b4 being sequence of X holds ( b4 = S * a iff for n being Element of NAT holds b4 . n = (S . n) * a ); definition let X be non empty Normed_Complex_AlgebraStr ; let seq1, seq2 be sequence of X; funcseq1 * seq2 -> sequence of X means :: CLOPBAN3:def 6 for n being Element of NAT holds it . n = (seq1 . n) * (seq2 . n); existence ex b1 being sequence of X st for n being Element of NAT holds b1 . n = (seq1 . n) * (seq2 . n) proofend; uniqueness for b1, b2 being sequence of X st ( for n being Element of NAT holds b1 . n = (seq1 . n) * (seq2 . n) ) & ( for n being Element of NAT holds b2 . n = (seq1 . n) * (seq2 . n) ) holds b1 = b2 proofend; end; :: deftheorem defines * CLOPBAN3:def_6_:_ for X being non empty Normed_Complex_AlgebraStr for seq1, seq2, b4 being sequence of X holds ( b4 = seq1 * seq2 iff for n being Element of NAT holds b4 . n = (seq1 . n) * (seq2 . n) ); definition let X be Complex_Banach_Algebra; let z be Element of X; funcz GeoSeq -> sequence of X means :Def7: :: CLOPBAN3:def 7 ( it . 0 = 1. X & ( for n being Element of NAT holds it . (n + 1) = (it . n) * z ) ); existence ex b1 being sequence of X st ( b1 . 0 = 1. X & ( for n being Element of NAT holds b1 . (n + 1) = (b1 . n) * z ) ) proofend; uniqueness for b1, b2 being sequence of X st b1 . 0 = 1. X & ( for n being Element of NAT holds b1 . (n + 1) = (b1 . n) * z ) & b2 . 0 = 1. X & ( for n being Element of NAT holds b2 . (n + 1) = (b2 . n) * z ) holds b1 = b2 proofend; end; :: deftheorem Def7 defines GeoSeq CLOPBAN3:def_7_:_ for X being Complex_Banach_Algebra for z being Element of X for b3 being sequence of X holds ( b3 = z GeoSeq iff ( b3 . 0 = 1. X & ( for n being Element of NAT holds b3 . (n + 1) = (b3 . n) * z ) ) ); definition let X be Complex_Banach_Algebra; let z be Element of X; let n be Element of NAT ; funcz #N n -> Element of X equals :: CLOPBAN3:def 8 (z GeoSeq) . n; correctness coherence (z GeoSeq) . n is Element of X; ; end; :: deftheorem defines #N CLOPBAN3:def_8_:_ for X being Complex_Banach_Algebra for z being Element of X for n being Element of NAT holds z #N n = (z GeoSeq) . n; theorem :: CLOPBAN3:39 for X being Complex_Banach_Algebra for z being Element of X holds z #N 0 = 1. X by Def7; theorem Th40: :: CLOPBAN3:40 for X being Complex_Banach_Algebra for z being Element of X st ||.z.|| < 1 holds ( z GeoSeq is summable & z GeoSeq is norm_summable ) proofend; theorem :: CLOPBAN3:41 for X being Complex_Banach_Algebra for x being Point of X st ||.((1. X) - x).|| < 1 holds ( ((1. X) - x) GeoSeq is summable & ((1. X) - x) GeoSeq is norm_summable ) by Th40; Lm1: for X being ComplexNormSpace for x being Point of X st ( for e being Real st e > 0 holds ||.x.|| < e ) holds x = 0. X proofend; Lm2: for X being ComplexNormSpace for x, y being Point of X st ( for e being Real st e > 0 holds ||.(x - y).|| < e ) holds x = y proofend; Lm3: for X being ComplexNormSpace for x, y being Point of X for seq being Real_Sequence st seq is convergent & lim seq = 0 & ( for n being Element of NAT holds ||.(x - y).|| <= seq . n ) holds x = y proofend; theorem :: CLOPBAN3:42 for X being Complex_Banach_Algebra for x being Point of X st ||.((1. X) - x).|| < 1 holds ( x is invertible & x " = Sum (((1. X) - x) GeoSeq) ) proofend;