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