let G1, G2 be _Graph; :: thesis: for F being PGraphMapping of G1,G2
for H being Subgraph of G2 holds (F _E) " (the_Edges_of H) c= G1 .edgesBetween ((F _V) " (the_Vertices_of H))

let F be PGraphMapping of G1,G2; :: thesis: for H being Subgraph of G2 holds (F _E) " (the_Edges_of H) c= G1 .edgesBetween ((F _V) " (the_Vertices_of H))
let H be Subgraph of G2; :: thesis: (F _E) " (the_Edges_of H) c= G1 .edgesBetween ((F _V) " (the_Vertices_of H))
now :: thesis: for x being object st x in (F _E) " (the_Edges_of H) holds
x in G1 .edgesBetween ((F _V) " (the_Vertices_of H))
end;
hence (F _E) " (the_Edges_of H) c= G1 .edgesBetween ((F _V) " (the_Vertices_of H)) by TARSKI:def 3; :: thesis: verum