For a directed graph $(V,E),$ there is a linear map $\partial:\Bbb R[E]\rightarrow\Bbb R[V]$ defined by $\partial(a,b)=b-a.\\$ Prove that the following are equivalent for a directed graph $(V, E)$: $\;\mathbf{(1)} \text{ dim } \Bbb R[V]-\text{dim im }\partial=\#V-\text{dim im }\partial=1 \\\;\mathbf{(2)}\text{ }V \text{ is non-empty and for some choice }v\in V \text{ and } (v_1,w_1),...,(v_n,w_n)\in E, \;\{v,w_1-v_1,...,w_n-v_n\} \text{ is a basis for }\Bbb R[V]\\\;\mathbf{(3)}\text{ } (V,E) \text{ is connected (ie }V \text{ is non-empty and for every pair } v,w\in V, \text{ there exists a path in } (V,E) \text{ connecting } v \text{ to }w \text{)}$
My attempt:
$\mathbf{(1)}\implies\mathbf{(2)}$ Since $\#V=1+\text{dim im}\partial\geq1,$ then $V$ non-empty. Let $\{w_1-v_1,...,w_n-v_n\}$ be a basis for im $\partial$. Since im $\partial$ is a subspace of $\Bbb R[V]$ and dim $\Bbb R[V]=1+\text{dim im }\partial,$ then we can extend the basis for im $\partial$ to a basis for $\Bbb R[V]$ by choosing appropriate $v\in V.$ Then $\{v,w_1-v_1,...,w_n-v_n\}$ is a basis for $\Bbb R[V].$
$\mathbf{(2)}\implies\mathbf{(3)}$ Let $v,w \in V.$ Then $w-v\in \Bbb R[V],$ so $w-v$ can be written uniquely as $w-v=\alpha_1(v')+\alpha_2(w_1-w_2)+\cdot\cdot\cdot+\alpha_{n+1}(w_n-v_n)$ for some $\alpha_1,...,\alpha_{n+1}\in\Bbb R.$ This gives a path in $(V,W)$ that connects $v$ to $w$.
I think my proof for $\mathbf{(1)}\implies\mathbf{(2)}$ is mostly correct. $\mathbf{(2)}\implies\mathbf{(3)}$ kind of makes sense in my mind, but I don't really know how to put it all into words. Lastly, I really don't know how I should go about proving $\mathbf{(3)}\implies\mathbf{(1)}$.
One can be brief.
Introduce the map $\varepsilon:\mathbb R[V]\to \mathbb R$ sending every element to $1$. Let $\{v,v_1,\ldots,v_n\}$ list the elements of $V$. Observe that the image of your map $\mathbb R[E] \to \mathbb R[V]$ lands in the kernel of $\varepsilon$.
Now suppose that $(V,E)$ is connected. Then one can pick a vertex $v$ and for every other vertex $v_i$ a path $P_i: v\to v_i$. In this case $\{v,v_1-v,\ldots,v_n-v\}$ is a basis of $\mathbb R[V]$ and each $v_i-v$ is in the image of $\partial$, since we can consider sums $P_i = [v,w_1]+[w_1,w_2]+\cdots+ [w_t,v_i]$ representing the path $P_i$ above. Moreover, this trick allows you to show that $\dim\ker \varepsilon = \dim \mathrm{im}\, \partial$. It follows that $\dim V -1 = \dim \ker \varepsilon = \dim \mathrm{im}\,\partial$.
Assume now that $\dim V -1 = \dim \mathrm{im}\,\partial$. Since the kernel of $\varepsilon$ has this dimension, we must have $\dim \ker \varepsilon =\dim \mathrm{im}\,\partial$, and this means that we can choose a basis for $\ker \varepsilon$ made up of differences where the vertices are edges. Adding a vertex gives a basis of the desired form.
Finally, assume we have such a basis. The previous analysis shows that we must again have $\dim \ker \varepsilon =\dim \mathrm{im}\,\partial$, so pick two vertices $v$ and $w$. Since $v-w$ is in the kernel of $\varepsilon$, we can write it as the image of a sum $\sum_i \lambda_i\partial E_i$ where each $E_i$ is an edge. Since vertices form a basis of $\mathbb R[V]$, we conclude that the edges cancel out, meaning that they form in fact a path $v\to w$, which is what we wanted.