consider v1 being object such that
A1:
ex e1 being object st e1 Joins v1,v1,G1
by GLIB_000:18;
reconsider v1 = v1 as Vertex of G1 by A1, GLIB_000:13;
consider v2 being object such that
A2:
ex e2 being object st e2 Joins v2,v2,G2
by GLIB_000:18;
reconsider v2 = v2 as Vertex of G2 by A2, GLIB_000:13;
set f = v1 .--> v2;
v1 .--> v2 = {v1} --> v2
by FUNCOP_1:def 9;
then reconsider f = v1 .--> v2 as one-to-one PartFunc of (the_Vertices_of G1),(the_Vertices_of G2) ;
then reconsider f = f as PVertexMapping of G1,G2 by Def1;
take
f
; ( not f is empty & f is one-to-one & f is directed & f is continuous & f is Dcontinuous )
thus
( not f is empty & f is one-to-one )
; ( f is directed & f is continuous & f is Dcontinuous )
thus
f is directed
( f is continuous & f is Dcontinuous )proof
let v,
w,
e be
object ;
GLIB_011:def 2 ( v in dom f & w in dom f & e DJoins v,w,G1 implies ex e9 being object st e9 DJoins f . v,f . w,G2 )
assume
(
v in dom f &
w in dom f &
e DJoins v,
w,
G1 )
;
ex e9 being object st e9 DJoins f . v,f . w,G2
then
(
v = v1 &
w = v1 )
by FUNCOP_1:75;
then A4:
(
f . v = v2 &
f . w = v2 )
by FUNCOP_1:72;
then consider e2 being
object such that A5:
e2 Joins f . v,
f . w,
G2
by A2;
take
e2
;
e2 DJoins f . v,f . w,G2
thus
e2 DJoins f . v,
f . w,
G2
by A4, A5, GLIB_000:16;
verum
end;
thus
f is continuous
f is Dcontinuous
thus
f is Dcontinuous
verumproof
let v,
w,
e9 be
object ;
GLIB_011:def 4 ( v in dom f & w in dom f & e9 DJoins f . v,f . w,G2 implies ex e being object st e DJoins v,w,G1 )
assume
(
v in dom f &
w in dom f &
e9 DJoins f . v,
f . w,
G2 )
;
ex e being object st e DJoins v,w,G1
then A6:
(
v = v1 &
w = v1 )
by FUNCOP_1:75;
then consider e1 being
object such that A7:
e1 Joins v,
w,
G1
by A1;
take
e1
;
e1 DJoins v,w,G1
thus
e1 DJoins v,
w,
G1
by A6, A7, GLIB_000:16;
verum
end;