While trying to solve some problems, the following set
$$ S:= \{ (x,y,z): x,y,z \geq0 \} \cap \{ (x,y,z): 3(xy+yz+xz) +1 \geq 2(x+y+z) \} \cap \{ (x,y,z): x+y+z \leq 1 \} $$
showed up in my calculations and I needed to prove that this set is indeed convex.
Proving this directly seems to be quite hard, even for points on the boundary: Take two points $(a,b,c)$ and $(a',b',c')$ in $S$ that satisfy the equation
$$ 3(xy+yz+xz) +1 = 2(x+y+z) \tag{$\ast$}$$
we want to show that $ (1-t)(a,b,c) + t(a',b',c')$ is in $S$. Of course, we need to show only
\begin{align} 3\Big(((1-t)a+ta')((1-t)b+tb') &+ ((1-t)a+ta')((1-t)c+tc') + ((1-t)c+tc')((1-t)b+tb')\Big) + 1 \\ &\geq 2\Big( (1-t)(a+b+c) + t(a'+b'+c')\Big). \end{align} After simplifying (using $(*)$), this inequality is equivalent to
$$ (a-a')(b-b')+ (b-b')(c-c') +(c-c')(a-a') \leq 0, $$
and this is deadend. Any ideas?
Here are 3D plots of this set:

