The Two-Phase Proof Strategy

Writing an \( \epsilon-N \) proof is like a magic trick. The audience only sees the smooth performance (Formal Proof), but the real work happens backstage (Scratch Work).

Interactive Proof Builder

Prove that \( \lim \frac{3n+1}{7n-4} = \frac{3}{7} \)

Phase 1: Scratch Work (Backstage)

Goal: Start with \( |s_n - L| \lt \epsilon \) and solve for \( n \).

Step 1: Simplify \( |s_n - L| \)

Step 2: Set up inequality \( \lt \epsilon \)

\( \frac{19}{7(7n-4)} \lt \epsilon \)

Solve for \( n \):

Phase 2: Formal Proof (On Stage)

Now write it forwards. Fill in the blanks.

Let \( \epsilon \gt 0 \).

Choose \( N = \) .

Then for any \( n \gt N \), we have \( n \gt \frac{19}{49\epsilon} + \frac{4}{7} \).

Rearranging this gives \( 7n - 4 \gt \) .

Which implies \( \frac{19}{7(7n-4)} \lt \epsilon \).

Therefore, \( |s_n - L| \lt \epsilon \). Q.E.D.

The Art of Estimation

Sometimes solving for \( n \) exactly is too hard (e.g., with \( n^3 \)). Instead, we find a simpler, smaller denominator to make the fraction bigger.

Example: To bound \( \frac{1}{n^3 - 6} \), we want \( n^3 - 6 \ge \text{something simple} \).

Blue: \( y = n^3 - 6 \) | Red: \( y = n^3/2 \). Notice Blue is above Red for \( n \gt 2 \).

Practice Problems

True/False

1. In an \( \epsilon-N \) proof, we choose \( \epsilon \) first, then find \( N \).

2. The scratch work is where we work backward from the conclusion to find \( N \).

3. If we find an \( N \) that works for a specific \( \epsilon \) (e.g., \( \epsilon = 0.1 \)), we have proven the limit.

Fill in the Blank

1. To prove \( \lim s_n = s \), we need to show that for every \( \epsilon \gt 0 \), there exists a natural number \( N \) such that if \( n \gt N \), then \( |s_n - s| \lt \) ___.

2. When proving a limit for a rational function, we often need to find a(n) ___ bound for the numerator and a lower bound for the denominator.

3. The inequality \( |s_n - s| \lt \epsilon \) is equivalent to \( s - \epsilon \lt s_n \lt \) ___.

Full Problems

1. Prove \( \lim \frac{1}{n^2} = 0 \).

2. Prove \( \lim \frac{3n+2}{2n-1} = \frac{3}{2} \).

3. Prove \( \lim \frac{n+6}{n^2-6} = 0 \).

4. Prove \( \lim \frac{\sin n}{n} = 0 \).