Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Infinite dimensional Lie algebras
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Simon Wood  
View profile  
 More options Aug 11 2011, 11:05 pm
From: Simon Wood <simon.james.w...@gmail.com>
Date: Thu, 11 Aug 2011 20:05:39 -0700 (PDT)
Local: Thurs, Aug 11 2011 11:05 pm
Subject: Infinite dimensional Lie algebras
Hello everyone

I'm new to Sage and unfortunately still completely clueless. I'm
hoping to be able to use Sage for some computations involving infinite
dimensional Lie algebras and their representations. Does Sage have
useful tools for defining algebras with an infinite number of
generators? I see there is an "AlgebrasWithBasis" function, but as far
as I can tell it requires the number of generators to be finite.

What would be the best way to say for example construct the Virasoro
algebra?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John H Palmieri  
View profile  
 More options Aug 11 2011, 11:32 pm
From: John H Palmieri <jhpalmier...@gmail.com>
Date: Thu, 11 Aug 2011 20:32:14 -0700 (PDT)
Local: Thurs, Aug 11 2011 11:32 pm
Subject: Re: Infinite dimensional Lie algebras

On Thursday, August 11, 2011 8:05:39 PM UTC-7, Simon Wood wrote:

> Hello everyone

> I'm new to Sage and unfortunately still completely clueless. I'm
> hoping to be able to use Sage for some computations involving infinite
> dimensional Lie algebras and their representations. Does Sage have
> useful tools for defining algebras with an infinite number of
> generators? I see there is an "AlgebrasWithBasis" function, but as far
> as I can tell it requires the number of generators to be finite.

> What would be the best way to say for example construct the Virasoro
> algebra?

My first inclination would be to base it on CombinatorialFreeModule: if you
know a basis, this is a good way to go.  It will take care of addition and
scalar multiplication, so you'll have to write a bracket method.  If you're
feeling ambitious, you could write something for the Sage categories
framework, implementing "Lie algebras with basis", by imitating "algebras
with basis" (sage/categories/algebras_with_basis.py).  Then for any
particular example, you should just have to define a method
"bracket_on_basis" which takes a pair of basis elements and computes their
bracket; the category framework (which you will set up separately) will then
define a "bracket" method for dealing with arbitrary elements of your Lie
algebra.

I used the existing framework for Hopf algebras for the current
implementation (as of prerelease versions of Sage 4.7.1) of the Steenrod
algebra -- see <http://trac.sagemath.org/sage_trac/ticket/10052>.  I
basically only had to define products, antipodes, and coproducts on basis
elements, and the framework took care of everything else.  (Note, by the
way, that the Steenrod algebra is infinite-dimensional, and this is not a
problem for working with CombinatorialFreeModules.)

--
John


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »