1

I am studying "Introduction to Lie algebra" written by "J.E. Humphreys". In chapter 10, when he is giving the concept of universal enveloping algebra, he introduces the notion of the symmetric algebra and says that it is isomorphic to the polynomial algebra. Please, someone, explain to me that what is polynomial algebra and how this symmetric algebra is isomorphic to polynomial algebra.

Where the symmetric algebra is defined in such a way if $V$ is vector space over some field $\mathbb{F}$ and $T(V)$ be its tensor algebra then $S(V)=T(V)/I$ is the symmetric algebra over V, where $I$ is the ideal generated by elements $(x\bigotimes y-y \bigotimes x).$

MANI
  • 2,005
  • 1
  • 13
  • 23

1 Answers1

2

Let $x_1,...,x_n$ be a basis for $V$ (it may be infinite as well but for simpler notations I'll write it as finite); and let $f:V\to \mathbb F[X_1,...,X_n]$ be defined by $x_i\mapsto X_i$.

Then $f$ extends uniquely to an algebra morphism $T(V)\to \mathbb F[X_1,...,X_n]$. As $\mathbb F[X_1,...,X_n]$ is commutative, $I $ is in the kernel of this morphism and so it factors through $S(V)\to \mathbb F[X_1,...,X_n]$. It is moreover easy to show that $S(V)$ is commutative so that we may define $ \mathbb F[X_1,...,X_n]\to S(V), X_i\mapsto x_i$.

One then checks (on algebra generators) that these two maps are inverse to one another : $S(V)$ is the polynomial algebra on the $x_i$

Maxime Ramzi
  • 45,086
  • thanks for your response. Can you tell precisely that what will be the preimage of any polynomial of higher degree? Suppose I have polynomial $X_1^2+X_1X_2$ then its preimage will be $x_1\bigotimes x_1+x_1\bigotimes x_2$. Is this true? – MANI Sep 26 '19 at 05:33
  • Yes exactly. We tend to write them as $x_1^2 + x_1x_2$ given the similarity with polynomials. In fact when we don't have a specific basis at hand, we also write $v_1...v_n$ for the image in the quotient of $v_1\otimes... \otimes v_n$ more generally – Maxime Ramzi Sep 26 '19 at 06:19
  • Ok, thanks. Now I got the key. – MANI Sep 26 '19 at 06:24