-
Now that we have abelian categories in #1929, its time to think about how we can go proving various items in the toolbox of homological algebra.
We can prove the short 5-lemma and then the rest, bu…
-
I am working on adding definitions of modules and vector spaces. This will be defined as ring or field actions on abelian groups, with Ring_ZF_2 and Ring_ZF_3 as dependencies (hence recent changes to …
-
```
sage: from sage.groups.abelian_gps.abelian_group_gap import AbelianGroupGap
....: G = AbelianGroupGap([2,3,4,5])
....:
sage: aut = G.automorphism_group()
sage: for k in range(100):
....: s…
-
Labels are stored as text, but we'd like them to be sorted numerically (lexicographically). There's probably some fancy thing we could do with custom PostgreSQL types, but the simpler solution is to …
-
We should generalise ExactSequence.v to work on any pointed wildcat with kernels which will generalise many things from pType to abelian categories, groups, spectra etc.
It might also be worth chec…
-
Back in 2020 I wrote down a definition of spectral sequence in Mike's `spectral` branch:
```
https://github.com/HoTT/Coq-HoTT/commit/85774225b9319af566bca2b4be1d5ba0da42020f
```
it took values in …
-
The following raises an exception at least on versions 8.7 and 8.9.beta1:
```python
G = AbelianGroup([3, 3])
H = G.subgroup([G.gen()])
H.subgroups()
[snip]
RuntimeError: Gap produced error output
E…
-
A lot of the theory of groups has been developed in `Algebra.Group`: subgroups, quotients, etc. Most of this will also apply to abelian groups.
However, at present, it is quite a pain to use these …
-
In an application I would like to compute permutation representations automorphism groups of abelian groups. As far as I know, this is a hard problem, but I think it would be great if we would roughly…
-
I stumbled over this repository by chance and have some feedback:
- don't use the `AllGroups` name, it is obsolete and deprecated; use `AllSmallGroups`
- this command can take filters, which is ofte…