f = map(D, C, 0)
f = map(C, C, 1)
A map of complexes $f : C \rightarrow D$ of degree $d$ is a sequence of maps $f_i : C_i \rightarrow D_{d+i}$.
We construct the zero map between two chain complexes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using this function to create the identity map is the same as using id _ Complex.
|