For a graph $X = (V,E)$, prove that if $\alpha \in \ker \partial$, then every $x \in V$ has the same number of edges coming in as going out.
What I've tried is that since $\alpha \in \ker \partial$, where $\partial: C_1(X, \mathbb{Z}) \to C_0(X, \mathbb{Z})$ is the group homomorphism defined to be $\partial (e) = t(e) - o(e)$ and $t,o: E^o \to V$ where $o(e)$ is the vertex of origin and $t(e)$ is the terminal vertex, that
$$t(e_1) + t(e_2) + \dots + t(e_n) = o(e_1) + o(e_2) + \dots + o(e_n)$$
We can subtract away all the $t(e_i)$ such that $t(e_i) = x$ for an arbitrarily fixed $x \in V$, in which case to balance the equation above we would have to subtract away an equal amount of $o(e_j)$. This doesn't prove that the remaining $o(e_j)$ are the ones we want though. I wanted to say that the sum of the remaining $t(e_i)$ is equal to $mx$ for some $m \in \mathbb{N}$, which is true, but I don't really know how to show that each $o(e_j) = x$ as it could be the case that we are adding up other vertices, which sum to $x$. Am I going the right way? I need a nudge in the right direction


Your problem is incorrect as stated. For example, consider the directed graph with adjacency matrix $$ \pmatrix{0&1&0&1\\0&0&1&0\\1&0&0&0\\0&0&0&0}. $$ Consider the element $$ \alpha = e_{12} + e_{13} + e_{23}. $$ It holds that $\alpha \neq 0$ and $\partial (\alpha) = 0$, but it is not true that each vertex has in-degree equal to its out-degree.