22 Sequences Practice

2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.7, 2.2.8

2.2.1

Question

What happens if we reverse the order of the quantifiers in Convergence of a Sequence? Namely, define vercongence as:

ε>0NN(nN|xnx|<ε)

Give an examples of a vercongent sequence. Is there an example of a vercongent sequence that is divergenct? Can a sequence verconge to two different values? What exactly is being described in this strange definition?

Let's do some scratch:

The idea is that we can make ε be as big as we want! As long as the sequence doesn't get bigger and bigger away from x, then the sequence should verconge. Notice that the NN essentially restricts that |xnx|<ε happens for any nN instead. Namely, the definition encourages an equivalent statement:

ε>0nN(|xnx|<ε)

Proof
a. An example of a vergongent sequence is an=1n, which verconges to 0. Another example is an=(1)n, which verconges to any 0,1,2, since I can make ϵ=10, and then since all |anx|<10 since |anx| is either |1x| or |1+x|, then it technically verconges.

b. an=2n is divergenct. For contradiction, assume some vercongent limit x, so then there's an ε>0 where for nN:

|xnx|=|2nx|<ε

But plug in n=2log2(ε). Then:

|xnx|=|2log2(ε+x)x|=|ε+xx|=εε

c. We've given the example of an=(1)n that verconges to many possible values, so it is not unique.

c. The definition is essentially describing whether or not a sequence is bounded, except it's a bit more specific in that its' bounding it to the range of some Vε(x).

2.2.2

Question

Verify, using the Convergence of a Sequence definition, that the following sequences converge to the proposed limit:
a. lim2n+15n+4=25
b. lim2n2n3+3=0
c. limsin(n2)n3=0

Let's do some scratch work.

a. We want to show, for any ε>0:

|2n+15n+425|<ε|5(2n+1)2(5n+4)5(5n+4)|<ε|325n+20|<ε325n+20<ε(25n+20>0)3ε20<25n325ε45<n

Thus this suggests choosing N>325ε45 such that then nN works with this.

b. We want to show, for any ε>0:

|2n2n3+30|<ε2n2n3+3<εn0

We seem to be stuck since we can't isolate n, but we can try to find something bigger than our 2n2n3+3. Notice:

1n<2n2n3+3n3+3<2n333<n

Thus, since then we'd have 1n<ε1ε<n then we need n>max(1ε,33). We don't even have to use a cube root, but rather 2 would be fine. Thus choose N>max(1ε,2).

Summary

You are allowed to do old sequencenew bigger sequence, but you have to check that the inequality holds for all n. This helps choose N.

c. We want to show, for any ε>0:

|sin(n2)n30|<ε|sin(n2)|n3<ε(n31)|sin(n2)|n3<ε

But notice that:

|sin(n2)|n31n3<ε

This suggests that n>1ε3 so choose N>1ε3.

Proof
a. Let ε>0. Choose NN such that N>325ε45. Then notice that:

|2n+15n+425|=|5(2n+1)2(5n+4)5(5n+4)|=|325n+20|=325n+20(25n+20>0)325(325ε45)+20=33ε20+20=ε

Thus |an25|<ε as desired.

b. Let ε>0. Choose NN such that N>max(2,1ε). Then for any arbitrary n>N:

|2n2n3+30|=2n2n3+3<1nε(n1ε)

We just have to show that 2n2n3+3<1n and then we are done:

1n<2n2n3+3n3+3<2n33<n333<n2<n

c. Let ε>0. Choose NN such that N>1ε3. Then for nN:

|sin(n2)n30|=|sin(n2)|n31n3<ε(1n3<ε1ε3<n)

2.2.3

Question

Describe what we would have to demonstrate in order to disprove each of the following statements:
a. At every college in the United States, there is a student who is at least seven feet tall.
b. For all colleges in the US, there exists a professor who gives every student a grade of either A or B.
c. There exists a college in the US where every student is at least six feet tall.

Proof
a. There would have to exist some college in the US such that every student is strictly less than seven feet tall.

b. There would exist a college in the US such that for any professor there they never gives A's nor B's.

