This file is indexed.

/usr/share/gap/pkg/tomlib/doc/tomlib.xml is in gap-table-of-marks 1r2p6-1.

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
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<?xml version="2.1" encoding="ISO-8859-1"?>

<!DOCTYPE Book SYSTEM "gapdoc.dtd" [<!ENTITY ATLAS "<Package>Atlas</Package>">]>

<Book Name="tomlib">                                        <!-- REQUIRED -->
	
	<!--
	    The title page
	    -->
	<TitlePage>    
		<!-- REQUIRED -->
		<Title>                                             
			<Package>The GAP Table Of Marks Library</Package>
		</Title>
		
		<Subtitle>     	                                     <!-- OPTIONAL -->
			<Br/>
			
			&nbsp;
		</Subtitle>
		
		<Version>Version 1.2.6</Version> 
		<!-- OPTIONAL -->
		<Author> 
			Liam Naughton<Br/>                <!-- REQUIRED -->
			Goetz Pfeiffer<Br/>
			&nbsp;
			<Address>
				School of Mathematics, Statistics and Applied Mathematics<Br/>
				National University of Ireland Galway,<Br/>
				Galway,<Br/>
				Ireland.
			</Address>
			<Email> l.naughton@wlv.ac.uk, goetz.pfeiffer@nuigalway.ie</Email>
			<Homepage>http://schmidt.nuigalway.ie/tomlib</Homepage>
		</Author> 
		
		<Date>November 2016</Date> 
		<!-- OPTIONAL -->
		
		<Copyright> 
			<!-- OPTIONAL -->
			&copyright; 2016 We adopt the copyright regulations of GAP as detailed in the copyright notice in the GAP manual.
		</Copyright> 
		
		<Acknowledgements> 
			<!-- OPTIONAL -->
			<P/>
			
			
			<P/>This documentation was prepared with the <Package>GAPDoc</Package> package 
			by Frank Luebeck and Max Neunhoffer. 
		</Acknowledgements>
		
	</TitlePage>
	
	
	
	<TableOfContents/>                                    <!-- OPTIONAL -->
	
	
	
	<!--
	    The document
	    -->
	<Body>                                                <!-- REQUIRED -->
		
		
  <Chapter>
	  <Heading>The GAP Table of Marks Library</Heading>
	  
	  
	  <Section><Heading>Tables Of Marks</Heading>
		  
		  The concept of a <E>Table of Marks</E><Index>table of marks</Index> was introduced by W.Burnside in his
		  book ``Theory of Groups of Finite  Order'' <Cite Key="Bur55"/>. Therefore a table of marks is sometimes called a <E>Burnside matrix</E><Index>Burnside matrix</Index>.
		  
		  The table of marks of a finite group <M>G</M>  is a matrix whose rows and
		  columns are labelled by the conjugacy classes of subgroups of <M>G</M>
		  and where for two subgroups <M>H</M> and <M>K</M> the <M>(H, K)</M>&ndash;entry is
		  the number of fixed points of <M>K</M> in the transitive action of <M>G</M>
		  on the cosets of <M>H</M> in <M>G</M>.
		  So the table of marks characterizes the set of all permutation
		  representations of <M>G</M>.
		  
		  Moreover, the table of marks gives a compact description of the subgroup
		  lattice of <M>G</M>, since from the numbers of fixed points the numbers of
		  conjugates of a subgroup <M>K</M> contained in a subgroup <M>H</M> can be derived.
		  
		  For small groups the table of marks of <M>G</M> can be constructed directly in GAP by first computing the entire subgroup lattice of <M>G</M>. However, for larger groups this method is unfeasible. The GAP Table of Marks library provides access to several hundred table of marks and their maximal subgroups. 
		 
		  
		
		  
	  </Section>

	  <Section>
		  <Heading>Installing The Table of Marks Library</Heading>
		  
		  Download the archives in your preferred format. Unpack the archives inside the pkg dirctory of your GAP installation.
		 Load the package
		<Log>
