let G be _Graph; :: thesis: ( G is 2 -vertex & G is simple & G is connected implies G is Path-like )
assume A1: ( G is 2 -vertex & G is simple & G is connected ) ; :: thesis: G is Path-like
then reconsider G9 = G as _finite _Graph ;
(((G9 .order()) ^2) - (G9 .order())) / 2 = (((G9 .order()) ^2) - 2) / 2 by A1, GLIB_013:def 3
.= ((2 ^2) - 2) / 2 by A1, GLIB_013:def 3
.= ((2 * 2) - 2) / 2 by SQUARE_1:def 1
.= 1 ;
then A2: G9 .size() <= 1 by A1, GLIB_013:12;
now :: thesis: for W being Walk of G9 holds not W is Cycle-like end;
then A5: G9 is acyclic by GLIB_002:def 2;
now :: thesis: for v being Vertex of G9 holds v .degree() <= 2end;
hence G is Path-like by A1, A5, Th17; :: thesis: verum