let G1, G2 be _Graph; :: thesis: ( G2 .allInducedSG() c= G1 .allInducedSG() iff ex V being non empty Subset of (the_Vertices_of G1) st G2 is inducedSubgraph of G1,V )
hereby :: thesis: ( ex V being non empty Subset of (the_Vertices_of G1) st G2 is inducedSubgraph of G1,V implies G2 .allInducedSG() c= G1 .allInducedSG() ) end;
given V being non empty Subset of (the_Vertices_of G1) such that A3: G2 is inducedSubgraph of G1,V ; :: thesis: G2 .allInducedSG() c= G1 .allInducedSG()
now :: thesis: for x being object st x in G2 .allInducedSG() holds
x in G1 .allInducedSG()
end;
hence G2 .allInducedSG() c= G1 .allInducedSG() by TARSKI:def 3; :: thesis: verum