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