Let $a,b,c \in \mathbb{R}_+^*$. Prove that $$\frac{a}{\sqrt{a^2+8bc}} + \frac{b}{\sqrt{b^2+8ca}}+ \frac{c}{\sqrt{c^2+8ab}} \geqslant 1.$$
I tried to follow the proposed solution for this which depended on Hölder's inequality, but I'm a bit confused about how they came up with the expression. How I remember Hölder's is that it states that $$\sum_{i=1}^n |x_iy_i| \leqslant (\sum_{i=1}^n|x_i|^p)^{1/p}(\sum_{i=1}^n|y_i|^q)^{1/q}$$
and we need the same Conjugate property as in Young's inequality $\frac{1}{p} + \frac{1}{q} =1.$
What they had was $$(\sum \frac{a}{\sqrt{a^2+8bc}})(\sum \frac{a}{\sqrt{a^2+8bc}})(\sum a(a^2+8bc)) \geqslant (a+b+c)^3.$$
From here it was quite straightforward, but any clarification on how we can get this result from Hölder's would be appreciated.