Let's use the Fundamental Theorem Algebra (FTA) and the Brahmagupta Fibonacci identity to prove that every non-negative polynnomial may be written as a sum of squares of polynomials.
Let and . By the Fundamental Theorem of Algebra, a degree polynomial has exactly complex roots, and our polynomial is of the form constant times a product of positive quadratics. The graph of the polynomial lies entirely above the x-axis, or touches it. So in the first case, the roots of p are all complex, whereas in the latter, has real roots with even multiplicity. Hence our polynomial is of the form
where is a real coefficient, the 's have degree 1, and 's have degree 2 and no real roots. We also note that by the complex conjugate root theorem, the roots of come in complex conjugate pairs. Also, does not intersect the x-axis, so the degree of must be even.
A monic positive quadratic , with no real roots, can be written as by completing the square. From here, an expression of as a sum of squares follows from the Brahmagupta-Fibonacci identity; the product of 's, hence a product of the sums of squares, can be written as the sum of squares. For example, the product of two quadratics
If the degree of is 2, then
where hence the sum of two squares.
If degree of is greater than or equal to 4, then we can write as the product of quadratics. By applying the Brahmagupta-Fibonacci identity as needed, the product of many sums of squares can be written as a sum of many squares.
Since the degree of is not odd, we have shown that a non-negative univariate polynomial is a sum of squares of polynomials.
Note that in the case that , where , is itself a square.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Some notes:
In this proof, you don't really use the structure of the "real number field"; hence, you can actually generalise your proof to any polynomial ring.
You can just consider a monic polynomial instead of a general one if you are working over a field.
Algebraic closure is a very complicated manner, especially when you generalise to arbitrary rings; because of this, I tend to steer as far away as possible from invoking the FToA.
I think in your last equation you want a,b∈R, not R[x].
If you are considering the algebraic closure of the "complex number field", then you know this result to be intuitively true, due to the fact that polynomial roots come in (complex) conjugate pairs. So if the degree of the polynomial is even, then you group each factor in twos and obtain a quadratic polynomial for which anyone can complete the square. However, I wonder if this will also work for arbitrary polynomial rings; the issue is that you won't be able to use FToA, and you would need to rely on ring theoretical methods.
Nice work though!