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