let $x>0$ show that $$(0.5)^x+(0.5)^{1/x}\le 1.x>0,\tag{1}$$
Here is what I tried:let $f(x)=(0.5)^x+(0.5)^{1/x}$ so $f(x)=f(\frac{1}{x})$.si we only prove when $x\ge 1$.have $f(x)\le 1=f(1)$.it is sufficient to prove that $$f'(x)=(0.5)^x\ln{0.5}-\dfrac{1}{x^2}\cdot(0.5)^{\frac{1}{x}}\ln{0.5}\le 0,x\ge 1$$ since $\ln{0.5}<0$,if we can show that $$(0.5)^{\frac{1}{x}-x}\le x^2,x\ge 1$$ if we let $g(x)=x^2-(0.5)^{\frac{1}{x}-x}$,then $$gā(x)=2x+\ln{0.5}(0.5)^{\frac{1}{x}-x}\left(\dfrac{1}{x^2}+1\right)$$ it seem not easy to prove $g'(x)\ge 0,x\ge 1$ because $\ln{0.5}<0$.other words,this methods following more ugly!,so How to prove this inequality $(1)$.Thanks.