Skip to content

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

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

tscrim
Copy link
Collaborator

@tscrim tscrim commented Apr 21, 2025

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

@tscrim
Copy link
Collaborator Author

tscrim commented Apr 21, 2025

@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.

@tscrim tscrim marked this pull request as draft April 21, 2025 09:21
Copy link

github-actions bot commented Apr 21, 2025

Documentation preview for this PR (built with commit 104b42b; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

@tscrim
Copy link
Collaborator Author

tscrim commented Apr 21, 2025

Okay, fixed. I forgot/missed that Hessenberg functions need to be weakly increasing.

@tscrim tscrim marked this pull request as ready for review April 21, 2025 15:17
@tscrim tscrim force-pushed the combinat/hessenberg_poset branch from ed64730 to ab9777f Compare April 22, 2025 05:30
@tscrim
Copy link
Collaborator Author

tscrim commented Apr 28, 2025

@darijgr Can you approve the PR? (I am rerunning parts of the bots, but they only failed for unrelated reasons.)

Copy link
Contributor

@darijgr darijgr left a 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. :)

Copy link
Contributor

@fchapoton fchapoton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, good

@tscrim
Copy link
Collaborator Author

tscrim commented Apr 29, 2025

Thank you both.

vbraun pushed a commit to vbraun/sage that referenced this pull request Apr 30, 2025
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
vbraun pushed a commit to vbraun/sage that referenced this pull request May 1, 2025
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants