Algebraic Homomorphisms

GroupOfLieTypeHomomorphism(phi, k) : Map, Rng -> .
The algebraic homomorphism of groups of Lie type over the ring k corresponding to the root datum morphism φ. See Chapter GROUPS OF LIE TYPE.

Example GrpLie_CreatingRootDataHomomorphisms (H113E20)

This example constructs the algebraic projection (GL)4(Q)to(PGL)4(Q).

> RGL := StandardRootDatum( "A", 3 );
> RPGL := RootDatum( "A3" );
> A := VerticalJoin( SimpleRoots(RGL), Vector([Rationals()|1,1,1,1]) )^-1 *
>   VerticalJoin( SimpleRoots(RPGL), Vector([Rationals()|0,0,0]) );
> B := VerticalJoin( SimpleCoroots(RGL), Vector([Rationals()|1,1,1,1]) )^-1 *
>   VerticalJoin( SimpleCoroots(RPGL), Vector([Rationals()|0,0,0]) );
> phi := GroupOfLieTypeHomomorphism( hom< RGL -> RPGL | A, B >, Rationals() );
> GL := Domain( phi );                                 
> phi( elt<GL|<1,2>, Vector([Rationals()| 7,1,11,1])> );
x1(2) (   7 1/11   11) 

[Next][Prev] [Right] [Left] [Up] [Index] [Root]


Version: V2.29 of Fri Nov 28 15:14:01 AEDT 2025