If $A,B,C$ angles of a triangle aka $A+B+C=180°$, and I need to evaluate $$\cos(A)+\cos(B)+\cos(C)$$ I'm out to get that at most it is $$\cos(A)+\cos(B)+\cos(C)<=3/2$$ Since: $A+B+C=180°$, then $(A+B)/2=(180°-C)/2=90°-C/2$
I can shown that: $$\cos(A)+\cos(B) = 2cos((A+B)/2)cos((A-B)/2)=2cos(90° -C/2)cos((A-B)/2)$$
Next in the proof comes the bit I do not get - the evaluation: $$2cos((A+B)/2)cos((A-B)/2)<2cos(90° -C/2)$$
Why can this be done? Is there some inequality that presents that?? Or does it come simply from the fact that cosine function is bound between [-1;1] and that taking away $$*cos((A-B)/2$$ will make $$2cos(90° -C/2)cos((A-B)/2)$$ bigger?
The end result is what I need: $$2cos((A+B)/2)cos((A-B)/2)<2cos(90° -C/2)=2sin(c/2)$$ $$\cos(A)+\cos(B)+\cos(C)<=2sin(c/2)+\cos(C)=2sin(c/2)+1-2sin^2(c/2)=-2(2sin(c/2)-1/2)^2 +3/2<=3/2$$