let G be _Graph; :: thesis: for H being removeLoops of G holds G .allForests() = H .allForests()
let H be removeLoops of G; :: thesis: G .allForests() = H .allForests()
A1: H .allForests() c= G .allForests() by Th85;
now :: thesis: for z being object st z in G .allForests() holds
z in H .allForests()
end;
then G .allForests() c= H .allForests() by TARSKI:def 3;
hence G .allForests() = H .allForests() by A1, XBOOLE_0:def 10; :: thesis: verum