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

Update ncsf.py documentation #38372

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/sage/combinat/ncsf_qsym/ncsf.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,11 @@ class NonCommutativeSymmetricFunctions(UniqueRepresentation, Parent):
bialgebra structure, which cooperates with the grading to form a
connected graded bialgebra. Thus, as any connected graded bialgebra,
``Psi`` is a Hopf algebra. Over ``QQ`` (or any other `\QQ`-algebra),
this Hopf algebra ``Psi`` is isomorphic to the tensor algebra of
its space of primitive elements.
this Hopf algebra ``Psi`` is isomorphic to the universal enveloping
algebra of its space of primitive elements. Here, the primitives
form a countably generated free Lie algebra, so ``Psi`` is isomorphic
to the tensor algebra on a countably infinite dimensional vector
space.

The antipode is an anti-algebra morphism; in the ``Psi`` basis, it
sends the generators to their opposites and changes their sign if
Expand Down
Loading