let G1, G2 be loopless _Graph; :: thesis: ( G1 == G2 iff G1 .allForests() = G2 .allForests() )
hereby :: thesis: ( G1 .allForests() = G2 .allForests() implies G1 == G2 ) end;
assume G1 .allForests() = G2 .allForests() ; :: thesis: G1 == G2
then ( G1 is Subgraph of G2 & G2 is Subgraph of G1 ) by Th86;
hence G1 == G2 by GLIB_000:87; :: thesis: verum