If \(H\) is the split Cartan subgroup of \(G\). Let \(B\) be a borel
including this Cartan subgroup. We can construct the induced representation
\(Ind_B ^G (\chi)\) where \(\chi\) is a character of
\(H(\mathbb R)\).
For example, if \(G=SL(2, \mathbb R )\) we can look again at the
list of parameters with infinitesimal character \(\rho\).
Recall the command all_parameters_gamma takes a real form and an
ifinitesimal character, which is a rational vector, and gives you a
list of parameters for the representations of the real form with that
infinitesimal character:
atlas> whattype all_parameters_gamma ?
Overloaded instances of 'all_parameters_gamma'
(RealForm,ratvec)->[Param]
atlas> set G=SL(2,R)
Variable G: RealForm
atlas> G
Value: connected split real group with Lie algebra 'sl(2,R)'
atlas> rho(G)
Value: [ 1 ]/1
atlas> set parameters=all_parameters_gamma (G,[1])
Variable parameters: [Param]
atlas> #parameters
Value: 4
atlas> void: for p in parameters do prints(p) od
final parameter (x=0,lambda=[1]/1,nu=[0]/1)
final parameter (x=1,lambda=[1]/1,nu=[0]/1)
final parameter (x=2,lambda=[1]/1,nu=[1]/1)
final parameter (x=2,lambda=[2]/1,nu=[1]/1)
atlas>
Here the x is giving us Cartan involutions of the Cartan subgroups:
So, this is the split Cartan subgroup for this group, with one real factor and
no compact or complex factor. We can ignore the rest of the
information for the moment.
As we said above, the last two in the list of parameters for \(G\)
are the ones associated to this split Cartan subgroup; namely the two
principal series with parameter nu=1:
So, the parameter is the induced representation that has the trivial
as its irreducible quotient. This is the spherical principal
series. There is a rho shift for the lambda so that the spherical
pricipal series has lambda=1 instead of 0 as you might
expect. The other principal series is the non spherical irreducible:
Here J stands for an irreducible representation and the single
line above says that there is only one composition factor in this
representation. Namely, the irreducible principal series itself.
On the other hand, the composition factors of the spherical principal
series are:
This standard module defined by the above parameter has three
composition factors, all irreducible. So I(ps1) is the sum in the
Grothendieck group of three irreducible composition factors.
Similarly, if we take parameters of a spherical representation with
non-integral infinitesimal character we get irreducibility:
So there are two large families of irreducible principal series; one
with parameters of the form (x,[1],nu), and the other with
parameters (x,[0],nu), where nu is non-integral:
Another thing you can do is get also information about cuspidal data used to construct this representation. This is discussed in a separate section.