let G be _Graph; :: thesis: ( G is _trivial & G is loopless implies G is Tree-like )
assume that
A1: G is _trivial and
A2: G is loopless ; :: thesis: G is Tree-like
now :: thesis: for W being Walk of G holds not W is Cycle-like end;
then A4: G is acyclic ;
reconsider G9 = G as _trivial _Graph by A1;
G9 is connected ;
hence G is Tree-like by A4; :: thesis: verum