-
-
Notifications
You must be signed in to change notification settings - Fork 601
Adding an implementation of the Abreu-Nigro symmetric functions #39988
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
base: develop
Are you sure you want to change the base?
Conversation
@darijgr You might be interested in this. However, when writing doctests for my code, I came across a counterexample to Conjecture 1.5 in the Huh et al. paper mentioned above and contradicts the results in that paper. So I think there is a bug in my implementation somewhere, but I don't see where right now. If you have time, please take a look. |
Documentation preview for this PR (built with commit 104b42b; changes) is ready! 🎉 |
Okay, fixed. I forgot/missed that Hessenberg functions need to be weakly increasing. |
ed64730
to
ab9777f
Compare
@darijgr Can you approve the PR? (I am rerunning parts of the bots, but they only failed for unrelated reasons.) |
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.
Oops, I forgot about the "review" button. :)
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, good
Thank you both. |
sagemathgh-39988: Adding an implementation of the Abreu-Nigro symmetric functions <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> Following the definition given in (2.2) of https://arxiv.org/abs/2504.09123, we implement the Abreu-Nigro symmetric functions $g_{H,k}(x; q)$, where $H$ is a Hessenberg function. To do so, we also implement their $\rho$ basis. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#39988 Reported by: Travis Scrimshaw Reviewer(s): Darij Grinberg, Frédéric Chapoton
sagemathgh-39988: Adding an implementation of the Abreu-Nigro symmetric functions <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> Following the definition given in (2.2) of https://arxiv.org/abs/2504.09123, we implement the Abreu-Nigro symmetric functions $g_{H,k}(x; q)$, where $H$ is a Hessenberg function. To do so, we also implement their $\rho$ basis. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#39988 Reported by: Travis Scrimshaw Reviewer(s): Darij Grinberg, Frédéric Chapoton
Following the definition given in (2.2) of https://arxiv.org/abs/2504.09123, we implement the Abreu-Nigro symmetric functions$g_{H,k}(x; q)$ , where $H$ is a Hessenberg function. To do so, we also implement their $\rho$ basis.
⌛ Dependencies