let G1, G2 be _Graph; :: thesis: for F being non empty PGraphMapping of G1,G2
for V2 being non empty Subset of (the_Vertices_of (rng F))
for H being inducedSubgraph of (rng F),V2 st G1 .edgesBetween ((F _V) " (the_Vertices_of H)) c= dom (F _E) holds
(F _E) " (the_Edges_of H) = G1 .edgesBetween ((F _V) " (the_Vertices_of H))

let F be non empty PGraphMapping of G1,G2; :: thesis: for V2 being non empty Subset of (the_Vertices_of (rng F))
for H being inducedSubgraph of (rng F),V2 st G1 .edgesBetween ((F _V) " (the_Vertices_of H)) c= dom (F _E) holds
(F _E) " (the_Edges_of H) = G1 .edgesBetween ((F _V) " (the_Vertices_of H))

let V2 be non empty Subset of (the_Vertices_of (rng F)); :: thesis: for H being inducedSubgraph of (rng F),V2 st G1 .edgesBetween ((F _V) " (the_Vertices_of H)) c= dom (F _E) holds
(F _E) " (the_Edges_of H) = G1 .edgesBetween ((F _V) " (the_Vertices_of H))

let H be inducedSubgraph of (rng F),V2; :: thesis: ( G1 .edgesBetween ((F _V) " (the_Vertices_of H)) c= dom (F _E) implies (F _E) " (the_Edges_of H) = G1 .edgesBetween ((F _V) " (the_Vertices_of H)) )
assume A1: G1 .edgesBetween ((F _V) " (the_Vertices_of H)) c= dom (F _E) ; :: thesis: (F _E) " (the_Edges_of H) = G1 .edgesBetween ((F _V) " (the_Vertices_of H))
H is Subgraph of G2 by GLIB_000:43;
then A2: (F _E) " (the_Edges_of H) c= G1 .edgesBetween ((F _V) " (the_Vertices_of H)) by Th99;
now :: thesis: for e being object st e in G1 .edgesBetween ((F _V) " (the_Vertices_of H)) holds
e in (F _E) " (the_Edges_of H)
end;
then G1 .edgesBetween ((F _V) " (the_Vertices_of H)) c= (F _E) " (the_Edges_of H) by TARSKI:def 3;
hence (F _E) " (the_Edges_of H) = G1 .edgesBetween ((F _V) " (the_Vertices_of H)) by A2, XBOOLE_0:def 10; :: thesis: verum