4.13. Sequence Spaces#

We shall assume the field of scalars F to be either R or C.

4.13.1. The Space of all Sequences#

Recall that a sequence is a map x:NF and is written as {xn}. The set of all sequences of F is denoted by FN or just F in Cartesian product notation.

Definition 4.150 (Zero sequence)

The zero sequence is defined as:

0=(0,0,0,).

Definition 4.151 (Vector addition of sequences)

Let x={xn} and y={yn} be any two sequences in F.

Their vector addition is defined as:

x+y{xn+yn}.

Definition 4.152 (Scalar multiplication of sequence)

Let x={xn} be any sequence in F and let αF.

The scalar multiplication of α with x is defined as:

αx{αxn}.

Theorem 4.159

The set of sequences F is closed under vector addition and scalar multiplication defined above.

This is obvious from definition.

Definition 4.153 (Vector space of all sequences)

The set F equipped with the vector addition and scalar multiplication defined above is a vector space. It is known as the space of all sequences.

Definition 4.154 (Sequence space)

Any linear subspace of the space of all sequences F is known as a sequence space.

4.13.2. The Space of Absolutely Summable Sequences#

Definition 4.155 (Absolutely summable sequence)

A sequence {xn} of F is called absolute summable if

n=1|xn|<.

Theorem 4.160 (Closure under addition)

If sequences {xn} and {yn} are absolutely summable, then their sum {xn+yn} is absolutely summable with

n=1|xn+yn|n=1|xn|+n=1|yn|.

Proof. Consider the partial sum:

Sn=k=1n|xk+yk|k=1n(|xk|+|yk|)=k=1n|xk|+k=1n|yk|.

Taking the limit

limnSnlimnk=1n|xk|+limnk=1n|yk|=n=1|xn|+n=1|yn|.

Thus, the sequence {xn+yn} is absolutely summable.

Theorem 4.161 (Closure under scalar multiplication)

If the sequence {xn} is absolutely summable, then for any αF, the sequence {αxn} is absolutely summable with:

n=1|αxn|=|α|n=1|xn|.

Proof. Consider the partial sum:

Sm=n=1m|αxn|=n=1m|α||xn|=|α|n=1m|xn|.

Taking the limit:

limmSm=|α|limmn=1m|xn|=|α|n=1|xn|.

Hence {αxn} is absolutely summable.

Definition 4.156 (1 The space of absolutely summable sequences)

Let 1 denote the set of all absolutely summable sequences of F. Then 1 equipped with the vector addition and scalar multiplication defined above is a vector space.

The definition is justified since:

  • 1 is closed under vector addition.

  • 1 is closed under scalar multiplication.

  • The zero-sequence (0,0,0,) is absolutely summable and belongs to 1.

Definition 4.157 (Norm for the 1 space)

The standard norm for the 1 space is defined for any x1 as:

x1=n=1|xn|.

The 1 space equipped with the norm 1 is a normed linear space.

Theorem 4.162

The norm defined for 1 space in Definition 4.157 is indeed a norm.

Proof. [Positive definiteness] It is clear that the norm of the zero sequence 01=0. Now suppose that n=1|xn|=0. The sum of a non-negative sequence is zero only if each term is 0. Thus, {xn}=0.

[Positive homogeneity] Let x={xn} be absolutely summable. From Theorem 4.161, we have:

αx1=n1|αxn|=|α|n1|xn|=|α|x1.

[Triangle inequality] Let x={xn} and y={yn} be absolutely summable. From Theorem 4.160, we have:

x+y1=n=1|xn+yn|n=1|xn|+n=1|yn|=x1+y1.

Theorem 4.163

1 is complete. In other words, every Cauchy sequence of sequences in 1 converges to a sequence of 1. Thus, it is a Banach space.