Polynomial algebra and polynomial ring

897 Views Asked by At

What is the difference between polynomial algebra and polynomial ring? because sometimes I read polynomial algebra and it looks like a polynomial ring $K[x,y,..]$ in many variables.

Thanks

3

There are 3 best solutions below

0
On

A ring is a set, $S$ with two operations on it, $+ \colon S \times S \to S$ and $\ast \colon S\times S \to S$ that behave in a nice way.

An algebra is a vector space, $V$ over a field, $F$ of scalars with three operations $+ \colon V \times V \to V, \ast \colon F \times V \to V$ and $\circ \colon V \times V \to V$ where the operations behave in a nice way.

Functionally there is no difference, as every scalar is a polynomial.

0
On

Assuming everything is commutative, a polynomial algebra is the same thing as a polynomial ring. A polynomial ring just happens to be (the canonical example of) an algebra (for which you should look up the definition; essentially it's a ring with coefficients in another ring), so it's correct to use either term. It's just a matter of taste.

0
On

A ring is defined on two operations which are called addition and multiplication. The definition of a $K$-algebra is based on a commutative unitary ring which acts as scalars on a ring $A$. So not every $K$-algebra is a ring but every ring is a $K$-algebra by using $K$ as the integers $\mathbb{Z}$.