What is the infimum of b - a for b>a?

  • Thread starter Thread starter Gavins
  • Start date Start date
  • Tags Tags
    Sums
Gavins
Messages
26
Reaction score
0

Homework Statement


If b>a, find the infimum of b - a for arbritrary b,a.


Homework Equations


-


The Attempt at a Solution


So this is for a darboux sum but I'm stuck on proving that 0 is the inf. It seems really easy but I can't seem to think straight.

First thing is 0 is a lower bound of b - a.
b - a > 0
b > a

Next is to prove it's the greatest lower bound. I tried to do this by supposing x > 0 is the greatest lower bound and find some contradiction but I can't figure it out.
 
Physics news on Phys.org


Ok, go ahead. Suppose x>0 is a lower bound. Pick b=x/2 and a=0. Is x a lower bound for b-a?
 


Does that not only prove it then when a = 0? I guess I might as well say what I'm doing. Basically, I'm trying to get the darboux sum for a function where f(x) = 1 if x = 0 and f(x) = 0 otherwise. I got the lower darboux sum and then when I try to do the upper darboux sum, I get \Sigma(xj+1 - xj)sup f. So if I expand this sum, I get 0 for every interval except the interval that contains 0 ie [xk,xk+1]. The upper darboux sum is xk+1 - xk. Clearly, the inf is 0 but I need to prove this.
 


Gavins said:
Does that not only prove it then when a = 0? I guess I might as well say what I'm doing. Basically, I'm trying to get the darboux sum for a function where f(x) = 1 if x = 0 and f(x) = 0 otherwise. I got the lower darboux sum and then when I try to do the upper darboux sum, I get \Sigma(xj+1 - xj)sup f. So if I expand this sum, I get 0 for every interval except the interval that contains 0 ie [xk,xk+1]. The upper darboux sum is xk+1 - xk. Clearly, the inf is 0 but I need to prove this.

Well, no. The assumption that was that x>0 was a lower bound of b-a for ALL b>a. If it's not a lower bound for SOME b>a, then x>0 is NOT a lower bound. But you are thinking about this way too generally. Of course you can make the upper sum as small as you want by picking x_(j+1)-x_j as small as you want. You might make the interval containing 0 be [-1/n,1/n]. So sure, you can make that as close to zero as you want by picking n large enough.
 


Thanks for that. Got it all sorted out now.
 
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