I am doing some problems outside of class and have a couple of questions that I cannot figure out how to start.
- If $f$ and $g$ are independent polynomials and $h$ is a nonzero polynomial over $F$, show that $fh$ and $gh$ are independent.
I think this is relatively intuitive, but cannot find a proof for it.
Since f and g are independent, that means they should each form a basis for the fields they are over (in terms of polynomials). Consequently, I believe multiplying by a nonzero polynomial is the equivalent of scaling it in the field. So, the only way they would be dependent is if $h=0$ or if $f=g=0$.
The question reveals a few points where your understanding may be shaky. Leading off by pointing them out:
On with the actual exercise. Only a hint here - at least for now. Clearing up items 1-3 is IMO more important. More concepts of abstract algebra are coming up.
We are given that $f,g\in F[x]$ are linearly independent over $f$ and that $h\in F[x]$ is a non-zero polynomial. Linear independence of polynomials $fh$ and $gh$ is asking whether there might be scalars $c_1,c_2\in F$ such that $$ c_1 fh+c_2 gh=0\qquad(1) $$ in the ring $F[x]$. Because $F[x]$ is a ring we can use the distributive law to rewrite $(1)$ in the form $$ (c_1 f+c_2 g)h=0.\qquad(2) $$ Now you need to call upon a special property of $F[x]$ to deduce from this another equation where $h$ no longer appears. I feel that this is the point of this exercise, so I won't take a swing at it (but I did put the ball on the tee for you). You should arrive at an equation that allows you to deduce that we must have $c_1=c_2=0$ for $(1)$ to hold.