For the first inequality, should a, b, c be all non-negative numbers? For example, if a = -2, b = -3, c = -4, LHS would be -99, whereas RHS equals -72, so LHS is not greater than or equal to RHS.
Assuming a, b, c are positive, notice that a
3 + b
3 + c
3 - 3abc = (a+b+c)(a
2+b
2+c
2-ab-bc-ca) = (a+b+c){1/2[(a-b)
2+(b-c)
2+(c-a)
2]}. Since squares are non-negative ie. the second bracket is non-negative, and a+b+c is non-negative (assuming a, b, c are non-negative), a
3 + b
3 + c
3 - 3abc >= 0 ie. a
3 + b
3 + c
3 >= 3abc.
Affinity said:
(x+y)/2 >= sqrt(xy)
(x+y+z)/3
= {[(x+y+z)/3 + x]/2 + [y + z]/2}/2
>=[sqrt((x+y+z)x/3) + sqrt(yz)]/2
>=((x+y+z)*(xyz)/3)^(1/4)
so
[(x+y+z)/3]^4 >= ((x+y+z)*(xyz)/3)
[(x+y+z)/3]^3 >= xyz
(x+y+z)/3 >cuberoot(xyz)
I see that you've proven AM-GM for x, y, z, taking x+y+z and yz to be positive, so I take that my assumption of the three numbers being positive is correct
EDIT: For the second result, use the first to get that 1/x
3 + 1/y
3 + 1/z
3 >= 3/xyz. And since x+y+z=1, and by AM-GM (which applies to all positive reals) (x+y+z)/3 >= cuberoot(xyz), one obtains xyz <=1/27 (as both sides of the inequality are positive, so you could just cube both sides). Therefore 1/x
3 + 1/y
3 + 1/z
3 >= 3/xyz >= 3*27 = 81