let G be _Graph; :: thesis: ( G is loopless iff G is GraphUnion of G .allSpanningForests() )
hereby :: thesis: ( G is GraphUnion of G .allSpanningForests() implies G is loopless ) end;
assume G is GraphUnion of G .allSpanningForests() ; :: thesis: G is loopless
hence G is loopless ; :: thesis: verum