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