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 (H110E20)

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)
V2.28, 13 July 2023