Proving the Limit of a Sequence: A Formal Proof Refuting an Informal Claim

  • Thread starter Thread starter evagelos
  • Start date Start date
evagelos
Messages
314
Reaction score
0
formal vs informal

in proving that: lim_{n\rightarrow\infty} \frac{1}{n}\neq 1 the following proof was suggested.

Proof:

Suppose lim_{n\rightarrow\infty}\frac{1}{n} =1, but lim_{n\rightarrow\infty}\frac{1}{n} =0, hence:

For all ε>0

1) There exists mεN such that: n\geq m\Longrightarrow |\frac{1}{n}|<\frac{\epsilon}{2}

2)There exists kεN such that : n\geq k\Longrightarrow |\frac{1}{n}-1|<\frac{\epsilon}{2}

Choose r = max{m,k},then r\geq m,r\geq k


Let ,n\geq r\Longrightarrow n\geq m\wedge n\geq k.

Hence : |\frac{1}{n}|<\frac{\epsilon}{2} and |\frac{1}{n}-1|<\frac{\epsilon}{2}.

Thus : |\frac{1}{n}-\frac{1}{n}+1|=1\leq |\frac{1}{n}| + |\frac{1}{n}-1|<\frac{\epsilon}{2}+\frac{\epsilon}{2}=\epsilon

.....or 1<ε...But since this holds for all ε>0 we put ε=1 and we have 1<1 ,a contradiction .

Therefor lim_{n\rightarrow\infty}\frac{1}{n}\neq 1

Write a formal proof of the above ,thus proving that the above informal proof is wrong
 
Last edited:
Physics news on Phys.org
Step 2) is wrong!
 
evagelos said:
Suppose lim_{n\rightarrow\infty}\frac{1}{n} =1, but lim_{n\rightarrow\infty}\frac{1}{n} =0, hence:

...

The proof is flawed at this point. If you're going to use a contradiction proof, you can't assume a consequence of what you're trying to prove and the contradictory statement at the same time. If you're going to prove by contradiction, only assume lim_{n\rightarrow\infty}\frac{1}{n} =1 and obtain a contradiction from that(using limit definition).
 
mathman said:
Step 2) is wrong!

I suppose there is an explanation for that
 
gb7nash said:
The proof is flawed at this point. If you're going to use a contradiction proof, you can't assume a consequence of what you're trying to prove and the contradictory statement at the same time. If you're going to prove by contradiction, only assume lim_{n\rightarrow\infty}\frac{1}{n} =1 and obtain a contradiction from that(using limit definition).


I do not understand.We want to prove that: lim_{n\rightarrow\infty}\neq 1 and we assume the opposite i.e:lim_{n\rightarrow\infty}= 1 until we get a contradiction.Meanwhile we do know (we have proved that) lim_{n\rightarrow\infty}=0 and we use that in our proof.Where is the mistake

In logical terms we want to prove : q= (lim_{n\rightarrow\infty}\neq 1) .We assume not q= (lim_{n\rightarrow\infty} = 1) until we come to a contradiction:

s and not s.In our case s is: 1<1 and not s is: \neg 1&lt;1 ,since we know that:

...\forall x(\neg x&lt;x).....
 
evagelos,

You aren't making it clear whether \lim_{n \rightarrow \infty} {\frac{1}{n}} = 0 is to be taken as a previously established theorem.

It would much simpler to write a direct proof anyway. Let \epsilon = \frac{1}{2}. Let M be any nonnegative integer. Let K be the max of the set {3,M+1}. Then \frac{1}{2} &lt; 1 - \frac{1}{3} \leq 1 - \frac{1}{K}. So | 1 - \frac{1}{K} | \geq \epsilon.
 
Let me remind people a subtle point about the definition of limit: a priori, both of the following statements could be true:

  • \lim_{x \to a} f(x) = 0
  • \lim_{x \to a} f(x) = 1

If you're paying attention to the subtle details, one of the first thing you do with limits is prove that if
  • \lim_{x \to a} f(x) = L
  • \lim_{x \to a} f(x) = M
