This is complementary code for the paper "Topological rigidity of
- Overview
- K-theory-GmodSL2.ipynb - light discussion and how to use
- KoszulComplex.ipynb - light discussion
The paper concerns distinguishing topological spaces of the form
Let
For simply connected
Hodgkins showed there is a spectral sequence
By grading considerations we have
As discussed, for a given nilpotent element
As mentioned above, this code aims to calculate
When run, the code asks for a group. This is the
You will then be prompted to input how the neutral element
Finally, you will be asked for a characteristic... this is explained now.
For computational reasons, we do not calculate
K-theory-GmodSL2.ipynb is a file format to be used within a Jupyter Notebook. The code was produced here as it was the easiest way to work with SageMath on my Windows machine. To use, download the .ipynb file, open it on a Jupyter Notebook with a sagemath kernel. This was run using SageMath-10.0, however, I see no reason why other versions would not work. Note that the LiE package may need to be downloaded and installed as it is not a standard package.
The time-consuming part of the code is retrieving the fundamental characters for the given group
Once
Therefore, if you wish to compute
(For information on how to use see the 'how to use' subsection of '2. K-theory-GmodSL2.ipynb - light discussion and how to use'.)
The spectral sequence
The code itself will display a Koszul Complex for a given regular sequence. It is merely for interest in how these Koszul Complexes look and does not do any explicit calculations.