  
  [1m[4m[31m5. Actors of 2d-objects[0m
  
  
  [1m[4m[31m5.1 Actor of a crossed module[0m
  
  The [22m[36mactor[0m of cal X is a crossed module (Delta ~:~ cal W(cal X) -> rm Aut(cal
  X))  which  was  shown by Lue and Norrie, in \cite{N2} and \cite{N1} to give
  the  automorphism  object of a crossed module cal X. In this implementation,
  the  source  of the actor is a permutation representation W of the Whitehead
  group  of regular derivations, and the range is a permutation representation
  A of the automorphism group rm Aut(cal X) of cal X.
  
  [1m[4m[31m5.1-1 WhiteheadXMod[0m
  
  [1m[34m> WhiteheadXMod( [0m[22m[34mxmod[0m[1m[34m ) ___________________________________________[0mattribute
  [1m[34m> LueXMod( [0m[22m[34mxmod[0m[1m[34m ) _________________________________________________[0mattribute
  [1m[34m> NorrieXMod( [0m[22m[34mxmod[0m[1m[34m ) ______________________________________________[0mattribute
  [1m[34m> ActorXMod( [0m[22m[34mxmod[0m[1m[34m ) _______________________________________________[0mattribute
  [1m[34m> AutomorphismPermGroup( [0m[22m[34mxmod[0m[1m[34m ) ___________________________________[0mattribute
  
  An  automorphism  (  sigma,  rho  )  of  [22m[32mX[0m  acts  on the Whitehead monoid by
  chi^(sigma,rho) = sigma circ chi circ rho^-1, and this action determines the
  action  for the actor. In fact the four groups R, S, W, A, the homomorphisms
  between  them,  and the various actions, give five crossed modules forming a
  [22m[36mcrossed square[0m:
  
  --    cal X = (partial : S -> R),~ the initial crossed module, on the left,
  
  --    cal  W(X) = (eta : S -> W),~ the Whitehead crossed module of cal X, at
        the top,
  
  --    cal  L(X)  =  (Deltacirceta  =  alphacircpartial  :  S -> A),~ the Lue
        crossed module of cal X, along the top-left to bottom-right diagonal,
  
  --    cal  N(X)  = (alpha : R -> A),~ the Norrie crossed module of cal X, at
        the bottom, and
  
  --    rm Act(cal X) = ( Delta : W -> A),~ the actor crossed module of cal X,
        on the right.
  
  [1m[4m[31m5.1-2 Centre[0m
  
  [1m[34m> Centre( [0m[22m[34mxmod[0m[1m[34m ) __________________________________________________[0mattribute
  [1m[34m> InnerActor( [0m[22m[34mxmod[0m[1m[34m ) ______________________________________________[0mattribute
  [1m[34m> InnerMorphism( [0m[22m[34mxmod[0m[1m[34m ) ___________________________________________[0mattribute
  
  Pairs  of  boundaries  or identity mappings provide six morphisms of crossed
  modules.   In   particular,   the   boundaries   of  mathcalW(mathcalX)  and
  mathcalN(mathcalX)  form  the  [22m[36minner  morphism[0m  of  mathcalX, mapping source
  elements to principal derivations and range elements to inner automorphisms.
  The  image  of  mathcalX under this morphism is the [22m[36minner actor[0m of mathcalX,
  while  the  kernel  is the [22m[36mcentre[0m of mathcalX. In the example which follows,
  using the crossed module [22m[32m(X3 : c3 -> s3)[0m from Chapter [1m4.[0m, the inner morphism
  is an inclusion of crossed modules.
  
  [22m[35m---------------------------  Example  ----------------------------[0m
    [22m[35m[0m
    [22m[35mgap> X3;[0m
    [22m[35m[c3->s3]][0m
    [22m[35mgap> WGX3 := WhiteheadPermGroup( X3 );[0m
    [22m[35mGroup( [ (1,2,3)(4,5,6), (1,4)(2,6)(3,5) ] )[0m
    [22m[35mgap> APX3 := AutomorphismPermGroup( X3 );[0m
    [22m[35mGroup( [ (3,4,5), (1,2)(4,5) ] )[0m
    [22m[35mgap> WX3 := WhiteheadXMod( X3 );;  Display( WX3 );[0m
    [22m[35mCrossed module Whitehead[c3->s3] :-[0m
    [22m[35m: Source group has generators:[0m
    [22m[35m  [ ( 1, 2, 3)( 4, 6, 5) ][0m
    [22m[35m: Range group has generators:[0m
    [22m[35m  [ (1,2,3)(4,5,6), (1,4)(2,6)(3,5) ][0m
    [22m[35m: Boundary homomorphism maps source generators to:[0m
    [22m[35m  [ (1,3,2)(4,6,5) ][0m
    [22m[35m: Action homomorphism maps range generators to automorphisms:[0m
    [22m[35m  (1,2,3)(4,5,6) --> { source gens --> [ (1,2,3)(4,6,5) ] }[0m
    [22m[35m  (1,4)(2,6)(3,5) --> { source gens --> [ (1,3,2)(4,5,6) ] }[0m
    [22m[35m  These 2 automorphisms generate the group of automorphisms.[0m
    [22m[35mgap> LX3 := LueXMod( X3 );[0m
    [22m[35mLue[c3->s3][0m
    [22m[35mgap> NX3 := NorrieXMod( X3 );[0m
    [22m[35mNorrie[c3->s3][0m
    [22m[35mgap> AX3 := ActorXMod( X3 );;  Display( AX3);[0m
    [22m[35mCrossed module Actor[c3->s3] :-[0m
    [22m[35m: Source group has generators:[0m
    [22m[35m  [ (1,2,3)(4,5,6), (1,4)(2,6)(3,5) ][0m
    [22m[35m: Range group has generators:[0m
    [22m[35m  [ (3,4,5), (1,2)(4,5) ][0m
    [22m[35m: Boundary homomorphism maps source generators to:[0m
    [22m[35m  [ (3,5,4), (1,2)(4,5) ][0m
    [22m[35m: Action homomorphism maps range generators to automorphisms:[0m
    [22m[35m  (3,4,5) --> { source gens --> [ (1,2,3)(4,5,6), (1,5)(2,4)(3,6) ] }[0m
    [22m[35m  (1,2)(4,5) --> { source gens --> [ (1,3,2)(4,6,5), (1,4)(2,6)(3,5) ] }[0m
    [22m[35m  These 2 automorphisms generate the group of automorphisms.[0m
    [22m[35mgap> IAX3 := InnerActorXMod( X3 );;  Display( IAX3 );[0m
    [22m[35mCrossed module InnerActor[c3->s3] :-[0m
    [22m[35m: Source group has generators:[0m
    [22m[35m  [ (1,3,2)(4,6,5) ][0m
    [22m[35m: Range group has generators:[0m
    [22m[35m  [ (3,5,4), (1,2)(4,5) ][0m
    [22m[35m: Boundary homomorphism maps source generators to:[0m
    [22m[35m  [ (3,4,5) ][0m
    [22m[35m: Action homomorphism maps range generators to automorphisms:[0m
    [22m[35m  (3,5,4) --> { source gens --> [ (1,3,2)(4,6,5) ] }[0m
    [22m[35m  (1,2)(4,5) --> { source gens --> [ (1,2,3)(4,5,6) ] }[0m
    [22m[35m  These 2 automorphisms generate the group of automorphisms.[0m
    [22m[35mgap> IMX3 := InnerMorphism( X3 );; Display( IMX3 );[0m
    [22m[35mMorphism of crossed modules :-[0m
    [22m[35m: Source = [c3->s3] with generating sets:[0m
    [22m[35m  [ ( 1, 2, 3)( 4, 6, 5) ][0m
    [22m[35m  [ (4,5,6), (2,3)(5,6) ][0m
    [22m[35m:  Range = Actor[c3->s3] with generating sets:[0m
    [22m[35m  [ (1,2,3)(4,5,6), (1,4)(2,6)(3,5) ][0m
    [22m[35m  [ (3,4,5), (1,2)(4,5) ][0m
    [22m[35m: Source Homomorphism maps source generators to:[0m
    [22m[35m  [ (1,3,2)(4,6,5) ][0m
    [22m[35m: Range Homomorphism maps range generators to:[0m
    [22m[35m  [ (3,5,4), (1,2)(4,5) ][0m
    [22m[35mgap> Centre( X3 );[0m
    [22m[35m[Group( () )->Group( () )][0m
    [22m[35m[0m
  [22m[35m------------------------------------------------------------------[0m
  
