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