Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/quagroup/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 11.0.2024 mit Größe 1 kB image not shown  

Quelle  uea.gd   Sprache: unbekannt

 
############################################################################
##
#W  uea.gd                  QuaGroup                          Willem de Graaf
##
##
##  Declarations for universal enveloping algebras corresponding to 
##  quantized enveloping algebras.
##

##############################################################################
##
#A  UEA( <L> )
##
##  Universal enveloping algebra of <L>, generated by the generators of a 
##  Kostant lattice.
##
DeclareAttribute( "UEA", IsLieAlgebra );

##############################################################################
##
#C  IsQUEAtoUEAmap( <map> )
##
##  for maps from U_q to U...
##
DeclareCategory( "IsQUEAtoUEAmap", IsAlgebraGeneralMapping and IsTotal and 
                                      IsSingleValued );

##############################################################################
##
#A  QUEAToUEAMap( <L> )
##
##  Is the (canonical) map from U_q to U.
##
DeclareAttribute( "QUEAToUEAMap", IsLieAlgebra );

##############################################################################
##
#A  UnderlyingLieAlgebra( <U> )
##
##  For a universal enveloping algebra, this gives the corresponding Lie
##  algebra.
##
DeclareAttribute( "UderlyingLieAlgebra", IsMagmaRingModuloRelations );

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]