I want to understand a step in the proof of the following statement
If $\{\Pi_k\}$ are disjoint edge-cutsets which separate nodes $a$ and $z$, then $$R(a\leftrightarrow z)\geq \displaystyle\sum_k\left(\displaystyle\sum_{e\in\Pi_k}c(e)\right)^{-1} $$
proof:
Let $\theta$ be a unit flow from $a$ to $z$. For any $k$, by the Cauchy-Schwarz inequality $$\displaystyle\sum_{e\in\Pi_k}c(e)\displaystyle\sum_{e\in\Pi_k}r(e)\theta(e)^2\geq \left(\displaystyle\sum_{e\in\Pi_k} \sqrt{c(e)}\sqrt(r(e))|\theta(e)|\right)^2=\left(\displaystyle\sum_{e\in\Pi_k}|\theta(e)|\right)$$
The right-hand side is bounded below by $||\theta||^2=1$, because $\Pi_k$ is a cutset and $||\theta||=1$. Therefore $$\displaystyle\sum_e r(e)\theta(e)^2\geq\displaystyle\sum_k\displaystyle\sum_{e\in\Pi_k}r(e)\theta(e)\geq \displaystyle\sum_k\left(\displaystyle\sum_{e\in\Pi_k} c(e)\right)^2$$
By Thompson's principle, we are done.
I think that I understand everything but the bound $$\left(\displaystyle\sum_{e\in\Pi_k}|\theta(e)|\right)^2\geq 1$$ why does $||\theta||= 1$ and the fact that $\Pi_k$ are cutset implies that inequality?
Thanks!