Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Testing whether polynomial is in algebra of other polynomials

A collection Σ of polynomials is an algebra if: (1) λf+ηgΣ for any f,gΣ,λ,ηR and (2) f,gΣ implies fgΣ. We say that P is in the algebra of P1,,Pn if P is in the smallest algebra containing P1,,Pn.

I was wondering if there was a way to check whether a given P as in the algebra of a given collection P1,,Pn.

Example: take n1 and let P1=x1++xn,P2=x21++x2n,Pn=xn1++xnn. Then all n of the following symmetric functions are in the algebra generated by P1,,Pn: x1++xn x1x2++xn1xn x1x2x3++xn2xn1xn x1xn

I'd appreciate any help.