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?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top