Epsilon Argument: Does "a<r+eps" Imply "a<=r"?

  • Thread starter Thread starter magnumartus
  • Start date Start date
  • Tags Tags
    Argument Epsilon
magnumartus
Messages
4
Reaction score
0
Hi,

Want to show: a<=r

However I ended up with such an argument: For each eps>0, a<r+eps. Does this statement imply a<=r?
 
Physics news on Phys.org
magnumartus said:
Hi,

Want to show: a<=r

However I ended up with such an argument: For each eps>0, a<r+eps. Does this statement imply a<=r?

No, this implies that you can find any epsilon that when added to r makes it larger than a. This would work even when a is not equal to r, and is lesser. for eg a = 1, r = 2.
 
magnumartus said:
Hi,

Want to show: a<=r

However I ended up with such an argument: For each eps>0, a<r+eps. Does this statement imply a<=r?

This does show a <= r. If a>r, then a-r is a positive number. In particular, you then showed that

a<r+(a-r) (picking eps=a-r)

Hence a<a. That doesn't make any sense, so it must have been a<=r the whole time
 
hey, it helped a lot. thank you all
 
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