- #1
cesaruelas
- 53
- 0
Homework Statement
Is the subset of
P= {a0 + a1x + a2x2 + ... + anxn}
formed only by the polynomials that satisfy the condition:
a1a3≤0
a vector subspace?
Homework Equations
I already proved the subset is not closed under addition so I know it's not a vector subspace, however, the answer my teacher marked as correct reads: "No, it's closed under the product but not under addition."
The Attempt at a Solution
Let Pb and Pc be elements of a subset of P= {a0 + a1x + a2x2 + ... + annn} with their coefficients given by any series in function of n (this is an assumption I'm not sure I can make but I find no other way to tackle the product step without making it).
Addition:
Pb + Pc = {b0+c0 + (b1+c1)x + ... + (b3+c3)x3 + ... + (bn+cn)xn}
where
(b1+c1)(b3+c3)≤0
if
(b1+c1)≤0 and (b3+c3)≥0
or
(b1+c1)≥0 and (b3+c3)≤0
Therefore, it is not closed under addition.
Product:
Pb * Pc = {b0c0 + (b1c1)x + ... + (b3c3)x3 + ... + (bncn)xn}
where
(b1c1)(b3c3)≤0
if
(b1c1)= 0
and/or
(b3c3)= 0
(because of their positions in the series).
Therefore, it is not closed under the product.
Was the assumption mistaken? If so, can you give me a clue how to prove that it is/isn't closed under the product?