Prove: I+J is Smallest Interval Containing x+y

  • Thread starter Thread starter cmajor47
  • Start date Start date
  • Tags Tags
    Interval
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
cmajor47
Messages
53
Reaction score
0

Homework Statement


Prove that I+J is the smallest interval containing all x+y, for x [tex]\in[/tex] I and y [tex]\in[/tex] J.

Homework Equations


I+J=[r+u,s+v]

The Attempt at a Solution


Let I=[r,s] and J=[u,v]
Then I+J=[r+u,s+v] for all x [tex]\in[/tex] I and y [tex]\in[/tex] J
x [tex]\in[/tex] I means r [tex]\leq[/tex] x [tex]\leq[/tex] s
y [tex]\in[/tex] J means u [tex]\leq[/tex] y[tex]\leq[/tex] v
Then r+u [tex]\leq[/tex] x+y [tex]\leq[/tex] s+v
So x+y [tex]\in[/tex] I+J

Is this proof sufficient? I feel like I should say something at the end but don't quite know what to say? Did I miss anything in the proof?
 
Physics news on Phys.org
I don't believe that you have shown this to be the smallest interval. The operation of addition of intervals is new to me, so I'm uncertain whether how you have defined I + J applies to all cases. E.g., does this apply to intervals that are separated, or that overlap, or where one interval is contained within another?

To prove that the interval you show is the smallest, one approach is to assume that I + J is not the smallest interval and work towards a contradiction.
 
Is this a better proof?

Let I=[r,s] and J=[u,v]
Then I+J=[r+u,s+v] for all x [tex]\in[/tex] I and y [tex]\in[/tex] J
x [tex]\in[/tex] I means r [tex]\leq[/tex] x [tex]\leq[/tex] s
So the most x can be is s and the least x can be is r
y [tex]\in[/tex] J means u [tex]\leq[/tex] y[tex]\leq[/tex] v
So the most y can be is u and the least y can be is v
Then r+u [tex]\leq[/tex] x+y [tex]\leq[/tex] s+v
So the most x+y can be is s+v and the least x+y can be is r+u
So x+y [tex]\in[/tex] I+J and [r+u,s+v] is the smallest interval that contains all x+y for x [tex]\in[/tex] I and y [tex]\in[/tex] J