I'm studying the basics of homology on Nakahara, Geometry, Topology and Physics and I'm trying to work out the (simplicial) homology group of the tetrahedron described by the complex $K=\{0,1,2,3,(01),(02),(03),(12),(13),(23),(012),(013),(023),(123)\}$.
I have already calculated $H_2(K)=\mathbb Z$, but I'm stuck on $H_1(K)$.
I know $H_0(K)=\mathbb Z$, because the tetrahedron is connected, but I don't want to use this result.
I found
$$ Z_0(K)=C_0(K)=\{i0+j1+k2+l3\}\\ Z_1(K)=\{i[(01)+(12)+(20)]+j[(02)+(21)+(13)+(30)]+k[(02)+(23)+(30)]\}\\ Z_2(K)=\{i[(012)-(013)+(023)-(123)]\} \\ B_0(K)=\{(-a-b-c)0+(a-d-e)1+(b+d-f)2+(c+e+f)3\} \\ B_1(K)= \{(i+j)(01)+(k-i)(02)+(-j-k)(03)+(i+l)(12)+(j-l)(13)+(k+l)(23)\}\\ B_2(K)= 0 $$
Typically, in the previous examples, Nakahara tries to construct a surjective homomorphism from the cycles group to what will be discovered to be the homology group.
This works for $H_0(K)$: define
$$
f\colon Z_0(K) \to \mathbb Z \qquad\text{such that}\qquad i0+j1+k2+l3 \mapsto i+j+k+l
$$
Then, the kernel of $f$ is the set of $0$-chains whose coefficients sum to $0$: this is precisely $B_0(K)$. By the first isomorphism theorem, $Z_0(K)/\ker f\simeq \mathbb Z$.
Now, my question: is it possible to construct a similar argument to conclude that $H_1(K)=0$?
I would say no. Also, I feel that this technique is somewhat tricky... maybe there is a more standard and reliable procedure, like the one described here?