let G be _Graph; :: thesis: for W being Walk of G holds
( W is trivial iff 3 <= len W )

let W be Walk of G; :: thesis: ( W is trivial iff 3 <= len W )
hereby :: thesis: ( 3 <= len W implies not W is trivial ) end;
assume 3 <= len W ; :: thesis: W is trivial
then (2 * 1) + 1 <= (2 * (len (W .edgeSeq()))) + 1 by Def15;
then W .length() <> 0 ;
hence W is trivial ; :: thesis: verum