gap&gt; LoadPackage("tomlib");
true</Log>
	  </Section>
	  <Section>
		  <Heading>Contents</Heading>
		  TomLib contains several hundred tables of marks. For a complete list of the contents of the library do the following.
<Log>
gap&gt; names:=AllLibTomNames();;
gap&gt; "A5" in names;
true
</Log>
The current version of the tomlib contains the tables of marks of the groups listed below as well as the tables of many of their maximal subgroups 
and automorphism groups.



The Alternating groups <M>A_n</M>
<List>
<Item>  for <M> n = 5, 6, 7, 8, 9, 10, 11, 12, 13 </M>.</Item>
</List>
The Symmetric groups <M>S_n</M>
<List>
<Item>  for <M>n = 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 </M>.</Item>
</List>
The Linear groups 
<M>L_{2}(n)</M> for
<List>
<Item> <M>n = 7, 8, 11, 13, 16, 17, 19, 23, 25, 27, 29, 31, 32, 37, 41, 43, 47, 49, 53</M></Item>
<Item> <M>n =  59, 61, 64, 67, 71, 73, 79, 81, 83, 89, 97, 101, 103, 107, 109, 113, 121, 125 .</M></Item>
</List>
along with
<List>
<Item><M>L_{3}(4), L_{3}(3), L_{3}(5), L_{3}(7), L_{3}(9)</M></Item>
<Item><M>L_{4}(3), L_{3}(8), L_{3}(11) </M>.</Item>
</List>


The Unitary groups 
<List>
<Item><M>U_{3}(3), U_{4}(3), U_{3}(5), U_{3}(4), U_{3}(11), U_{3}(7), U_{3}(8)</M></Item>
<Item><M>U_{3}(9), U_{4}(2), U_{5}(2)</M></Item>
</List>
The Sporadic Groups
<List>
<Item> <M>Co_3, HS, McL, He, J_1, J_2, J_3, M_{11}, M_{12}, M_{22}, M_{23}, M_{24} </M> </Item>
</List>
The names given to each subgroup are consistent with those used in Robert Wilson's atlas <Cite Key="AGR"/>
For example if you wish to access the table of marks of the maximal subgroup <M>"5:4 \times A5"</M> of the Higman-Sims group do the following:
<Log>
gap&gt; TableOfMarks("5:4xA5");
TableOfMarks( "5:4xA5" )
</Log>
</Section>


<Section>
<Heading>Administrative Functions</Heading>
Here we document some of the administrative facilities for the the &GAP; library of tables of marks.

<#Include Label="LIBTOMKNOWN">
<#Include Label="IsLibTomRep">
<#Include Label="TableOfMarksFromLibrary">
<#Include Label="ConvertToLibTom">
<#Include Label="SetActualLibFileName">
<#Include Label="LIBTOM">
<#Include Label="AllLibTomNames">
<#Include Label="NamesLibTom">
<#Include Label="NotifiedFusionsOfLibTom">
<#Include Label="NotifiedFusionsToLibTom">
<#Include Label="UnloadTableOfMarksData">
</Section>
<!--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Standard Generators of Groups">
<Heading>Standard Generators of Groups</Heading>

<#Include Label="[1]{stdgen}">
<#Include Label="StandardGeneratorsInfo:stdgen">
<!-- %T  replace by an example for isom. type as soon as this is
implemented! -->
<#Include Label="HumanReadableDefinition">
<#Include Label="StandardGeneratorsFunctions">
<#Include Label="IsStandardGeneratorsOfGroup">
<#Include Label="StandardGeneratorsOfGroup">
<#Include Label="StandardGeneratorsInfo:tom">

</Section>

 </Chapter>
 
  
  
</Body>

<Bibliography Databases="bib.xml"/>
<TheIndex/>  
</Book>