We have a connected, undirected graph $G$, and suppose we have a set of tree edges $T_1,\cdots,T_n$ of $G$ which encompass all possible spanning trees of $G$. Now suppose that we construct a set of edges $A$ such that $A \cap T_i \neq \emptyset$ for all $1 \leq i \leq n$.
$A$ is not necessarily a unique set, for an edge $e$ to qualify being a member of $A$ it must merely be part of at least one of $T_i$, so at its largest $A$ will just be a set of all edges of $G$.
How to show that this set $A$ contains a subset which is the cutset of $G$?