Deveno said:
If you have a basis, then the $R$-linear coefficients are unique for that basis.
This is what (in $R[x]$, for example) allows us to conclude that if:
$a_0 + a_1x + a_2x^2 = 3 + 2x$
that $a_0 = 3, a_1 = 2, a_2 = 0$.
The definition for "two-variable" polynomial multiplication is a little convoluted:
If $\displaystyle f(x,y) = \sum_{i = 0}^m \left(\sum_{j = 0}^i a_{ij}x^{i-j}y^j\right)$
and $\displaystyle g(x,y) = \sum_{i = 0}^n \left(\sum_{j = 0}^i b_{ij}x^{i-j}y^j\right)$
then:
$\displaystyle f(x,y)g(x,y) = \sum_{i = 0}^{m+n} \left(\sum_{j = 0}^i c_{ij}x^{i-j}y^j\right)$
where:
$\displaystyle c_{ij} = \sum_{k = 0}^i \sum_{m = 0}^j a_{km}b_{(i-k)(j-m)}$
and we take $a_{km} = 0$ if $k > m$ and $b_{(i-k)(j-m)} = 0$ if $i - k > j - m$.
(think of the first index as tagging the degree of a monomial, and the second as tagging the power of $y$ that occurs).
The "easier" way to think of this is just apply the distributive law, for example:
$(x + y)(2x + y) = x(2x + y) + y(2x + y) = x(2x) + xy + y(2x) + y(y) = 2x^2 + xy + 2yx + y^2$
at this point, we NEED commutativity to say:
$= 2x^2 + xy + 2xy + y^2 = 2x^2 + 3xy + y^2$
**********************
Your proof that $\phi$ is a homomorphism isn't quite right: $R[x,y]$ is a ring of "polynomial expressions"; the related "polynomial functions" where (for some commutative ring $S$):
$\tilde{f}: S \times S \to S$ is given by $\tilde{f}(s_1,s_2) = f(s_1,s_2)$, are slightly different animals.
We are not evaluating, at any time, an expression like $x^2 + 3xy + y^2$ "at" some pair of numbers, and multiplication and addition of two polynomials are not defined "point-wise" these are FORMAL sums and products.
I'll try to post more on this when I'm not so tired.
This time take $$ R[x,y] $$ as
a ring of polynomial expressions as defined by Beachy and Blair - see previous post.
Then taking sums and products of polynomial expressions is defined as follows: (by Beachy and Blair)
View attachment 2675Now for $$ \phi $$ to be a ring homomorphism we require that:
(1) $$ \phi (1) = 1 $$
(2) $$ \phi ( f+ g (x,y) ) = \phi (f(x,y)) + \phi (g(x,y)) $$
(3) $$ \phi (fg (x,y)) = \phi ( f(x,y) ) \phi ( g(x,y) ) $$
Now (1) is trivial.
I also wrote out general calculation for (2) and my conclusion is that (2) follows pretty much from the definition of the sum of two polynomial expressions and that commutativity of R and x and y is not needed.
Now the general case for (3) is somewhat tedious so I thought I would work through your example:
So, let us, for example, take $$ R = \mathbb{Z} $$ and (following your example) take the following polynomial expressions:
$$ f(x,y) = x + y $$
$$ g(x,y) = 2x + y $$
Now proceed to demonstrate that for these polynomial expressions we have
$$ \phi ( f(x,y) g(x,y) ) = \phi ( f(x,y)) (\phi ( g(x,y)) $$
Proceed as follows:
$$ \phi ( f(x,y) g(x,y) ) $$
$$ = \phi ((x + y) (2x + y)) $$
$$ = \phi ( x(2x + y) + y(2x + y) ) $$ by distributivity of the ring $$R[x,y]$$
$$ = \phi ( x.2x + xy + y.2x + y^2 ) $$ ... ... now at this point, to proceed we seem to need commutativity of x and y with the elements of R - rather than the commutativity of elements of R? - in order that, for example $$ x.2x = 2.x.x = 2x^2 $$? But Rotman specifies that R is commutative, NOT that the indeterminates and the elements of R commute with each other?
$$ = \phi (2x^2 + xy + 2yx + y^2) $$
$$ = 2y^2 + yx + 2xy + x^2 $$ ... ... ... (*)
Now consider $$ \phi(f(x,y)) \phi(g(x,y)) $$
Now we proceed as follows:
$$ \phi(f(x,y)) \phi(g(x,y)) $$
$$ = \phi (x+y) \phi (2x + y) $$
$$ = (y+x) ( 2y + x) $$
$$ = y( 2y + x) + x( 2y + x) $$
$$ = y.2y + yx + x.2y + x^2 $$ ... ... so to take the next step, we need y and 2 to commute and x and 2 to commute - again, indeterminates and elements of R need to commute, rather than elements of R?
$$ = 2y^2 + yx + 2xy $$
$$ = \phi ( (x+y) (2x + y) = \phi ( f(x,y) g(x,y) ) $$Can you please confirm that the above analysis makes sense.
Could you please clarify the following issue - we specify that R needs to be a commutative ring - but the commutativity that we seem to need is commutativity between the indeterminates and the elements of R. Further we do not seem to need the commutativity of the elements of R - is this just due to demonstrating the homomorphism using a simple example? WOuld a more complicated pair of polynomial expressions actually show the need for commutativity of elements of R?
Would appreciate help.
Peter