What is growth of ass. algebra with 3 generators and relation a1a2a3 + a2a3a1 +a3a1a2 - a1a3a2 - a2a1a3 -a3a2a1 ? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-23T03:14:26Zhttp://mathoverflow.net/feeds/question/81415http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/81415/what-is-growth-of-ass-algebra-with-3-generators-and-relation-a1a2a3-a2a3a1-aWhat is growth of ass. algebra with 3 generators and relation a1a2a3 + a2a3a1 +a3a1a2 - a1a3a2 - a2a1a3 -a3a2a1 ? Alexander Chervov2011-11-20T12:22:37Z2011-11-21T12:05:18Z
<p>Consider ass. algebra with 3 generators a1 a2 a3 and relation:
a1a2a3 + a2a3a1 +a3a1a2 - a1a3a2 - a2a1a3 -a3a2a1 = 0.</p>
<p>i.e. $$ \sum_{ s \in S_3} (-1)^{sgn (s)} a_{s(1)} a_{s(2)} a_{s(3 )} = 0.$$</p>
<p>Informal questions: how far this algebra is from commutative polynomial algebra k[a1 a2 a3] ?
What is known about this algebra ?</p>
<p>Formal question: what is the Hilbert series of this algebra ?</p>
<p>====</p>
<p>Some reformulations of the defining condition:</p>
<p>Consider 3 Grassman variables $\psi_i$ i = 1,2,3.
Define $$ \psi = a_1 \psi_1 + a_2 \psi_2 + a_3 \psi_3$$</p>
<p>The condition above is equivalent to
$$ \psi ^3 =0 $$.</p>
<p>For commutative algebras we clearly have $\psi ^2=0$. So this algebra extends the commutative ones in certain sense.
So I wonder how far it is away from commutative one ?</p>
<p>Yet another way to reformulate the defining relation is the following:denote by "M" 3* matrix:</p>
<p>M = </p>
<p>a1 a1 a1</p>
<p>a2 a2 a2</p>
<p>a3 a3 a3</p>
<p>The condition above is the same as $det^{column} M =0$ where column-determinant is used i.e. first take elements from the first column, second from the second and so forth.</p>
<p>======</p>
<p>Some example.</p>
<p>Consider $E_{ij}$ - "elementary matrices" i.e. n*n matrix with zeros everywhere except position (i,j) where we put 1.</p>
<p>Take for example $E_{11} , E_{21} , E_{31} $, </p>
<p><strong>Observation:</strong>
they satisfy the above relation.</p>
<p>More generally one can take $E_{i p} , E_{j p} , E_{k p} $ (important the second index is the same). </p>
<p>This means that the algebra above admits a homomorphism to universal enveloping of $E_{11} , E_{21} , E_{31} $. Universal enveloping algebras are very close to commuttive (at least their size is the same). So it suggests that in general such algebra is close to commutative,
but probably this is wrong...</p>
<p>======</p>
<p>It seems Roland Berger discusses similar alegbras at section 3 of</p>
<p><a href="http://arxiv.org/abs/0801.3383" rel="nofollow">http://arxiv.org/abs/0801.3383</a></p>
<p>as far as I can understand he proves that such algebra is N-Koszul (i.e. generalization of Koszul duality to non-quadratic algebras).
But I cannot get far in his theory.</p>
http://mathoverflow.net/questions/81415/what-is-growth-of-ass-algebra-with-3-generators-and-relation-a1a2a3-a2a3a1-a/81430#81430Answer by David Speyer for What is growth of ass. algebra with 3 generators and relation a1a2a3 + a2a3a1 +a3a1a2 - a1a3a2 - a2a1a3 -a3a2a1 ? David Speyer2011-11-20T15:32:26Z2011-11-20T15:52:30Z<p>Put a term order on your (noncommutative) monomials such that $a_i a_j > a_j a_i$ for $i \lt j$. So the leading term of your equation is $a_1 a_2 a_3$. A basis for your ring is (noncommutative) monomials not divisible by $a_1 a_2 a_3$. In other words, a basis for the degree $n$ part of your algebra is length $n$ sequences of $1$'s, $2$'s and $3$'s which don't contain the sequence $123$. The rest of this post is the combinatorial task of counting the number of such sequences.</p>
<hr>
<p>Let $A_n$ be the number of such sequences ending in $1$. Let $B_n$ be the number of such sequences ending in $12$. Let $C_n$ be the number of such sequences not in the other two classes (including the empty sequence). Then,</p>
<p>$$A_n = A_{n-1}+ B_{n-1} + C_{n-1}$$
$$B_n = A_{n-1}$$
$$C_n = A_{n-1} + B_{n-1} + 2 C_{n-1} + [n=0]$$</p>
<p>Where $[n=0]$ is $1$ if $n=0$ and is $0$ otherwise. So
<code>$$\begin{pmatrix} A_n \\ B_n \\ C_n \\ \end{pmatrix}
= \begin{pmatrix}
1 & 1& 1 \\
1 & 0 & 0 \\
1 & 1 & 2 \\
\end{pmatrix}^n
\begin{pmatrix} 0 \\ 0 \\ 1 \\ \end{pmatrix}$$</code>
The total number of terms of degree $n$ is $A_n+B_n+C_n$, so
<code>$$\begin{pmatrix} 1 & 1 & 1 \end{pmatrix}
\begin{pmatrix}
1 & 1& 1 \\
1 & 0 & 0 \\
1 & 1 & 2 \\
\end{pmatrix}^n
\begin{pmatrix} 0 \\ 0 \\ 1 \\ \end{pmatrix}$$</code></p>
<p>The spectral radius of this matrix is $\approx 2.87939$, so your Hilbert series grow exponentially. That is very different from a commutative ring, whose Hilbert series will grow polynomially.</p>
<hr>
<p>With a little hacking around with Mathematica, I get that the Hilbert series is $\frac{1}{1-3x+x^3} = 1+3x+9x^2+26x^3+75 x^4 + 216 x^5 + 622 x^6 + \cdots$. Does that match your data?</p>
http://mathoverflow.net/questions/81415/what-is-growth-of-ass-algebra-with-3-generators-and-relation-a1a2a3-a2a3a1-a/81434#81434Answer by Mark Sapir for What is growth of ass. algebra with 3 generators and relation a1a2a3 + a2a3a1 +a3a1a2 - a1a3a2 - a2a1a3 -a3a2a1 ? Mark Sapir2011-11-20T16:17:40Z2011-11-20T16:17:40Z<p>Your algebra maps onto the free associative algebra of rank 2 (just kill $a_3$), so its growth is exponential. </p>
http://mathoverflow.net/questions/81415/what-is-growth-of-ass-algebra-with-3-generators-and-relation-a1a2a3-a2a3a1-a/81489#81489Answer by Vladimir Dotsenko for What is growth of ass. algebra with 3 generators and relation a1a2a3 + a2a3a1 +a3a1a2 - a1a3a2 - a2a1a3 -a3a2a1 ? Vladimir Dotsenko2011-11-21T10:29:13Z2011-11-21T12:05:18Z<p>(edited a bit to cover a few questions about the notation)</p>
<p>A slight simplification of David Speyer's argument: his argument using Groebner bases explains that is we degenerate the relation into $a_1a_2a_3=0$, the resulting algebra has the same Hilbert series. Now, the latter algebra $B$ has a very economic resolution of the trivial module by free right modules:
$$
0\to span_k(a_1a_2a_3)\otimes_k B\to span_k(a_1,a_2,a_3)\otimes_kB\to B\to k\to 0
$$
(the leftmost differential maps $a_1a_2a_3\otimes 1$ to $a_1\otimes a_2a_3$, the next one maps $a_i\otimes 1$ to $a_i$). Computing the Euler characteristics, we get H_B(t)(1-3t+t^3)=1$.</p>