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

  • Thread starter Thread starter magnumartus
  • Start date Start date
  • Tags Tags
    Argument Epsilon
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
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