This file is indexed.

/usr/share/gap/pkg/Polycyclic/gap/pcpgrp/pcpgrp.gd is in gap-polycyclic 2.11-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#############################################################################
##
#W  pcpgrp.gd                    Polycyc                         Bettina Eick
##

# fitting.gi
DeclareAttribute( "SemiSimpleEfaSeries", IsPcpGroup );
DeclareAttribute( "FCCentre", IsGroup );
DeclareGlobalFunction( "NilpotentByAbelianByFiniteSeries" );

DeclareProperty( "IsNilpotentByFinite", IsGroup );
InstallTrueMethod( IsNilpotentByFinite, IsNilpotentGroup );
InstallTrueMethod( IsNilpotentByFinite, IsGroup and IsFinite );


# maxsub.gi
KeyDependentOperation( "MaximalSubgroupClassesByIndex",
                       IsGroup, IsPosInt, ReturnTrue );
# findex/nindex.gi
KeyDependentOperation( "LowIndexSubgroupClasses",
                       IsGroup, IsPosInt, ReturnTrue );
KeyDependentOperation( "LowIndexNormalSubgroups",
                       IsGroup, IsPosInt, ReturnTrue );
DeclareGlobalFunction( "NilpotentByAbelianNormalSubgroup" );

# polyz.gi
DeclareGlobalFunction( "PolyZNormalSubgroup" );

# schur and tensor
DeclareAttribute( "SchurExtension", IsGroup );
DeclareAttribute( "SchurExtensionEpimorphism", IsGroup );

DeclareGlobalFunction("EvalConsistency");
DeclareGlobalFunction("QuotientBySystem");
DeclareAttribute( "NonAbelianTensorSquare", IsGroup );
DeclareAttribute( "NonAbelianExteriorSquare", IsGroup );