How do I use the reverse triangle inequality for this function? |z|=R
$$|z^4 +5z^2+4|$$
From constructing a triangle, I obtain that $$|z^4|< |z^4 +5z^2+4| + |5z^2| +|4|$$
And thus $$|z^4 +5z^2+4| > |z^4| -|5z^2| - |4| = R^4-5R^2-4$$
However my teacher approached the problem like this:
$$|z^4 +5z^2+4| = |z^2-4| |z^2-1| > (R^2-4)(R^2-1)$$
These two results differ by the constant term ±4 at the end of the polynomial, what method is correct, and how did my teacher obtain his result step by step?
I assume $$|z^2-4| > R^2-4$$
$$|z^2-1| > R^2-4$$
And then multiplied them, not sure if that is allowed though...?