For part two, all we need to do is believe what we are given and apply the triangle inequality.
Suppose (a,b) are in C, then 2<a2+b2<4
notice that:
|x-a|= sqrt[(x-a)2] <= sqrt[(x-a)2 + (y-b)2]
Similarly for y.
Observing that C is an annulus with an inner radius of sqrt[2] and an outer radius of 2, we consider an open disc Dr about (a,b) in C and look at the cases where it is either closer to the inner radius or the outer radius. Then for an arbitrary (x,y) in our r-disc about (a,b) we have:
sqrt[(x-a)2 + (y-b)2] < r,
where r = min(sqrt[a2+b2]-sqrt[2],2-sqrt[a2+b2])Now, since |x-a|< sqrt[a2+b2]-sqrt[2]
And in general since |s|<t <=> -t<s<t, we can simply add a to both sides and square to find a relation for x2. We proceed similarly for y. If we then sum we will find a relation for x2+y2.
Now all we need to do is consider where these upper and lower bounds have maxima or minima.
For example, using the relation |x-a| < sqrt[a2+b2]-sqrt[2], we have:
4+3(a2+b2)+2sqrt[2](a+b)-2sqrt[a2+b2](a+b+2sqrt[2]) < x2+y2
We find the upper bound of the left hand side to be (|a|,|b|)=(1,1). We evaluate this expression and find that 2 < x2+y2.
Using the same strategy, we proceed using the relation:
|x-a| = sqrt[(x-a)2] <= sqrt[(x-a)2 + (y-b)2] < r,
where r = 2-sqrt[a2+b2]
And find the lower bound of the right hand side.
Then we see that 2<x2+y2<4.
Therefore, for an arbitrary (x,y) in our r-disc, (x,y) is in C. Therefore Dr(a,b) is a subset of C, which in turn implies that C is open.