-
-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement down-up algebras and their Verma modules #35484
Conversation
There is a |
If you have time, please check whether there are any connections to |
30f8d55
to
9f5aa60
Compare
Thanks @fchapoton for the fixes. @mantepse I added an example and discussion about the relationship with differential posets. This was all I could figure out connecting this with growth diagrams. There might be more to be said, but I don't know where to look for it. Additionally, I decided to change the |
\\ du^2 & = q(q+1) udu - q^3 u^2d + r u, | ||
\end{aligned} | ||
|
||
or `\alpha = q(q+1)`, `\beta = -q^3`, and `\gamma = r`. Specializing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replacing "or" with "Put differently, we set" (i.e., starting a new sentence and making it clear, that we are just saying the same thing differently) would make it possibly easier to read. (Another possibility:
For a `(q,r)`-differential poset,
we have `\alpha = q(q+1)`, `\beta = -q^3`, and `\gamma = r`, or, explicitly
.. MATH::
\begin{aligned}
d^2u & = q(q+1) dud - q^3 ud^2 + r d,
\\ du^2 & = q(q+1) udu - q^3 u^2d + r u.
\end{aligned}
Another thing: are you saying that the Weyl relation is satisfied in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will change.
Another thing: are you saying that the Weyl relation is satisfied in
$DU(0,1,2)$ ?
Yes, and you can explicitly see that in the doctest on Young's lattice. The proof of this was given in Benkart-Roby.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure it's not the other way round? I can see that if I have
(sorry I cannot check properly right now, I didn't even get to the other ticket yet)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought I copied it correctly from Benkart-Roby. Assuming I did, then there might be a minor misprint in the paper (swapping what d
and u
mean in the Weyl algebra). I also did not check carefully. I will do so tomorrow morning.
(No problem; I am going to write my longer response now, must later than the "tomorrow" I had promised...)Perhaps a slightly better phrasing would be "...and it affords a representation..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, there was a problem. The Weyl algebra is supposed to only be a quotient of
This is really cool! |
Thanks. This was something that came up in something else I was looking at (although it turned out to be not so useful). However, it was quick to implement and seemed like a nice addition further connecting Lie algebras and classical partition/tableaux combinatorics. |
fix the reference BR1998
fix a typo in the doc
39d58f8
to
c962e4f
Compare
|
Done and should be done (although I am not fully convinced the codecov is smart enough to detect it, nor that it is that useful to have tests for every line of code). |
Documentation preview for this PR is ready! 🎉 |
ok, let's go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Thank you! |
📚 Description
Down-up algebras arose from certain operators on posets. In particular, this is a generalization of the algebra of those operators for$r$ -differential posets. They have a PBW-type basis and corresponding Verma modules with a triangular-type decomposition. We provide an implementation of these.
📝 Checklist
⌛ Dependencies