We have a vector p = (0, 0, 2) in R^3 and we have the subset S = {xp where x >= 0} + T, where T is the convex hull of 5 vectors: (2,2,2), (4,2,2), (2,4,2), (4,4,6) and (2,2,10).
How do I show that the subset T is a closed and convex subset?
I know that a subset is called convex if it contains...