let X be Function; ( X = _V implies ( X is the_Vertices_of G1 -defined & X is the_Vertices_of G2 -valued ) )
assume A1:
X = _V
; ( X is the_Vertices_of G1 -defined & X is the_Vertices_of G2 -valued )
consider f, g being Function such that
A2:
F = [f,g]
and
A3:
( dom f c= the_Vertices_of G1 & rng f c= the_Vertices_of G2 )
and
( dom g c= the_Edges_of G1 & rng g c= the_Edges_of G2 & ( for e being object st e in dom g holds
( (the_Source_of G1) . e in dom f & (the_Target_of G1) . e in dom f ) ) & ( for e, v, w being object st e in dom g & v in dom f & w in dom f & e Joins v,w,G1 holds
g . e Joins f . v,f . w,G2 ) )
by Def8;
thus
( X is the_Vertices_of G1 -defined & X is the_Vertices_of G2 -valued )
by A1, A2, A3, RELAT_1:def 18, RELAT_1:def 19; verum