let S be vertex-disjoint GraphUnionSet; :: thesis: for G being GraphUnion of S
for H being Element of S holds H is inducedSubgraph of G,(the_Vertices_of H)

let G be GraphUnion of S; :: thesis: for H being Element of S holds H is inducedSubgraph of G,(the_Vertices_of H)
let H be Element of S; :: thesis: H is inducedSubgraph of G,(the_Vertices_of H)
A1: H is Subgraph of G by GLIB_014:21;
then A2: the_Vertices_of H is non empty Subset of (the_Vertices_of G) by GLIB_000:def 32;
now :: thesis: for x being object holds
( ( x in the_Edges_of H implies x in G .edgesBetween (the_Vertices_of H) ) & ( x in G .edgesBetween (the_Vertices_of H) implies x in the_Edges_of H ) )
end;
then the_Edges_of H = G .edgesBetween (the_Vertices_of H) by TARSKI:2;
hence H is inducedSubgraph of G,(the_Vertices_of H) by A1, A2, GLIB_000:def 37; :: thesis: verum