Double Series

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:51 PM on 5/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

When can we assume row sum, col sum and diagsum are all the same in a double series?

When all terms are non negative (0\ge0 )

2
New cards

What does it mean for a series Cn to be a rearrangement of An

there exists a bijective function f:N{0}N{0}f:\mathbb{N}\cup\left\lbrace{0}\right\rbrace\to\mathbb{N}\cup\left\lbrace{0}\right\rbrace

such that cn=af(n)c_{n}=a_{f(n)}

3
New cards

Whats the nullity test for divergence?

If an↛0a_{n}\not\rightarrow 0 as nn→\infty, the series is divergent.

4
New cards

Whats the algebra of infinite sums?

If ana_n is convergent with sum s and bnb_n is convergent with sum T, then λ,μR\forall\lambda,\mu\in\mathbb{R} n=1(λan+μbn)\sum_{n=1}^{\infty}\left(\lambda a_{n}+\mu b_{n}\right) is convergent with sum λS+μT\lambda S+\mu T

5
New cards

What does it mean for a series to be absolutely convergent?

If \sum_{n=1}^{\infty}\left|an\right|<+\infty

6
New cards

What is the absolute convergence theorem and the Infinite Triangle Inequality?

Suppose that n=1an\sum_{n=1}^{\infty}a_{n} is absolutely convergent. Then:

  1. there are non-negative pn,qnp_n,q_n such that \sum_{n=1}^{\infty}p_{n}<+\infty,\sum_{n=1}^{\infty}q_{n}<+\infty and an=pnqna_n=p_n-q_n for all n.

  2. n1an\sum_{n-1}^{\infty}a_{n} is convergent

  3. n=1ann=1an\left|\sum_{n=1}^{\infty}a_{n}\right|\le\sum_{n=1}^{\infty}\left|a_{n}\right| (infinite triangle inequality).

7
New cards

Whats a conditionally convergent series?

Convergent but not absolutely convergent

8
New cards

Whats the alternating series test?

Let a1,a2,0a_1,a_2,…\ge0 be a decreasing sequence which tends to 0. Then the series a1a2+a3a4+=n=1(1)n+1ana_1-a_2+a_3-a_4+\ldots=\sum_{n=1}^{\infty}\left(-1\right)^{n+1}a_{n} is convergent.

9
New cards

Proof that ColSum, RowSum and DiagSum are all equal for a non-negative double series

Let sp,qs_{p,q} be the sum of the finite (p+1)×(q+1)(p+1)\times(q+1) rectangle. Looking at columns, each column sum inside the rectangle is at most the full column sum, so sp,qColSum0++ColSumqCs_{p,q} \le \text{ColSum}_0+\cdots+\text{ColSum}_q \le C.

Now fix pp and let qq\to\infty. Then sp,qm=0pRowSumms_{p,q}\to \sum_{m=0}^p \text{RowSum}_m, so m=0pRowSummC\sum_{m=0}^p \text{RowSum}_m \le C for every pp.

Thus all partial sums of RR are bounded above by CC.

Since the terms are non-negative, the Upper Bound Test gives RCR \le C.

Next apply exactly the same argument to the transposed array bm,n=bn,mb'_{m,n}=b_{n,m}. This swaps rows and columns, so we get CRC \le R. Hence R=CR=C.

Finally, form the shifted array (b0,0amp;b0,1amp;b0,2amp;0amp;b1,0amp;b1,1amp;0amp;0amp;b2,0amp;amp;amp;amp;)\begin{pmatrix} b_{0,0} &amp; b_{0,1} &amp; b_{0,2} &amp; \cdots \\ 0 &amp; b_{1,0} &amp; b_{1,1} &amp; \cdots \\ 0 &amp; 0 &amp; b_{2,0} &amp; \cdots \\ \vdots &amp; \vdots &amp; \vdots &amp; \ddots \end{pmatrix}. Its row sums are the same as the original row sums, but its column sums are exactly the diagonal sums of the original array. Applying the already proved result R=CR=C to this shifted array gives R=DR=D. Therefore R=C=DR=C=D."

10
New cards

State and prove the Rearrangement Theorem for non-negative series.

Statement: If an0a_n \ge 0 for all nn, then any rearrangement n=0aσ(n)\sum_{n=0}^\infty a_{\sigma(n)} has the same sum as n=0an\sum_{n=0}^\infty a_n.

Proof: Let σ:N{0}N{0}\sigma:\mathbb{N}\cup\{0\}\to\mathbb{N}\cup\{0\} be a bijection and define a double series by bσ(n),n=aσ(n)b_{\sigma(n),n}=a_{\sigma(n)} and bm,n=0b_{m,n}=0 if mσ(n)m\ne \sigma(n).

