let G be _Graph; :: thesis: for H being spanning Subgraph of G holds H .allSpanningForests() c= G .allSpanningForests()
let H be spanning Subgraph of G; :: thesis: H .allSpanningForests() c= G .allSpanningForests()
now :: thesis: for x being object st x in H .allSpanningForests() holds
x in G .allSpanningForests()
end;
hence H .allSpanningForests() c= G .allSpanningForests() by TARSKI:def 3; :: thesis: verum