displayBlockDiff (A, n)
displayBlockDiff (A, LA, LA)
displayBlockDiff (A, L, L)
displayBlockDiff (A, V)
For example, consider the first five steps in the resolution of the residue field in the following example:
|
|
It is a free graded-commutative divided power algebra on generator of each degree starting with 1. We can compute the beginning of the complex corresponding to the first 3 factors with as
|
|
|
|
Since we gave acyclicClosure the EndDegree 2, the complex produced is exact up to step 2; that is betti F and betti G agree up to the column 3. There are 3 chunks of generators in A, of homological degrees 1,2,3.
From the betti table of F we see the three generators of the exterior algebra K as the linear part of the resolution. The second strand, 4,12,12,4 is the tensor product of K with the 4 generators of A that have homological degree 2 and correspond to the 4 generators of I; thus they have internal degree 3. We also see that A has three generators in homological degree 3 and internal degree 5. K multiplied by these generators accounts for 3,9,9 of the 3rd strand, while the symmetric square of the 4 generators of homological degree 2, account for 0,10,0 and the product of these with the generators of degree 1 account for the remaining 0,0,30. Finally the 12 in the 4th row represents the product of the 4 generators of A in homological degree with the 3 in degree 3.
The native display of the differentials of this complex does not distinguish these pieces, but displayBlockDiff allows one to look at them in various ways:
|
|
Here the triples of numbers represent the number of factors from the generators of each of the three chunks of variables: the first index gives the number from the Koszul complex, the second from the 4 variable in homological degree 2 and the third the number from the 3 variables of homological degree 3. Thus the sum of the three indices is the homological degree. The sources of the blocks are listed on the top row, the targets are given by the columns. We can see the lists of indices of the source and target with Example indices source blockDiff(A,5) indices target blockDiff(A,5)
We can extract one or several blocks from F.dd_3 as follows:
|
|
We can specify a lists of source and target degrees, either as lists representing an index for th source and an index for the target:
|
or as a pair of arrays of such lists
|
or look at all the blocks with a given target summand with:
|
The object displayBlockDiff is a method function.