In each row mm, exactly one term is non-zero (since σ\sigma is bijective), and it equals ama_m, so RowSumm=am\text{RowSum}_m=a_m and hence R=m=0amR=\sum_{m=0}^\infty a_m (original sum).

In each column nn, the only non-zero term is bσ(n),n=aσ(n)b_{\sigma(n),n}=a_{\sigma(n)}, so ColSumn=aσ(n)\text{ColSum}_n=a_{\sigma(n)} and hence C=n=0aσ(n)C=\sum_{n=0}^\infty a_{\sigma(n)} (rearranged sum). Since all bm,n0b_{m,n}\ge 0 , we can change the order of summation and get R=CR=C. Therefore the rearranged series has the same sum as the original.

11
New cards

Proof of the nullity test for divergence?

Proof: Let sn=a1++ans_n = a_1 + \cdots + a_n be the partial sums.

Suppose for contradiction that n=1an\sum_{n=1}^\infty a_n is convergent, so snss_n \to s for some real number ss. Then also sn1ss_{n-1} \to s. By algebra of limits, snsn1ss=0s_n - s_{n-1} \to s - s = 0. But snsn1=ans_n - s_{n-1} = a_n, so an0a_n \to 0.

This contradicts the assumption that an↛0a_n \not\to 0. Therefore the series must be divergent.

12
New cards

Proof of the absolute convergence theorem

Statement: If \sum_{n=1}^\infty |a_n| < \infty, then:

1.1. there exist non-negative sequences pn,qnp_n,q_n such that an=pnqna_n=p_n-q_n for all nn and both n=1pn\sum_{n=1}^\infty p_n and n=1qn\sum_{n=1}^\infty q_n converge;

2.2. the series n=1an\sum_{n=1}^\infty a_n converges;

3.3. n=1ann=1an\left|\sum_{n=1}^\infty a_n\right| \le \sum_{n=1}^\infty |a_n|.

Proof: Define pn=an+={an,amp;an00,amp;anlt;0p_n=a_n^+=\begin{cases}a_n,&amp;a_n\ge0\\0,&amp;a_n&lt;0\end{cases} and qn=an={0,amp;an0an,amp;anlt;0q_n=a_n^-=\begin{cases}0,&amp;a_n\ge0\\-a_n,&amp;a_n&lt;0\end{cases}.

Then pn,qn0p_n,q_n\ge0 and an=pnqn,an=pn+qn,0pn,qnana_n=p_n-q_n,\quad |a_n|=p_n+q_n,\quad 0\le p_n,q_n\le |a_n|.

Since an\sum |a_n| converges, the Comparison Test gives that pn\sum p_n and qn\sum q_n both converge, say to PP and QQ.

By Algebra of Infinite Sums, an=(pnqn)\sum a_n=\sum (p_n-q_n) converges and has sum PQP-Q. Also, because 0P,Qan=:M0\le P,Q\le \sum |a_n|=:M, we have PQM|P-Q|\le M.

Therefore n=1an=PQn=1an\left|\sum_{n=1}^\infty a_n\right|=|P-Q|\le \sum_{n=1}^\infty |a_n|."

13
New cards

Proof of the alternating series test.

Statement: Let a1,a2,0a_1,a_2,\dots \ge 0 be a decreasing sequence with an0a_n \to 0. Then the alternating series a1a2+a3a4+=n=1(1)n+1ana_1-a_2+a_3-a_4+\cdots=\sum_{n=1}^\infty (-1)^{n+1}a_n is convergent.

Proof: Write the series as the sum of two series: Series 1: (a1a2)+0+(a3a4)+0+(a5a6)+0+(a_1-a_2)+0+(a_3-a_4)+0+(a_5-a_6)+0+\cdots and Series 2: a2a2+a4a4+a6a6+a_2-a_2+a_4-a_4+a_6-a_6+\cdots.

For Series 1, the terms are non-negative because ana_n is decreasing, so a1a20, a3a40,a_1-a_2\ge0,\ a_3-a_4\ge0,\dots.

Its partial sums are bounded above by a1a_1, since each step subtracts at least as much as the next addition gives back.

So by the Upper Bound Test, Series 1 converges.

For Series 2, the partial sums are a2,0,a4,0,a6,0,a_2,0,a_4,0,a_6,0,\dots.

Each partial sum lies between 00 and ana_n, and since an0a_n\to0, the Sandwich Rule gives that these partial sums tend to 00.

So Series 2 converges.

The original alternating series is Series 1 plus Series 2, so by Algebra of Infinite Sums it is convergent."