This is the polynomial: $$a^2x^2+(b^2+a^2-c^2)x+b^2=0$$
Now this is my progress:
Assuming l,m, and n are sides of a triangle, then $$|m-n|\lt l\lt m+n$$ Also, if a second degree polynomial in the form $kx^2+px+q$ has real roots, then $$p^2-4kq\ge 0$$ In this case, if there are no real roots, $$(b^2+a^2-c^2)^2-4a^2b^2\lt 0$$ $$b^2+a^2-c^2\lt 2ab$$ But by the first equation, $$a+b\gt c$$
$$a^2+b^2-c^2\gt 2ab$$ Wich actually proves by contradiction there ARE real roots. What did I do wrong?