Least Upper Bounds/Supremum Proof

  • Thread starter Thread starter jmirenzi
  • Start date Start date
  • Tags Tags
    Proof
jmirenzi
Messages
3
Reaction score
0

Homework Statement


Give a formal proof based on the definition of least upper bounds that the least upper bound of the set {1/2,2/3,3/4,4/5,...,n/(n+1),...} is 1.


Homework Equations


None.


The Attempt at a Solution


Basically, the best attempt at a solution that I have worked out is as follows:
assume 1 is not the least upper bound of the set. then, let p be a real number such that p<1 and p>k/(k+1) for some k. (i.e. let p be the "least upper bound"). now, i need to find a number that would somehow bring up a contradiction proving p>1 or that there is a number of the form n/(n+1)>p thus showing p cannot be the "least upper bound". this is where i get stuck. i can't seem to determine a number greater than p which is in the set. i have also tried to start with the trivial fact that n+1>n and try to make something appear, but i get nowhere.

if anyone could give some pointers as to how to continue along with the approach i have already used or lead me towards any approach, it would be greatly appreciated.

thanks.
 
Physics news on Phys.org
You want to find n such that
\frac{n}{n+1} &gt; p

Take the reciprocal of both sides. This is equivalent to finding n such that

\frac{n+1}{n}&lt; \frac{1}{p}

which is the same as finding n such that

1+\frac{1}{n} &lt; \frac{1}{p}

What can you do with that?
 
I don't really see how this how this could help the problem. Could you please elaborate?

Thanks a lot.
 
We can change this last line to be

\frac{1}{n} &lt; \frac{1}{p} - 1

But we know \frac{1}{p}-1&gt;0 so we can look at its reciprocal. So finding an n equivalent to what you want is finding an n such that (taking the reciprocals of the first inequality in this post

n &gt; \frac{1}{ \frac{1}{p}-1}

And we know the right hand side is a positive real number
 
so basically taking any n greater than 1/(1/p - 1) should do the trick right? from what I understand of your suggestion is that taking any n greater than 1/(1/p - 1) would make p>1. am i right?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top