Let $S$ be the set $$S= \{(x,y) \in \mathbb R^2\mid x>1,y>1\}$$
Is this set convex and if so, how do you prove it? I've tried using the definition by looking at two arbitrary vectors in the set and looking at their convex combination, but have not been succesful thus far.
(1)tx_1+(1-t)x_2= t(x_1-x_2)+x_2
ty_1+(1-t)y_2= = t(y_1-y_2)+y_2
Due to symmetry of x and y I only need to show that one of the equations are greater than 1 for all t \in [0,1]. First I looked at t=1 and then t=0, and concluded that its greater than 1 if this is the case.Then I assumed 0< t < 1 and x_1 > x_2 and it worked out and the same if I say 0<t<1 and x_1=x_2. The only case im having trouble with is t<0<1 and x_1<x_2 Appreciate the help! :)
– Sep 28 '15 at 17:57