let G be _Graph; :: thesis: ( G is Tree-like iff G .allSpanningTrees() = {(G | _GraphSelectors)} )
hereby :: thesis: ( G .allSpanningTrees() = {(G | _GraphSelectors)} implies G is Tree-like ) end;
assume G .allSpanningTrees() = {(G | _GraphSelectors)} ; :: thesis: G is Tree-like
then G | _GraphSelectors in G .allSpanningTrees() by TARSKI:def 1;
then A4: ( G | _GraphSelectors is connected & G | _GraphSelectors is acyclic ) by Th168;
G == G | _GraphSelectors by GLIB_000:128;
hence G is Tree-like by A4, GLIB_002:48; :: thesis: verum