let W be Walk of G; :: thesis: ( W is trivial implies W is minlength )
assume W is trivial ; :: thesis: W is minlength
then A1: len W = 1 by GLIB_001:126;
now :: thesis: for W2 being Walk of G st W2 is_Walk_from W .first() ,W .last() holds
len W2 >= len W
end;
hence W is minlength by CHORD:def 2; :: thesis: verum