$X = [1,3]$ $Y = (1,3]$
$X-Y = \{ x-y | x\in X, y\in Y\}$
I want to
$a)$ Find the value of: $X-Y$.
$b)$ Are $\sup(X-Y)$ and $\inf(X-Y)$ elements of $X-Y$?
I have that:
inf(X) = 1 and sup(X) = 3
Then:
inf(Y) = ? and sup(Y) = 3
inf(X-Y) = inf X - sup Y = 1 - 3 = -2 sup(X-Y) = sup X - inf Y = 3 - ?
I have been unable to find what inf(Y) is. I would think that inf(Y) = 1
If this is the case then sup(X-Y)= 3 - 1 = 2
I would like to know is this correct, and how would I have to go about solving part a.
I would think that I would have to represent X-Y as an interval to help solve part b.
Regards