let G be _Graph; :: thesis: for W1, W2 being Walk of G holds W1 is_a_prefix_of W1 .append W2
let W1, W2 be Walk of G; :: thesis: W1 is_a_prefix_of W1 .append W2
set W1a = W1 .append W2;
per cases ( W1 .last() = W2 .first() or W1 .last() <> W2 .first() ) ;
end;