are both true, then L = M. (And only once we've done this step does it make sense to ask about "the value of the limit".


If I had to guess, evagelos is trying to replicate that argument in a special case, where he has a specific a, f, L=0, M=1, and wants to deduce that this leads to contradiction.
 
evagelos said:
...Suppose lim_{n\rightarrow\infty}\frac{1}{n} =1, but lim_{n\rightarrow\infty}\frac{1}{n} =0...

Just change "but" to "but we already know that" and it's fine.
 
evagelos said:
.Meanwhile we do know (we have proved that) lim_{n\rightarrow\infty}=0 and we use that in our proof.

Stephen Tashi said:
evagelos,

You aren't making it clear whether \lim_{n \rightarrow \infty} {\frac{1}{n}} = 0 is to be taken as a previously established theorem.

Well.....

It would much simpler to write a direct proof anyway. Let \epsilon = \frac{1}{2}. Let M be any nonnegative integer. Let K be the max of the set {3,M+1}. Then \frac{1}{2} &lt; 1 - \frac{1}{3} \leq 1 - \frac{1}{K}. So | 1 - \frac{1}{K} | \geq \epsilon.

Any No ,k, greater than M i.e M+1,M+2,M+3.....e.t.c ,would make :

|1-\frac{1}{k}|&gt;\frac{1}{2}&gt;\epsilon&gt;0 ,you do not have to take k as the max{3,M+1}

But the point is not finding other solutions .The point here is that the above suggested solution is wrong .

And i proposed that the only way to find that out is by writing a formal proof for the problem.

Unless somebody shows another way
 
  • #10
Hurkyl said:
Let me remind people a subtle point about the definition of limit: a priori, both of the following statements could be true:

  • \lim_{x \to a} f(x) = 0
  • \lim_{x \to a} f(x) = 1

If you're paying attention to the subtle details, one of the first thing you do with limits is prove that if
  • \lim_{x \to a} f(x) = L
  • \lim_{x \to a} f(x) = M
are both true, then L = M. (And only once we've done this step does it make sense to ask about "the value of the limit".


If I had to guess, evagelos is trying to replicate that argument in a special case, where he has a specific a, f, L=0, M=1, and wants to deduce that this leads to contradiction.

We have limits of sequences here,which a completely different aspect of that concerning limits of functions
 
  • #11
evagelos said:
Any No ,k, greater than M i.e M+1,M+2,M+3.....e.t.c ,would make :

|1-\frac{1}{k}|&gt;\frac{1}{2}&gt;\epsilon&gt;0 ,you do not have to take k as the max{3,M+1}

Suppse M = 1 then K = M+1 doesn't make |1 - \frac{1}{k}| &gt; \frac{1}{2}
Besides, a proof only has to pick a K that works. It doesn't have to pick the smallest K that works.

But the point is not finding other solutions .
...
the only way to find that out is by writing a formal proof for the problem.

How do you distinguish between "writing a formal proof for the problem" and "finding other solutions"? If you write a formal proof for the problem, you are finding another solution to proving it.
 
  • #12
evagelos said:
We have limits of sequences here,which a completely different aspect of that concerning limits of functions
Limits of sequences are limits of functions. But even if you don't want to think about that and want to imagine them different, everything I've said applies to both cases.
 
  • #13
Stephen Tashi said:
Suppse M = 1 then K = M+1 doesn't make |1 - \frac{1}{k}| &gt; \frac{1}{2}

FOR M=1 we have M+1 =2 and |1-\frac{1}{2}|\geq\frac{1}{2}

I forgot the equality


Besides, a proof only has to pick a K that works. It doesn't have to pick the smallest K that works.



How do you distinguish between "writing a formal proof for the problem" and "finding other solutions"? If you write a formal proof for the problem, you are finding another solution to proving it.

Definitely not . Formal proof is expanding on an already existing informal proof.

For example if we want to prove that : 0x =0,we can write the following informal proof:

1x = x => (1+0)x = x+0 => 1x +0x = x+0 => x+0x x+0 => 0x = 0

Now if we want to write a formal proof of the above informal proof we have to justify each statement of the proof .For example (1+0)x =x+0 , where did it come from ,what laws of logic on what theorems or axioms applied to give us the desired result?

WE do not write another proof.
 
  • #14
Well, I'm glad that's settled. Now we can all go home.
 
  • #15
good by
 
Back
Top