-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Fix the Killing form and generators for a Lie subalgebra #34006
Labels
Milestone
Comments
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
Reviewer: Darij Grinberg |
comment:4
The changes look good to me. Thanks for doing this, Travis! |
comment:5
Thanks. Positive review once the bot comes back (morally) green? |
comment:6
Morally green patchbot. |
Changed branch from public/lie_algebras/fix_subalgebra_vector-34006 to |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the Killing form does not work for a Lie subalgebra since the
adjoint_matrix()
of an element is not returning coordinates in the basis for the subalgebra.It was also noted that the
adjoint_matrix()
is returning the transpose of what it should be in order to define a representation. We fix this on this ticket since we also want to fix it for the subalgebras as well.We also fix another issue that the generators of a Lie subalgebra are not elements of the subalgebra, but instead belong to the ambient algebra.
CC: @fchapoton @darijgr @heluani @ehaka @soehms
Component: algebra
Keywords: lie algebra, subalgebra
Author: Travis Scrimshaw
Branch/Commit:
c7fb79d
Reviewer: Darij Grinberg
Issue created by migration from https://trac.sagemath.org/ticket/34006
The text was updated successfully, but these errors were encountered: