‣ CcGroup ( A, f ) | ( function ) |
Inputs a G-module A (i.e. an abelian G-outer group) and a standard 2-cocycle f GxG−−−>A. It returns the extension group determined by the cocycle. The group is returned as a CcGroup.
This is a HAPcocyclic function and thus only works when HAPcocyclic is loaded.
‣ CocycleCondition ( R, n ) | ( function ) |
Inputs a resolution R and an integer n>0. It returns an integer matrix M with the following property. Suppose d=R.dimension(n). An integer vector f=[f1,…,fd] then represents a ZG-homomorphism Rn⟶Zq which sends the ith generator of Rn to the integer fi in the trivial ZG-module Zq (where possibly q=0 ). The homomorphism f is a cocycle if and only if Mtf=0 mod q.
‣ StandardCocycle ( R, f, n ) | ( function ) |
‣ StandardCocycle ( R, f, n, q ) | ( function ) |
Inputs a ZG-resolution R (with contracting homotopy), a positive integer n and an integer vector f representing an n-cocycle Rn⟶Zq where G acts trivially on Zq. It is assumed q=0 unless a value for q is entered. The command returns a function F(g1,...,gn) which is the standard cocycle Gn⟶Zq corresponding to f. At present the command is implemented only for n=2 or 3.
‣ Syzygy ( R, g ) | ( function ) |
Inputs a ZG-resolution R (with contracting homotopy) and a list g=[g[1],...,g[n]] of elements in G. It returns a word w in Rn. The word w is the image of the n-simplex in the standard bar resolution corresponding to the n-tuple g. This function can be used to construct explicit standard n-cocycles. (Currently implemented only for n<4.)
Examples:
generated by GAPDoc2HTML