let G1, G2 be _Graph; ( G1 == G2 & G1 is connected implies G2 is connected )
assume that
A1:
G1 == G2
and
A2:
G1 is connected
; G2 is connected
now let u,
v be
Vertex of
G2;
ex W being Walk of G2 st W is_Walk_from u,vreconsider u9 =
u,
v9 =
v as
Vertex of
G1 by A1, GLIB_000:def 34;
consider W9 being
Walk of
G1 such that A3:
W9 is_Walk_from u9,
v9
by A2, Def1;
reconsider W =
W9 as
Walk of
G2 by A1, GLIB_001:179;
take W =
W;
W is_Walk_from u,vthus
W is_Walk_from u,
v
by A3, GLIB_001:19;
verum end;
hence
G2 is connected
by Def1; verum