c. We'd show that for any college in the US, there is a student who is strictly less than six feet tall.

2.2.4

Question

Given an example of each or state that the request is impossible. For any that are impossible, give a compelling argument for why that is the case.
a. A sequence with an infinite number of ones that does not converge to one.
b. A sequence with an infinite number of ones that converges to a limit not equal to one.
c. A divergent sequence such that for every nN it is possible to find n consecutive ones somewhere in the sequence.

Proof
a. (an)=(1)n has an infinite number of 1's, but doesn't converge to 1.
b. This is impossible. Unlike (a), if some subsequence bn1 then the other subsequence of terms not with bn, denoted an, would converge to 1. These disagree with the requirement that nN since then the value |an| would have to be in two different ε-neighborhoods.
c. Use:

(ak)={0k0modn+11k0modn+1

This diverges similar to (a) since two different subsequences approach different Vε's.

2.2.7

Question

Here are two useful definitions:
i. A sequence (an) is eventually in a set AR if there exists an NN such that anA for all nN.
ii. A sequence (an) is frequently in a set AR if, for every NN there exists an nN such that anA.
Answer the following questions:
a. Is the sequence (1)n eventually or frequently in the set {1}.
b. Which definition is stronger? Does frequently imply eventually or does eventually imply frequently?
c. Give an alternate rephrasing of Convergence of a Sequence - Topological Version, using either frequently or eventually. Which is the term we want?
d. Suppose an infinite number of terms of a sequence (xn) are equal to 2. Is (xn) necessarily eventually in the interval (1.9,2.1)? Is it frequently in (1.9,2.1)?

Proof
a. It's definitely not eventually since if there was such an N then either an,an+1 is 1 which is not in A={1}. It is frequently since if we let N be arbitrary, then choosing n=N or n=N+1N gives either an=1{1}.

b. I'll show that eventually is stronger than (implies) frequently. Given that NNnN(anA) we'll show NNnN(anA). Let NN be arbitrary. By the Well-Ordering Principle of N, then we have two possibilities:

  1. N<N. Then choose any nN, since then nN. Then by our given then anA as required.
  2. NN. Then choose any nN, since then by our given anA as required.

c.

Convergence - Topological Version (eventually/frequently definition)

A sequence (an) converges to a if (an) is eventually in the set Vε(a).

d. Notice that then (xn) is not eventually by the counterexample (xn)=2(1)n. However, it must be frequently since eventually we can always find a 2 in the sequence (by definition) which is in (1.9,2.1).

2.2.8

Question

For some additional practice with nested quantifiers, consider the following invented definition:

Let's call a sequence (xn) zero-heavy if MN such that for all NN then n (where NnN+M) where xn=0.

(this is saying that for a consecutive subsequence from n=N to n=N+M there's at least one 0 in that subsequence)

a. Is the sequence (0,1,0,1,0,) zero-heavy?
b. If a sequence is zero-heavy, does it necessarily contain an infinite number of zeros? If not, provide a counter example.
c. If a sequence contains an infinite number of zeros, is it necessarily zero-heavy? If not, provide a counter example.
d. Form the logical negation of the above definition. That is, find the definition of a sequence being not zero-heavy.

Proof
a. It is zero-heavy. Specifically choose M=1 (you can always choose something bigger, but this is easiest to prove). Then let NN. Then:

NnN+1

so if aN=0 then choose n=N. Instead if aN=1 then by the construction of (xn) then choose n=N+1 so then aN+1=0.

b. It must have infinitely many zeroes. Suppose a zero-heavy sequence (xn) and assume it only has finitely many zeroes. Then consider the sequence (xn)nN where N is the point after the last zero in the sequence. Then this new sequence has no zeroes, so it definitely isn't zero-heavy. As a result, then for our N then no M can exist such that any NnN+M ever makes xn=0. As a result, then the old subsequence must not be zero-heavy, which is a contradiction. As such, then it must have infinitely many zeroes.

c. This isn't true. Consider:

(xn)={1n2N0n2N

d.

not zero-heavy

A sequence (xn) is not zero-heavy if MN then NN where n(NnN+M) we have it that xn0.