let G be _Graph; :: thesis: ( G is Tree-like iff G | _GraphSelectors in G .allSpanningTrees() )
A1: G .allSpanningTrees() = (G .allSpanningSG()) /\ (G .allTrees()) by Th169;
hereby :: thesis: ( G | _GraphSelectors in G .allSpanningTrees() implies G is Tree-like ) end;
assume G | _GraphSelectors in G .allSpanningTrees() ; :: thesis: G is Tree-like
then G | _GraphSelectors in G .allTrees() by A1;
hence G is Tree-like by Th141; :: thesis: verum