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
 
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