If $a,b,c$ are positive real numbers, prove $$\sum \limits_{cyc} \frac{1+b^2+c^4}{a+b^2+c^3}\geq 3$$ Additional info: We should only use Cauchy (preferred to used at least once and more than AM-GM) and AM-GM. We are not allowed to use induction.
Things I have done so far: My idea is about separating question into $3$ inequality and proving them one by one and then sum all of them to prove question inequality.So$$\sum \limits_{cyc} \frac{1}{a+b^2+c^3} \geq 1$$$$\sum \limits_{cyc} \frac{b^2}{a+b^2+c^3} \geq 1$$ $$\sum \limits_{cyc} \frac{c^4}{a+b^2+c^3} \geq 1$$
UPDATE
As Macavity pointed in comments, the separating idea is not useful because first inequality does not hold.So any hint for starting step is appreciated.