let G2 be inducedSubgraph of G,(G .reachableFrom v); :: thesis: G2 is Component-like
A1: ( the_Vertices_of G2 = G .reachableFrom v & the_Edges_of G2 = G .edgesBetween (G .reachableFrom v) ) by GLIB_000:def 39;
now end;
then A10: G2 is connected by Def1;
now
given G3 being connected Subgraph of G such that A11: G2 c< G3 ; :: thesis: contradiction
G2 c= G3 by A11, GLIB_000:def 38;
then A12: G2 is Subgraph of G3 by GLIB_000:def 37;
A13: v in the_Vertices_of G2 by A1, Lm1;
A14: the_Vertices_of G2 c= the_Vertices_of G3 by A12, GLIB_000:def 34;
A15: now
given x being set such that A16: ( x in the_Vertices_of G3 & not x in the_Vertices_of G2 ) ; :: thesis: contradiction
consider W being Walk of G3 such that
A17: W is_Walk_from v,x by A13, A14, A16, Def1;
reconsider W = W as Walk of G by GLIB_001:168;
W is_Walk_from v,x by A17, GLIB_001:20;
hence contradiction by A1, A16, Def5; :: thesis: verum
end;
A18: the_Vertices_of G2 c= the_Vertices_of G3 by A12, GLIB_000:def 34;
now end;
hence contradiction ; :: thesis: verum
end;
hence G2 is Component-like by A10, Def7; :: thesis: verum