let G be _Graph; :: thesis: for W being vertex-distinct Walk of G
for e, v being set st e Joins W .last() ,v,G & not v in W .vertices() holds
W .addEdge e is vertex-distinct
let W be vertex-distinct Walk of G; :: thesis: for e, v being set st e Joins W .last() ,v,G & not v in W .vertices() holds
W .addEdge e is vertex-distinct
let e, v be set ; :: thesis: ( e Joins W .last() ,v,G & not v in W .vertices() implies W .addEdge e is vertex-distinct )
assume A1:
( e Joins W .last() ,v,G & not v in W .vertices() )
; :: thesis: W .addEdge e is vertex-distinct
set W2 = W .addEdge e;
A2:
len (W .addEdge e) = (len W) + 2
by A1, Lm37;
hence
W .addEdge e is vertex-distinct
by Def29; :: thesis: verum