Skip to content
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

Vision: automatic decomposition of e.g. tensor products #28

Open
fingolfin opened this issue Feb 29, 2024 · 1 comment
Open

Vision: automatic decomposition of e.g. tensor products #28

fingolfin opened this issue Feb 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@fingolfin
Copy link
Member

The CHEVIE paper lists a nice example where the scalar product of a certain character $\chi_2$ with itself is decomposed into a linear combination of irreducibles.

The first step is easy: compute the scalar product of the tensor with each irreducible.

But then one has to start a case analysis: first even $q$, then odd $q$. In each case, certain exceptions can be ruled out, or can be further studied by specialization (then after specializing, in many cases it becomes clear a case cannot occur, etc.)... Until in the end it actually produces a decomposition -- or rather two, depending on whether $q$ is even or odd.

It would be super nice if some or even all of this could be automated.

@fingolfin
Copy link
Member Author

The book example in PR #104 would be a good starting ground: It says near the end

By working through the other possible exceptions and irreducible character types, and
handling duplicates, one finally obtains

We should do that, i.e., work through all the cases and write the result up. And then try to add helpers to simplify or even fully automate as many steps as we can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants