Math Problem Statement

Fix ε > 0. Show that if (an)n∈N,(bn)n∈N are eventually ε-close, then (an)n∈N is bounded if and only if (bn)n∈N is also bounded.

Solution

Let ϵ>0\epsilon > 0, and suppose that the sequences (an)nN(a_n)_{n \in \mathbb{N}} and (bn)nN(b_n)_{n \in \mathbb{N}} are eventually ϵ\epsilon-close. This means that there exists some NNN \in \mathbb{N} such that for all nNn \geq N, we have:

anbn<ϵ.|a_n - b_n| < \epsilon.

We want to prove that (an)nN(a_n)_{n \in \mathbb{N}} is bounded if and only if (bn)nN(b_n)_{n \in \mathbb{N}} is also bounded.

Step 1: Proving the "if" direction

Assumption:

Assume (an)nN(a_n)_{n \in \mathbb{N}} is bounded. By definition, this means there exists a constant Ma>0M_a > 0 such that for all nNn \in \mathbb{N},

anMa.|a_n| \leq M_a.

Since (an)(a_n) and (bn)(b_n) are eventually ϵ\epsilon-close, for all nNn \geq N, we know:

anbn<ϵ.|a_n - b_n| < \epsilon.

Thus, for nNn \geq N,

bn=bnan+anbnan+an<ϵ+Ma.|b_n| = |b_n - a_n + a_n| \leq |b_n - a_n| + |a_n| < \epsilon + M_a.

This shows that for all nNn \geq N, bn|b_n| is bounded by ϵ+Ma\epsilon + M_a.

For the remaining terms n<Nn < N, since there are finitely many terms, the sequence (bn)(b_n) for n<Nn < N is also bounded. Let Mb=max{bn:n<N}M_b' = \max \{|b_n| : n < N\}. Define:

Mb=max(Mb,ϵ+Ma).M_b = \max(M_b', \epsilon + M_a).

Thus, bnMb|b_n| \leq M_b for all nNn \in \mathbb{N}, meaning (bn)(b_n) is bounded.

Step 2: Proving the "only if" direction

Assumption:

Assume (bn)nN(b_n)_{n \in \mathbb{N}} is bounded. By definition, this means there exists a constant Mb>0M_b > 0 such that for all nNn \in \mathbb{N},

bnMb.|b_n| \leq M_b.

Again, since (an)(a_n) and (bn)(b_n) are eventually ϵ\epsilon-close, for all nNn \geq N, we know:

an=anbn+bnanbn+bn<ϵ+Mb.|a_n| = |a_n - b_n + b_n| \leq |a_n - b_n| + |b_n| < \epsilon + M_b.

This shows that for all nNn \geq N, an|a_n| is bounded by ϵ+Mb\epsilon + M_b.

For the remaining terms n<Nn < N, since there are finitely many terms, the sequence (an)(a_n) for n<Nn < N is also bounded. Let Ma=max{an:n<N}M_a' = \max \{|a_n| : n < N\}. Define:

Ma=max(Ma,ϵ+Mb).M_a = \max(M_a', \epsilon + M_b).

Thus, anMa|a_n| \leq M_a for all nNn \in \mathbb{N}, meaning (an)(a_n) is bounded.

Conclusion:

We have shown that if the sequences (an)nN(a_n)_{n \in \mathbb{N}} and (bn)nN(b_n)_{n \in \mathbb{N}} are eventually ϵ\epsilon-close, then (an)(a_n) is bounded if and only if (bn)(b_n) is bounded.


Would you like further clarification on any part of this proof? Here are five related questions to consider:

  1. What does it mean for two sequences to be eventually close?
  2. How does eventual closeness influence the properties of two sequences?
  3. How would the proof change if the sequences were not eventually close?
  4. Can you construct an example of two eventually close sequences?
  5. How does this result relate to the convergence of sequences?

Tip: Always make use of the fact that finite sets of terms in a sequence are trivially bounded, since bounding finite sets is easy.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Sequence Convergence
Bounded Sequences
Eventual Closeness
Real Analysis

Formulas

|a_n - b_n| < ε (for n ≥ N)
Boundedness: |a_n| ≤ M_a
Max Bound: M_a = max(M_a', ε + M_b)

Theorems

Boundedness Theorem
Eventual Closeness

Suitable Grade Level

Undergraduate (Real Analysis Level)